Skip to content

Commit

Permalink
Increase memory for global_cycle regression tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Jul 5, 2022
1 parent 340a50f commit af63b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/global_cycle/driver.wcoss2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rm -f ${LOG_FILE}*
export DATA="${DATA_DIR}/test1"
export COMOUT=$DATA
TEST1=$(qsub -V -o ${LOG_FILE}01 -e ${LOG_FILE}01 -q $QUEUE -A $PROJECT_CODE -l walltime=00:05:00 \
-N c768.fv3gfs -l select=1:ncpus=12:mem=8GB $PWD/C768.fv3gfs.sh)
-N c768.fv3gfs -l select=1:ncpus=12:mem=12GB $PWD/C768.fv3gfs.sh)

export DATA="${DATA_DIR}/test2"
export COMOUT=$DATA
Expand Down

0 comments on commit af63b99

Please sign in to comment.