Skip to content

Commit

Permalink
Issue #21 - updated WCOSS phase 3.5 queues
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Mar 25, 2020
1 parent 08a5354 commit fb1c79f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion env/WCOSS_DELL_P3.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ step=$1
# WCOSS_DELL_P3 information
export launcher="mpirun -n"
export npe_node_max=28
if [ "$QUEUE" = "dev2" -o "$QUEUE" = "devonprod2" ]; then # WCOSS Dell 3.5
if [ "$QUEUE" = "dev2" -o "$QUEUE" = "devonprod2" -o "$QUEUE" = "devmax2" ]; then # WCOSS Dell 3.5
export npe_node_max=40
fi

Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "BEGIN: config.resources"

if [[ "$machine" = "WCOSS_DELL_P3" ]]; then
export npe_node_max=28
if [ "$QUEUE" = "dev2" -o "$QUEUE" = "devonprod2" ]; then # WCOSS Dell 3.5
if [ "$QUEUE" = "dev2" -o "$QUEUE" = "devonprod2" -o "$QUEUE" = "devmax2" ]; then # WCOSS Dell 3.5
export npe_node_max=40
fi
elif [[ "$machine" = "WCOSS_C" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion ush/rocoto/setup_expt.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def edit_baseconfig():
queue_arch = 'dev_transfer'
if partition is not None and partition in ['3p5']:
queue = 'dev2'
queue_arch = 'dev_transfer2'
queue_arch = 'dev2_transfer'
elif machine is 'WCOSS_C':
base_git = '/gpfs/hps3/emc/global/noscrub/emc.glopara/git'
base_svn = '/gpfs/hps3/emc/global/noscrub/emc.glopara/svn'
Expand Down
2 changes: 1 addition & 1 deletion ush/rocoto/setup_expt_fcstonly.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def edit_baseconfig():
queue_arch = 'dev_transfer'
if partition is not None and partition in ['3p5']:
queue = 'dev2'
queue_arch = 'dev_transfer2'
queue_arch = 'dev2_transfer'
elif machine is 'WCOSS_C':
base_git = '/gpfs/hps3/emc/global/noscrub/emc.glopara/git'
base_svn = '/gpfs/hps3/emc/global/noscrub/emc.glopara/svn'
Expand Down

0 comments on commit fb1c79f

Please sign in to comment.