- 17 Jan, 2015 1 commit
-
-
Morris Jette authored
-
- 16 Jan, 2015 6 commits
-
-
Morris Jette authored
Also discovered a data structure that was being allocated based upon a different data structure of the wrong size. Also discovered a list_sort function that was using a bad pointer type, resulting in invalid memory references.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Taras Shapovalov authored
based upon email from Taras to slurm mailing list
-
Morris Jette authored
-
- 15 Jan, 2015 8 commits
-
-
Morris Jette authored
This implements advanced reservation support for burst buffer space. It does NOT include support for Cray burst buffer generic resources.
-
Danny Auble authored
-
Danny Auble authored
What this does is use the core level binding after each task is laid out to skip all the extra threads in the core so it doesn't give them to another task. It probably isn't perfect, but does solve all the scenarios I found.
-
Morris Jette authored
-
Morris Jette authored
Fix for GRES scheduling in which there is CPU topology defined or GRES types defined and there is more than 1 GPU per topology record in slurmctld. Without this fix, only one GRES could be allocated from each defined topology. bug 1369
-
Morris Jette authored
The slurmctld could abort with a gres configuration having Type= configured, but no CPU binding configured.
-
Morris Jette authored
Revert a changed definition used only in the debugging work from commit ac9436bc
-
Brian Christiansen authored
-
- 14 Jan, 2015 11 commits
-
-
David Bigagli authored
-
Josko Plazonic authored
-
Danny Auble authored
-
Morris Jette authored
Add support for multiple burst buffer plugins. Add support for BB GRES.
-
David Bigagli authored
-
David Bigagli authored
-
David Bigagli authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Some cases were creating the file with modes 0500 and then failing on the open to write call (specifically after changing the SlurmdUser from root to some other user for testing).
-
Morris Jette authored
-
- 13 Jan, 2015 13 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Make sure correct locks are held when messing with the assoc_mgr cache.
-
jette authored
-
Danny Auble authored
-
Morris Jette authored
For advanced reservation, replace flag "License_only" with flag "Any_Nodes". It can be used to indicate the an advanced reservation resources (licenses and/or burst buffers) can be used with any compute nodes.
-
Danny Auble authored
Conflicts: src/slurmctld/acct_policy.c
-
Danny Auble authored
Most of these don't matter as they are all NO_LOCK Fallout from commit f1ebdef1 when the resources were added.
-
Morris Jette authored
Requires netloc and hwloc files. Also requires hwloc v1.11+ (not yet released).
-
- 12 Jan, 2015 1 commit
-
-
Morris Jette authored
This only adds the field to data structures and does not implement support
-