Skip to content

Commit

Permalink
bugfix/topo_filter
Browse files Browse the repository at this point in the history
Bug fix to hera grid gen regression test driver script.

Issue ufs-community#236.
  • Loading branch information
GeorgeGayno-NOAA committed Dec 11, 2020
1 parent 47fed2c commit 29aec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ TEST3=$(sbatch --parsable --ntasks-per-node=24 --nodes=1 -t 0:10:00 -A $PROJECT_
#-----------------------------------------------------------------------------

sbatch --nodes=1 -t 0:01:00 -A $PROJECT_CODE -J grid_summary -o $LOG_FILE -e $LOG_FILE \
--open-mode=append -q $QUEUE -d afterok:$TEST2 << EOF
--open-mode=append -q $QUEUE -d afterok:$TEST3 << EOF
#!/bin/bash
grep -a '<<<' $LOG_FILE > $SUM_FILE
EOF

0 comments on commit 29aec9f

Please sign in to comment.