diff --git a/bsub_this_to_run_all_compilers.csh b/bsub_this_to_run_all_compilers.csh index 92941fc..94faca0 100644 --- a/bsub_this_to_run_all_compilers.csh +++ b/bsub_this_to_run_all_compilers.csh @@ -1,13 +1,13 @@ #!/bin/csh -f #BSUB -a poe # at NCAR -#BSUB -R "span[ptile=8]" # tasks per node (16 default, 32 = hyperthreading) -#BSUB -n 8 # number of total tasks +#BSUB -R "span[ptile=16]" # tasks per node (16 default, 32 = hyperthreading) +#BSUB -n 16 # number of total tasks #BSUB -o reggie.out # output filename #BSUB -e reggie.err # error filename #BSUB -J WTF_v03.01 # job name #BSUB -q caldera # queue: premium, regular, economy -#BSUB -W 12:00 # wallclock time hh:mm +#BSUB -W 6:00 # wallclock time hh:mm #BSUB -P P64000400 #BSUB -N