#!/bin/ksh #BSUB -J prparUpost #BSUB -w "ended(prparUgsi)" #BSUB -o /ptmpp2/Manuel.Pondeca/bproj/para_prurma_2dvar/logs/urma_anlpost.out.%J #BSUB -e /ptmpp2/Manuel.Pondeca/bproj/para_prurma_2dvar/logs/urma_anlpost.out.%J #BSUB -n 16 #BSUB -R span[ptile=16] #BSUB -R "affinity[core]" #BSUB -W 00:05 #BSUB -P RTMA-T2O #BSUB -q "dev2" #BSUB -a poe 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