#BSUB -q qa #BSUB -n 30 #BSUB -R "rusage[mem=300GB] span[ptile=30]" #BSUB -a 'docker(registry.gsc.wustl.edu/sleong/base-engineering)' #BSUB -J "C48 geosfp-defaultdust" #BSUB -N #BSUB -u dandan.z@wustl.edu # Source bashrc . /etc/bashrc # Set up runtime environment set -x # Print executed commands ulimit -c 0 # coredumpsize ulimit -l unlimited # memorylocked ulimit -u 50000 # maxproc ulimit -v unlimited # vmemoryuse ulimit -s unlimited # stacksize export TMPDIR="$__LSF_JOB_TMPDIR__" export OMP_NUM_THREADS=$LSB_DJOB_NUMPROC export I_MPI_ADJUST_GATHERV=3 # IMPORTANT export I_MPI_ADJUST_ALLREDUCE=12 time ./hemco_standalone -c HEMCO_sa_Config.rc &> run-$(date +"%Y%m%d_%H%M").log