- 16 Jul, 2013 9 commits
-
-
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
-
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.
-
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.
-
- 15 Jul, 2013 8 commits
-
-
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
-
Dominik Friedrich authored
-
Dominik Friedrich authored
-
- 13 Jul, 2013 2 commits
-
-
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.
-
- 12 Jul, 2013 1 commit
-
-
Danny Auble authored
-
- 11 Jul, 2013 18 commits
-
-
Morris Jette authored
-
jette authored
-
jette authored
Previously a killpg was used, now a signal_container call is used and this might result in the processes being signalled at very slightly different times, possibly permitting a new process to start
-
Danny Auble authored
-
Danny Auble authored
-
jette authored
Makes sure that we don't run the multifactor plugin using the ticket based logic
-
jette authored
This appears to have been added by accident
-
jette authored
The most significant change is that we don't signal individual processes unless there are some processes in the step which are currently core dumping. This change signals the processes closer together in time when possible.
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
message.
-
Danny Auble authored
-
Danny Auble authored
-
Francois Diakhate authored
users.
-
Danny Auble authored
-
Morris Jette authored
Processes which can be signalled will be. Others will be signalled when possible from a pthread.
-
Morris Jette authored
-
Danny Auble authored
-
- 10 Jul, 2013 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
-