Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEMS
Submodule NEMS updated 2 files
+2 −2 tests/apps.def
+2 −2 tests/rtgen
2 changes: 1 addition & 1 deletion release/v0/exp/runjob_cray.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh --login
#BSUB -L /bin/sh
#BSUB -P FV3GFS-T2O
#BSUB -P GFS-DEV
#BSUB -e err_cray
#BSUB -o out_cray
#BSUB -J fv3gfs
Expand Down
2 changes: 1 addition & 1 deletion tests/fv3_conf/fv3_bsub.IN_wcoss_cray
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#BSUB -J @[JBNME]
#BSUB -W 00:@[WLCLK]
#BSUB -q @[QUEUE]
#BSUB -P FV3GFS-T2O
#BSUB -P GFS-DEV
#BSUB -extsched "CRAYLINUX[]" -R "1*{select[craylinux && !vnode]} + @[TASKS]*{select[craylinux && vnode] span [ptile=@[TPN]]}"
#BSUB -M 500

Expand Down
2 changes: 1 addition & 1 deletion tests/fv3_conf/fv3_bsub.IN_wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#BSUB -J @[JBNME]
#BSUB -W 00:@[WLCLK]
#BSUB -q @[QUEUE]
#BSUB -P FV3GFS-T2O
#BSUB -P GFS-DEV
#BSUB -n @[TASKS]
#BSUB -R span[ptile=@[TPN]]
#BSUB -R affinity[core(@[THRD])]
Expand Down
6 changes: 3 additions & 3 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ if [[ $MACHINE_ID = wcoss ]]; then
DISKNM=/nems/noscrub/emc.nemspara/RT
QUEUE=debug
PARTITION=
ACCNR=GFS-T2O
ACCNR=GFS-DEV
STMP=/ptmpp$pex
PTMP=/ptmpp$pex
SCHEDULER=lsf
Expand Down Expand Up @@ -109,7 +109,7 @@ elif [[ $MACHINE_ID = wcoss_cray ]]; then
DISKNM=/gpfs/hps3/emc/nems/noscrub/emc.nemspara/RT
QUEUE=debug
PARTITION=
ACCNR=GFS-T2O
ACCNR=GFS-DEV
if [[ -d /gpfs/hps3/ptmp ]] ; then
STMP=/gpfs/hps3/stmp
PTMP=/gpfs/hps3/stmp
Expand Down Expand Up @@ -144,7 +144,7 @@ elif [[ $MACHINE_ID = wcoss_dell_p3 ]]; then
DISKNM=/gpfs/dell2/emc/modeling/noscrub/emc.nemspara/RT
QUEUE=debug
PARTITION=
ACCNR=FV3GFS-T2O
ACCNR=GFS-DEV
Comment thread
DusanJovic-NOAA marked this conversation as resolved.
STMP=/gpfs/dell2/stmp
PTMP=/gpfs/dell2/ptmp
SCHEDULER=lsf
Expand Down