1 | #Required software modules for running PALM |
---|
2 | module load intel-compiler/2017.1.132 |
---|
3 | module load mvapich2/2.2/intel |
---|
4 | module load fftw/3.3.6-pl1/mvapich2-intel |
---|
5 | module load hdf5-parallel/1.10.0-patch1/intel |
---|
6 | module load netcdf4_hdf5parallel/4411c_443f/intel |
---|
7 | |
---|
8 | #To use the PALM scripts, the PATH variable has to be extended and the environment variable PALM_BIN has to be set |
---|
9 | export PATH=$HOME/palm/current_version/trunk/SCRIPTS:$PATH |
---|
10 | export PALM_BIN=$HOME/palm/current_version/trunk/SCRIPTS |
---|
11 | |
---|
12 | #Increase stack size to unlimited, otherwise large runs may abort |
---|
13 | ulimit -s unlimited |
---|