Get time estimate for free blocks
From Rizzo_Lab
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