Get time estimate for free blocks
From Rizzo_Lab
Revision as of 14:18, 26 August 2008 by Rashigoyal (talk | contribs)
if ($#argv != 1) then
# echo "takes one parameter, Number of nodes in the partitions you want must be specified"
echo "takes one parameter, the partitions name you want must be specified"
exit
else
set name = $argv[1]
endif
echo "Free blocks"
readyblocks.pl | grep "$name"
echo "Time remaining"
#llqm | grep " $num " | awk '{print $8 " " $3}' | sort
llqm | grep "$name" | awk '{print $3 " " $8 " " $4 " " $5}' | sort