victorusu / slurm-spank-talamini

All things for Slurm Spank plugins developed by HPCUGent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a repository for SPANK plugins for Slurm develop by HPCUGent.

Author: 
	Andy Georges <andy.georges@ugent.be>

Plugins
-------

pbs_nodefile: generates the PBS NODEFILE contents using the torque wrapper and places it in
              a file under TMPDIR. Creates an entry in the job's environment pointing to This
			  file.

Example
-------

plugstack.conf:

required /usr/lib64/slurm/pbs_nodefile.so command=/usr/libexec/slurm/wrapper/generate_pbs_nodefile

Cleanup
-------

The plugin does not do any cleanup. The PBS NODEFILE should be created in a location that
will be cleaned up, e.g., by the epilogue or by another plugin, for example spank-private-tmp.

About

All things for Slurm Spank plugins developed by HPCUGent

License:Other


Languages

Language:C 91.3%Language:Shell 5.9%Language:Makefile 2.8%