Jeffrey Tunison wrote:
> Is there a straightforward way to create a batch job that runs once on every
> node in the cluster?
A wrapper around reboot configured as RebootProgram in slurm.conf?
On 23-12-2023 05:09, Jeffrey Tunison wrote:
Is there a straightforward way to create a batch job that runs once on
every node in the cluster?
A technique simpler than generating a list from sinfo output and
dispatching the job in a for loop for the N nodes.
That’s not very hard, but I though
Is there a straightforward way to create a batch job that runs once on every
node in the cluster?
A technique simpler than generating a list from sinfo output and dispatching
the job in a for loop for the N nodes.
That’s not very hard, but I thought there might be an elegant solution which
woul