From 659de6edbf1ae10b1c7140d3620a432d4efe3fcf Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Thu, 21 Aug 2014 09:55:36 +0300 Subject: [PATCH] better docs for slurm-random --- anduril/slurm-random | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anduril/slurm-random b/anduril/slurm-random index 4ca4b87..1d0a48b 100755 --- a/anduril/slurm-random +++ b/anduril/slurm-random @@ -13,9 +13,9 @@ JOBROOT="$HOME/.srun" if [ "$1" == "-h" ] then echo -ne ' -This tools selects the lowest cpu allocated node for slurm run. +This tool selects a random node for slurm run. Use it with anduril: --exec-mode prefix --prefix '$( basename $0 )' -To change the list of nodes (preferred order): +To change the list of nodes for randomization: export ANDURIL_NODELIST="vm3 vm4 vm5" Current nodelist: "'${NODELIST[@]}'"'"( ${#NODELIST[@]} nodes)\n"