-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
slurm 22.05 support and multiple-slurmd (#49)
* Support Slurm 22.05.X - also bump openssl, tiny and python versions - emulate nodes with more resources than physically availableb by default, which is nice for testing purposes. * support multiple slurmd nodes properly - have by default 3 nodes - compile slurm with --enable-multiple-slurmd - previously without this you cannot have multiple nodes on a single host, it would throw a lot of error messages and executing srun inside a batch job didn't work Also: - remove the check_running_status function - when doing "supervisorctl start" it will print the state anyway, no need to continously check for the state - remove the check_port_status function - don't really see a proper use case here. If the services weren't able to bind to the port, they couldn't even start properly. - remove the gres.conf - doesn't really work to properly "fake" having GPUs without a device file
- Loading branch information
Showing
6 changed files
with
35 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CgroupAutomount=yes | ||
CgroupPlugin=cgroup/v1 | ||
ConstrainCores=no | ||
ConstrainRAMSpace=no |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters