Skip to content

Commit

Permalink
Update ufs_test_utils.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ulmononian committed Aug 27, 2024
1 parent 1083a62 commit 390b580
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests-dev/logs/RegressionTests_hera.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
====START OF hera REGRESSION TESTING LOG====

UFSWM hash used in testing:
5abac39372215319fb3facf939a173fecbfd675e
1083a629790b9133b1aa3c1494f7d8c490d4d4c7

Submodule hashes used in testing:
37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d)
Expand Down Expand Up @@ -35,7 +35,7 @@ The second time is specifically for the run phase.
Times/Memory will be empty for failed tests.

BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20240821
COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Cameron.Book/FV3_RT/rt_2501571
COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Cameron.Book/FV3_RT/rt_30744

UFS_TEST.SH OPTIONS USED:
* (-a) - HPC PROJECT ACCOUNT: epic
Expand Down
8 changes: 7 additions & 1 deletion tests-dev/ufs_test_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ set -eux
function set_run_task() {
source default_vars.sh
source rt_utils.sh
source "${PATHRT}"/${TEST_KEY}/"${TEST_NAME}"

if [[ ${TEST_KEY} == "hsd_cases" ]]; then
source "${PATHRT}"/"${TEST_KEY}"/tests/"${TEST_NAME}"
elif [[ ${TEST_KEY} == "tests" ]]; then
source "${PATHRT}"/"${TEST_KEY}"/"${TEST_NAME}"
fi

compute_petbounds_and_tasks

TPN=$(( TPN / THRD ))
Expand Down

0 comments on commit 390b580

Please sign in to comment.