Skip to content

Slurm computation

Nicolas Brichet requested to merge slurm_computation into dev

This merge request provides a Core and Client to use SLURM jobs scheduler on a remote server.
It uses RADICAL SAGA as dependency, specified as optional in the setup.

CoreSlurm is based on CoreSsh, and ClientSlurm on ClientSsh, because except for the initialization of the computation, the actions to execute and monitor a computation are the same as the SSH actions.

Edited by Rémy Mozul

Merge request reports