Skip to content

Commit

Permalink
bugfix/topo_filter
Browse files Browse the repository at this point in the history
Update Dell grid gen regression test script for new esg
regional test.

Issue ufs-community#236.
  • Loading branch information
GeorgeGayno-NOAA committed Dec 11, 2020
1 parent 29aec9f commit 26a50b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion reg_tests/grid_gen/driver.dell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,16 @@ bsub -e $LOG_FILE -o $LOG_FILE -q $QUEUE -P $PROJECT_CODE -J c96.uniform -W 0:15
bsub -e $LOG_FILE -o $LOG_FILE -q $QUEUE -P $PROJECT_CODE -J gfdl.regional -W 0:10 -x -n 24 -w 'ended(c96.uniform)' \
-R "span[ptile=24]" -R "affinity[core(1):distribute=balance]" "$PWD/gfdl.regional.sh"

#-----------------------------------------------------------------------------
# ESG regional grid
#-----------------------------------------------------------------------------

bsub -e $LOG_FILE -o $LOG_FILE -q $QUEUE -P $PROJECT_CODE -J esg.regional -W 0:10 -x -n 24 -w 'ended(gfdl.regional)' \
-R "span[ptile=24]" -R "affinity[core(1):distribute=balance]" "$PWD/esg.regional.sh"

#-----------------------------------------------------------------------------
# Create summary log.
#-----------------------------------------------------------------------------

bsub -o $LOG_FILE -q $QUEUE -P $PROJECT_CODE -J summary -R "affinity[core(1)]" -R "rusage[mem=100]" -W 0:01 \
-w 'ended(gfdl.regional)' "grep -a '<<<' $LOG_FILE >> $SUM_FILE"
-w 'ended(esg.regional)' "grep -a '<<<' $LOG_FILE >> $SUM_FILE"

0 comments on commit 26a50b8

Please sign in to comment.