#!/bin/ksh #BSUB -J prprodUpost #BSUB -w "ended(prprodUgsi)" #BSUB -o /gpfs/dell2/stmp/Manuel.Pondeca/delltrans/prod_prurma_2dvar/logs/urma_post.out.%J #BSUB -e /gpfs/dell2/stmp/Manuel.Pondeca/delltrans/prod_prurma_2dvar/logs/urma_post.out.%J #BSUB -n 16 #BSUB -R "rusage[mem=4000]" #BSUB -R span[ptile=16] #BSUB -R "affinity[core]" #BSUB -cwd /gpfs/dell2/stmp/Manuel.Pondeca #BSUB -W 00:05 #BSUB -P RTMA-T2O #BSUB -q "dev_shared" set -x 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 . /usrx/local/prod/lmod/lmod/init/ksh module purge module load ips/18.0.1.163 module load impi/18.0.1 module load lsf/10.1 module load prod_util/1.1.0 module load grib_util/1.0.6