#PBS -N urma_%FAMILY1%_post_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -A %PROJ%-%PROJENVIR% #PBS -q %QUEUE% #PBS -l walltime=00:15:00 #PBS -l select=1:ncpus=%NCPUS:16%:mpiprocs=%MPIPROCS:16%:mem=250GB #PBS -l debug=true model=urma %include %include # EXPORT list here export cyc=%CYC% export ntasks=%NCPUS:16% export ppn=%PPN:16% export threads=1 export LANG=en_US export MP_EAGER_LIMIT=165536 export MP_COREFILE_FORMAT=lite export MP_EUIDEVELOP=min export MP_EUIDEVICE=sn_all export MP_EUILIB=us export MP_MPILIB=mpich2 export MP_LABELIO=yes export MP_SINGLE_THREAD=yes export MP_USE_BULK_XFER=yes export MP_SHARED_MEMORY=yes export MPICH_ALLTOALL_THROTTLE=0 export MP_COLLECTIVE_OFFLOAD=no export KMP_STACKSIZE=1024m export MP_TASK_AFFINITY=core:2 export OMP_NUM_THREADS=1 export FI_OFI_RXM_SAR_LIMIT=3145728 if [ -n "%LAST_RESTART:%" ]; then export LAST_RESTART=${LAST_RESTART:-%LAST_RESTART:%}; fi if [ "%FAMILY1%" = "2p5" ]; then export RUN=urma2p5 else export RUN=%FAMILY1%urma fi module load PrgEnv-intel/${PrgEnv_intel_ver:?} module load craype/${craype_ver:?} module load intel/${intel_ver:?} module load libjpeg/${libjpeg_ver:?} module load wgrib2/${wgrib2_ver:?} module load grib_util/${grib_util_ver:?} module load cray-mpich/${cray_mpich_ver:?} module load cray-pals/${cray_pals_ver:?} module load hdf5/${hdf5_ver:?} module load netcdf/${netcdf_ver:?} module list $HOMEurma/jobs/JURMA_POST %include %manual ###################################################################### #PURPOSE: # ###################################################################### %end