Skip to content

Commit

Permalink
Minor fix to rt.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Jul 6, 2022
1 parent 0268817 commit 29e4daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ for dir in ice_blend; do
elif [[ $target == "wcoss_dell_p3" ]] || [[ $target == "wcoss_cray" ]]; then
cat ./driver.$target.sh | bsub -P ${PROJECT_CODE}
elif [[ $target == "wcoss2" ]] ; then
qsub ./driver.$target.sh
qsub -v WORK_DIR ./driver.$target.sh
fi

# Wait for job to complete
Expand Down

0 comments on commit 29e4daf

Please sign in to comment.