Skip to content

Commit ea28e5e

Browse files
set HPC_ACCOUNT to GFS-DEV on WCOSS2 (#1350)
1 parent 0ecc40b commit ea28e5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/gw-ci/create_exp.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ expyaml=${expyaml_ctest}
1313
export pslot=${pslot_ctest}
1414
export RUNTESTS=${exp_path}/${pslot}
1515
export HPC_ACCOUNT="da-cpu"
16+
if [[ $MACHINE_ID = wcoss2 ]]; then
17+
export HPC_ACCOUNT="GFS-DEV"
18+
fi
1619

1720
# Source the gw environement
1821
source ${HOMEgfs}/workflow/gw_setup.sh

0 commit comments

Comments
 (0)