Skip to content

Continuous SLURM resources allocation

Pierre Paleo requested to merge continuous_allocation into master

This MR implements a "continuous resources allocation" in SLURM.

The aim would be to do:

  • Allocate resources
  • Integrate
  • Check if resources are available ; if not re-allocate them
  • Integrate
  • ...

so that the user doesn't have to bother re-allocating the resources each time.

Edited by Pierre Paleo

Merge request reports