Added 'atlas' to the machine list.

This commit is contained in:
falgout 2008-01-22 21:11:42 +00:00
parent c57a4d8dc6
commit 739865bb4a

View File

@ -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