Skip to content

Commit

Permalink
feature/orion This commit references ufs-community#96.
Browse files Browse the repository at this point in the history
Update orion chgres regression test script to use threads
for the 'gfs sigio' test.  Update chgres_cube build
modulefile to use splib v2.0.3.  splib v2.1.0 was not working
with threads - the reg test would time out after 15 minutes.
v2.1.0 is the 'cmake' version.
  • Loading branch information
GeorgeGayno-NOAA committed Apr 6, 2020
1 parent 6d1c6f8 commit 664e0b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modulefiles/chgres_cube.orion
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module use -a $MOD_PATH
module load w3nco/2.1.0
module load nemsio/2.3.0
module load bacio/2.2.0
module load sp/2.1.0
module load sp/2.0.3
module load sfcio/1.2.0
module load sigio/2.2.0

Expand Down
5 changes: 3 additions & 2 deletions reg_tests/chgres_cube/driver.orion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ QUEUE="debug"

export HOMEufs=$PWD/../..

export HOMEreg=/work/noaa/da/ggayno/save/reg_tests/chgres_cube
export HOMEreg=/work/noaa/da/ggayno/save/ufs_utils.git/reg_tests/chgres_cube

export NCCMP=/apps/nccmp-1.8.5/bin/nccmp

Expand Down Expand Up @@ -82,7 +82,8 @@ TEST3=$(sbatch --parsable --ntasks-per-node=6 --nodes=1 -t 0:15:00 -A $PROJECT_C
# Initialize C96 using spectral GFS sigio/sfcio files.
#-----------------------------------------------------------------------------

TEST4=$(sbatch --parsable --ntasks-per-node=6 --nodes=1 -t 0:15:00 -A $PROJECT_CODE -q $QUEUE -J c96.gfs.sigio \
export OMP_NUM_THREADS=6
TEST4=$(sbatch --parsable --ntasks-per-node=3 --cpus-per-task=6 --nodes=2 -t 0:15:00 -A $PROJECT_CODE -q $QUEUE -J c96.gfs.sigio \
--open-mode=append -o $LOG_FILE -e $LOG_FILE -d afterok:$TEST3 ./c96.gfs.sigio.sh)

#-----------------------------------------------------------------------------
Expand Down

0 comments on commit 664e0b2

Please sign in to comment.