Skip to content

Commit

Permalink
Update job name in sbatch command.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Jan 24, 2025
1 parent 3df360a commit 37038d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/cpld_gridgen/rt2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ while read -r line || [ "$line" ]; do
cp $PATHRT/parm/grid.nml.IN $RUNDIR
cp $PATHTR/exec/cpld_gridgen $RUNDIR

tests[$i]=$(sbatch --parsable --ntasks-per-node=1 --nodes=1 -t 0:10:00 -A fv3-cpu -q batch -J "test${i}" \
tests[$i]=$(sbatch --parsable --ntasks-per-node=1 --nodes=1 -t 0:10:00 -A fv3-cpu -q batch -J $TEST_NAME \
-o run_${TEST_NAME}.log -e run_${TEST_NAME}.log $PATHTR/ush/cpld_gridgen.sh "$TEST_NAME")

all_tests=${all_tests}":"${tests[$i]}
Expand Down

0 comments on commit 37038d3

Please sign in to comment.