correct node names

This commit is contained in:
ville rantanen
2014-01-17 15:18:49 +02:00
parent 19b1a5af3e
commit 5b75250fbd

View File

@@ -6,7 +6,7 @@ then echo provide the script to run
fi
if [ -z "${ANDURIL_NODELIST}" ]
then NODELIST=( kristel sasha )
then NODELIST=( vm3 vm4 vm5 vm6 )
else read -a NODELIST <<< "$ANDURIL_NODELIST"
fi
JOBROOT="/mnt/storage3/analysis/.srun"