I may have asked this already.
I want to run a healtcheck job on all nodes. I can select the nodes in a partition by hand, the write a bash cript to get a list of nodes using nodeset -e Then submit to each node in the list using sbatch -w
Is there a cleaner way of doing this?
John Hearns