Changes between Version 12 and Version 13 of idefix


Ignore:
Timestamp:
Aug 24, 2017 11:15:05 AM (8 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified idefix

    v12 v13  
    44= idefix user documentation =
    55
    6 [[Image(idefix.png,nolink,400px,right)]]
    7 
    86== System overview ==
     7{{{#!table align=left style="border: none; text-align:left"
     8   {{{#!tr
     9      {{{#!td style="border: none; width:50%"
    910|| hostname ||idefix ||
    1011|| CPU architecture ||Intel Xeon Haswell ||
     
    2122||          ||0.5 TB SSD SATA (/) ||
    2223||          ||2.0 TB SAS 7.2K (/data) ||
     24      }}}
     25      {{{#!td align=left style="border: none; vertical-align:top; width: 50%"
     26         [[Image(idefix.png,nolink,100%,left)]]\\
     27      }}}
     28   }}}
     29}}}
     30
     31
    2332
    2433
     
    3544}}}
    3645
    37 In your $HOME directory, add lines
     46Add this user login script file [attachment:.myprofile .myprofile] to your $HOME directory on '''idefix'''. The file contains the following lines:
    3847{{{
    39 export LD_LIBRARY_PATH=/opt/netcdf4_hdf5parallel/4411c_443f/intel/lib:$LD_LIBRARY_PATH
     48#Required software modules for running PALM
     49module load intel-compiler/2017.1.132
     50module load mvapich2/2.2/intel
     51module load fftw/3.3.6-pl1/mvapich2-intel
     52module load hdf5-parallel/1.10.0-patch1/intel
     53module load netcdf4_hdf5parallel/4411c_443f/intel
     54
     55#To use the PALM scripts, the PATH variable has to be extended and the environment variable PALM_BIN has to be set
     56export PATH=$HOME/palm/current_version/trunk/SCRIPTS:$PATH
     57export PALM_BIN=$HOME/palm/current_version/trunk/SCRIPTS
     58
     59#Increase stack size to unlimited, otherwise large runs may abort
    4060ulimit -s unlimited
    4161}}}
    42 to file {{{.myprofile}}} (create if it doesn't exist).
     62You may have to login again in order to activate these settings.
    4363
    4464
    4565\\
    4666== Installation of PALM ==
    47 To download and install the latest PALM version, follow the first steps of the [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/advanced#Packageinstallation advanced installation procedure] as described on the PALM website. The [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/automatic automatic installer] will be available soon. Following steps also need to be carried out and are slightly different to those described on the PALM website. With the automatic installer, the following steps will be carried out automatically. The [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/mrungui mrungui] does not run on idefix at the moment.
     67To download and install the latest PALM version, follow the first steps of the [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/advanced#Packageinstallation advanced installation procedure] as described on the PALM website. The [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/automatic automatic installer] will be available soon. Following steps also need to be carried out and are slightly different to those described on the PALM website. With the automatic installer, the following steps will be carried out automatically. The graphical user interface [https://palm.muk.uni-hannover.de/trac/wiki/doc/app/mrungui mrungui] can be used to create an mrun command line for starting a selected PALM simulation.
    4868
    49 (1) To use the PALM scripts, the {{{PATH}}}-variable has to be extended and the environment variable {{{PALM_BIN}}} has to be set in the respective profile of the users default shell (e.g. {{{.myprofile}}}:
    50 {{{
    51   export PATH=$HOME/palm/current_version/trunk/SCRIPTS:$PATH
    52   export PALM_BIN=$HOME/palm/current_version/trunk/SCRIPTS
    53 }}}
    54 You may have to login again in order to activate these settings.\\\\
    55 
    56 (2) Copy '''idefix'''-specific mbuild/mrun configuration file (available from r2202) to your working directory:
     69(1) Copy '''idefix'''-specific mbuild/mrun configuration file (available from r2202) to your working directory:
    5770{{{
    5871cp $HOME/palm/current_version/trunk/SCRIPTS/.mrun.config.idefix $HOME/palm/current_version/.mrun.config
     
    6174'''Warning: When editing the configuration file, please NEVER use the TAB key. Otherwise, very confusing errors may occur when mrun is executing.'''\\\\
    6275
    63 (3) Compilation of utilities and source code:
     76(2) Compilation of utilities and source code:
    6477After modifying the configuration file, the respective executables are generated by executing
    6578{{{
     
    7184}}}
    7285
    73 (4) Installation verification: Follow the steps of the [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/advanced#Installationverification verification procedure] as described on the PALM website.
     86(3) Installation verification: Follow the steps of the [https://palm.muk.uni-hannover.de/trac/wiki/doc/install/advanced#Installationverification verification procedure] as described on the PALM website.
    7487
    7588== Batch system (not yet available) ==
                                                                                                                                                                                                                                                                                                                                                                               
  | Impressum | ©Leibniz Universität Hannover |