UnifyFS icon indicating copy to clipboard operation
UnifyFS copied to clipboard

Add lua plugin for SLURM integration

Open dsikich opened this issue 5 years ago • 3 comments

A SLURM SPANK lua plugin that adds an option to SLURM called unifycr. Using this option starts and stops the unifycr daemon as the user at job startup and termination.

This also makes the assumption currently that 'unifycrd' is installed in a default system path. The SPANK functions such as task_init and task_exit only run as the user running the job in a remote context.

Plugin still needs to be tested (in progress).

dsikich avatar May 03 '19 05:05 dsikich

@dsikich I noticed -alloc_flags was still used in the README. Does srun/salloc really have that flag too? I thought it was specific to LSF's bsub.

MichaelBrim avatar May 03 '19 12:05 MichaelBrim

@MichaelBrim I don't think so, I started with your README for lsf, and missed deleting that.

dsikich avatar May 03 '19 17:05 dsikich

@MichaelBrim Thanks for catching the alloc_flags in the README.md.. it's been updated/removed.

dsikich avatar May 03 '19 20:05 dsikich

Creating an issue to pick this up in the future.

CamStan avatar Nov 07 '22 23:11 CamStan