Changes between Version 12 and Version 13 of idefix
- Timestamp:
- Aug 24, 2017 11:15:05 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified idefix
v12 v13 4 4 = idefix user documentation = 5 5 6 [[Image(idefix.png,nolink,400px,right)]]7 8 6 == System overview == 7 {{{#!table align=left style="border: none; text-align:left" 8 {{{#!tr 9 {{{#!td style="border: none; width:50%" 9 10 || hostname ||idefix || 10 11 || CPU architecture ||Intel Xeon Haswell || … … 21 22 || ||0.5 TB SSD SATA (/) || 22 23 || ||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 23 32 24 33 … … 35 44 }}} 36 45 37 In your $HOME directory, add lines 46 Add this user login script file [attachment:.myprofile .myprofile] to your $HOME directory on '''idefix'''. The file contains the following lines: 38 47 {{{ 39 export LD_LIBRARY_PATH=/opt/netcdf4_hdf5parallel/4411c_443f/intel/lib:$LD_LIBRARY_PATH 48 #Required software modules for running PALM 49 module load intel-compiler/2017.1.132 50 module load mvapich2/2.2/intel 51 module load fftw/3.3.6-pl1/mvapich2-intel 52 module load hdf5-parallel/1.10.0-patch1/intel 53 module 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 56 export PATH=$HOME/palm/current_version/trunk/SCRIPTS:$PATH 57 export PALM_BIN=$HOME/palm/current_version/trunk/SCRIPTS 58 59 #Increase stack size to unlimited, otherwise large runs may abort 40 60 ulimit -s unlimited 41 61 }}} 42 to file {{{.myprofile}}} (create if it doesn't exist).62 You may have to login again in order to activate these settings. 43 63 44 64 45 65 \\ 46 66 == 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.67 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 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. 48 68 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: 57 70 {{{ 58 71 cp $HOME/palm/current_version/trunk/SCRIPTS/.mrun.config.idefix $HOME/palm/current_version/.mrun.config … … 61 74 '''Warning: When editing the configuration file, please NEVER use the TAB key. Otherwise, very confusing errors may occur when mrun is executing.'''\\\\ 62 75 63 ( 3) Compilation of utilities and source code:76 (2) Compilation of utilities and source code: 64 77 After modifying the configuration file, the respective executables are generated by executing 65 78 {{{ … … 71 84 }}} 72 85 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. 74 87 75 88 == Batch system (not yet available) ==