------------------------------------------------------------ Sender: LSF System Subject: Job 738948: in cluster Done Job was submitted from host by user in cluster . Job was executed on host(s) <15*caldera02-ib>, in queue , as user in cluster . was used as the home directory. was used as the working directory. Started at Thu Jul 13 12:54:42 2017 Results reported on Thu Jul 13 13:02:10 2017 Your job looked like: ------------------------------------------------------------ # LSBATCH: User input #!/bin/sh # #BSUB -a poe # use LSF poe elim #BSUB -n 15 #BSUB -R "span[ptile=32]" # max number of tasks (MPI) per node #BSUB -o test_dr.o%J # output filename #BSUB -e test_dr.o%J # error filename #BSUB -q caldera #BSUB -W 6:00 #BSUB -P P28100036 #BSUB -J test_dr if [ -n "$LSB_JOBID" ]; then #batch job export JOBID=${LSB_JOBID} initdir=${LS_SUBCWD} interactive=false else interactive=true fi if [ -z "" ]; then export CAM_RBOPTIONS="build_only" fi ## create_newcase looks for account number in ACCOUNT environment variable export ACCOUNT=P28100036 ##omp threads export CAM_THREADS=2 export CAM_RESTART_THREADS=1 ##mpi tasks export CAM_TASKS=32 export CAM_RESTART_TASKS=64 # This is a floor preventing the use of 32 MPI tasks per node, which is # frequently broken, but allowing 32 threads. export min_cpus_per_task=1 source /glade/apps/opt/lmod/lmod/init/bash module purge if [ "$CAM_FC" = "PGI" ]; then module load ncarenv/1.0 module load ncarbinlibs/1.0 module load pgi/12.5 module load ncarcompilers module load netcdf/4.2 module load pnetcdf/1.3.0 (... more ...) ------------------------------------------------------------ Successfully completed. Resource usage summary: CPU time : 2044.82 sec. Max Memory : 2581 MB Average Memory : 593.13 MB Total Requested Memory : - Delta Memory : - Max Processes : 44 Max Threads : 53 Run time : 448 sec. Turnaround time : 451 sec. The output (if any) is above this job summary.