Redwood sh update (#561)

This PR adds a minor update in runtest.sh for redwood
This commit is contained in:
Ruipeng Li 2022-01-19 21:28:46 -08:00 committed by GitHub
parent 4c3ef2a0b4
commit 84fa589671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,10 @@ function MpirunString
shift
RunString="srun -n$*"
;;
node*)
shift
RunString="srun -n$*"
;;
*)
shift
if [ $NumThreads -gt 0 ] ; then