[slurm-users] Does Slurm have any equivalent to LSF elim for generating dynamic node resources
Gerhard Strangar
g.s at arcor.de
Fri Mar 3 17:09:22 UTC 2023
Amir Ben Avi wrote:
> I have looked on the Slurm documentation, but didn't found any way to crate resource dynamically ( in a script ) on the node level
Well, basically you could do something like
scontrol update nodename=$HOSTNAME Gres=myres:367. What you don't have
is decaying resource reservations to compensate for the delay between
your elim replacement and job starts.
Gerhard
More information about the slurm-users
mailing list