On 22/04/16 01:51, Tanner Satchwell wrote:
> I am trying to write a new slurm task plugin to create job specific
> temporary storage
You might want to base that off of (or take inspiration from):
https://github.com/hpc2n/spank-private-tmp
or our fork:
https://github.com/vlsci/spank-private-tm
Start by looking for diagnostic messages in slurmd.log. To debug
one's own Slurm code, learn to love and use
$ slurmd -D -vv
Andy
On 04/21/2016 11:50 AM, Tanner
Satchwell wrote:
Slurm Plugin initialization failed
I am trying to write a new slurm
task plugin to c