issues
search
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
The user should be able to tell Squirrel which nodes to exclude from allocation.
The user should be able to allocate more than one node.
Squirrel should collocate jobs.
Implementation
The scheduler object should exclude nodes from the retrieved list of nodes, based on the provided
--exclude
Slurm parameter.
The scheduling strategies have to reserve more than one node.
The timeslot resources have to include CPU cores, memory, etc.
Description
Implementation