Weitspringer / squirrel-hpc

Carbon-aware batch job scheduler extension for Slurm.
MIT License
0 stars 0 forks source link

[Feature] Advanced Allocation #37

Open Weitspringer opened 1 month ago

Weitspringer commented 1 month ago

Description

  1. The user should be able to tell Squirrel which nodes to exclude from allocation.
  2. The user should be able to allocate more than one node.
  3. Squirrel should collocate jobs.

Implementation

  1. The scheduler object should exclude nodes from the retrieved list of nodes, based on the provided --exclude Slurm parameter.
  2. The scheduling strategies have to reserve more than one node.
  3. The timeslot resources have to include CPU cores, memory, etc.