- Jul 17, 2013
-
-
Morris Jette authored
Conflicts: src/slurmd/slurmstepd/req.c
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
For instance we need to pack completing jobs where they weren't packed before.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Conflicts: RELEASE_NOTES
-
Morris Jette authored
RELEASE_NOTES and news.html files changes. No content added or removed
-
- Jul 16, 2013
-
-
Morris Jette authored
-
Morris Jette authored
-
jette authored
-
Morris Jette authored
If both AllowAccount (or QOS) and DenyAccount are specified then only enforce the AllowAccount parameter. The other parameter is ignored.
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
accounting_storage/filetxt.
-
Morris Jette authored
-
Morris Jette authored
This adds allow_account_array and deny_account_array fields to the slurmctld partition record. Enforcement is done at job submit time.
-
Danny Auble authored
erroneously on a bluegene system.
-
Morris Jette authored
-
Morris Jette authored
This reverts the following two commits: d84bdaea 25051e48 While they work as designed, we probably do not want to provide support for the DenyGroups option
-
Morris Jette authored
The AllowGroups and DenyGroups configuration parameters only apply to the effective group ID of the job. Previously any user with access to any allowed group was permitted to use the partition.
-
Danny Auble authored
-
- Jul 15, 2013
-
-
Morris Jette authored
-
Rod Schultz authored
My patch for 366 still has a bug in that the step number in the job file is incorrect. Bug 368
-
Morris Jette authored
-
Morris Jette authored
-
Rod Schultz authored
Bug 366
-
Morris Jette authored
-
Rod Schultz authored
My patch for 366 still has a bug in that the step number in the job file is incorrect. Bug 368
-
Dominik Friedrich authored
-
Dominik Friedrich authored
-
- Jul 13, 2013
-
-
Morris Jette authored
Before a task is attached to a PAGG and the PAGG attached to a reservation, no tracking is done. Any files and directories the task creates at such a time will not be tracked. When a task is removed from a PAGG (via job_detachpid()), its current cleanup state is dropped, and no further files it creates will be tracked. Put another way, job_detachpid() will cancel any cleanup state accrued by that task, and make it as if that task had never been subject to CNCU. Once the creating task exits while subject to CNCU, the CNCU-tracking of their files is inherited by the PAGG, and then by the reservation when the PAGG exits. So if the slurmstepd task had spawned child tasks, and those tasks create files and exit while still attached to the PAGG attached to the reservation, then those files will be cleaned up when the reservation ends. Paul
-
Nathan Yee authored
AllowAccounts, AllowQOS, DenyAccounts, DenyGroups and DenyQOS. Enforcement logic needs to be added as well as slurm.conf man page.
-
- Jul 12, 2013
-
-
Morris Jette authored
-
Morris Jette authored
-
Rod Schultz authored
Bug 366
-
Danny Auble authored
-
- Jul 11, 2013
-
-
Morris Jette authored
-