Hello,
I am developing a Spank plugin which starts a privileged process once per
node. This process will perform some work that require privileges like
write frequency, read devices, etc.
I know I have the option of run it when Slurm Daemon is started in a node
and loads the Spank plugin. But I w
been in that situation I have solved the problem with a lock
> on a temporary file.
>
> If you need any more help, please let me know. I probably still have
> some examples around.
>
> best,
>
>
> Manuel
>
>
>
> 2017-09-03 15:02 GMT+02:00 Jordi A. Gómez :
>
Hello,
I am developing a Spank plugin which starts a process per node. This is a
privileged process that performs some irrelevant things.
We don't want the process to be closed at the end of the SLURMs job
execution, but seems that SLURM is closing this process after the job
completion. Do you kn