Skip to content

Commit

Permalink
Give it 16 cores and 6 hours,
Browse files Browse the repository at this point in the history
used to be 12 h and 8 cores.



git-svn-id: https://svn-wrf-wtf.cgd.ucar.edu/trunk@259 23d9a9be-b5ef-4b6d-934b-143d34859f8a
  • Loading branch information
davegill committed May 23, 2016
1 parent 9d10413 commit 54bda9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bsub_this_to_run_all_compilers.csh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 54bda9a

Please sign in to comment.