Added 'atlas' to the machine list.
This commit is contained in:
parent
c57a4d8dc6
commit
739865bb4a
@ -111,6 +111,9 @@ function MpirunString
|
||||
zeus*) shift
|
||||
RunString="srun -p pdebug -n$*"
|
||||
;;
|
||||
atla*) shift
|
||||
RunString="srun -p pdebug -n$*"
|
||||
;;
|
||||
tux*) BatchMode=0
|
||||
MACHINES_FILE="hostname"
|
||||
if [ ! -f $MACHINES_FILE ] ; then
|
||||
|
||||
Loading…
Reference in New Issue
Block a user