Redwood sh update (#561)
This PR adds a minor update in runtest.sh for redwood
This commit is contained in:
parent
4c3ef2a0b4
commit
84fa589671
@ -129,6 +129,10 @@ function MpirunString
|
||||
shift
|
||||
RunString="srun -n$*"
|
||||
;;
|
||||
node*)
|
||||
shift
|
||||
RunString="srun -n$*"
|
||||
;;
|
||||
*)
|
||||
shift
|
||||
if [ $NumThreads -gt 0 ] ; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user