From bb5f03e46a735df6ba7c16de2bca3020b783df44 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Wed, 20 Dec 2023 20:20:42 +0000 Subject: [PATCH] Update some hercules scripts. Fixes #867. --- reg_tests/chgres_cube/driver.hercules.sh | 6 ++++-- reg_tests/grid_gen/driver.hercules.sh | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/reg_tests/chgres_cube/driver.hercules.sh b/reg_tests/chgres_cube/driver.hercules.sh index 80ff82a17..177943574 100755 --- a/reg_tests/chgres_cube/driver.hercules.sh +++ b/reg_tests/chgres_cube/driver.hercules.sh @@ -7,7 +7,9 @@ # Set WORK_DIR to a general working location outside the UFS_UTILS directory. # The exact working directory (OUTDIR) will be WORK_DIR/reg_tests/chgres-cube. # Set the PROJECT_CODE and QUEUE as appropriate. To see which projects you -# are authorized to use, type "saccount_params". +# are authorized to use, type: +# +# $ sacctmgr show associations where user-$USER format=account%20,qos%50. # # Invoke the script with no arguments. A series of daily-chained # consistency tests will be submitted. To check the queue, type: @@ -35,7 +37,7 @@ ulimit -s unlimited export OUTDIR="${WORK_DIR:-/work/noaa/stmp/$LOGNAME}" export OUTDIR="${OUTDIR}/reg-tests/chgres-cube" -PROJECT_CODE="${PROJECT_CODE:-nesdis-rdo2}" +PROJECT_CODE="${PROJECT_CODE:-fv3-cpu}" QUEUE="${QUEUE:-batch}" #----------------------------------------------------------------------------- diff --git a/reg_tests/grid_gen/driver.hercules.sh b/reg_tests/grid_gen/driver.hercules.sh index a97d8cc25..3c46a2d45 100755 --- a/reg_tests/grid_gen/driver.hercules.sh +++ b/reg_tests/grid_gen/driver.hercules.sh @@ -10,7 +10,8 @@ # # Invoke the script with no arguments. A set of tests will # be submitted to run in parallel. To check the queue, type: -# "squeue -u $LOGNAME". +# +# $ sacctmgr show associations where user=$USER format=account%20,qos%50. # # Log output from each test will be placed in its own LOG_FILE. # Once the suite has completed, a summary is placed in SUM_FILE.