- 08 Oct, 2014 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Logs for jobs which are explicitly requeued will say so rather than saying that a node in their allocation failed.
-
- 07 Oct, 2014 17 commits
-
-
Morris Jette authored
-
Morris Jette authored
This is a minor change to commit 4b8cdd4c from yesterday and is needed to work with launch/poe (which was broken by the commit).
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
--export=NONE is not supported, but --export=name=value is supported.
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
Conflicts: src/slurmctld/reservation.c
-
Danny Auble authored
a reservation.
-
Danny Auble authored
which they have access to (rather then preventing them from seeing ANY reservation). Backport from 14.11 commit 77c2bd25.
-
Morris Jette authored
-
Morris Jette authored
-
Danny Auble authored
arbitrary layouts (test1.59).
-
Brian Christiansen authored
-
Brian Christiansen authored
option (since it isn't).
-
Morris Jette authored
-
Morris Jette authored
If job or step request a gres count of zero, do not test that the gres name is valid (e.g. "--gres=foo:0" is fine even if "goo" is not a valid gres).
-
- 06 Oct, 2014 2 commits
-
-
Morris Jette authored
Replace putenv() with setenv() to eliminate last CLANG error reported. setenv makes its own copies of the name/value.
-
Morris Jette authored
-
- 04 Oct, 2014 5 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Do not cause it to be rebooted (powered up).
-
Morris Jette authored
This permits a sys admin to power down a node that should already be powered down, but avoids setting the NO_RESPOND bit in the node state. Doing so under some conditions prevented the node from being scheduled. The downside is that the node could possibly be allocated when it really isn't ready for use.
-
- 03 Oct, 2014 11 commits
-
-
Morris Jette authored
When a node's state is set to power_down, then execute SuspendProgram even if previously executed for that node.
-
Danny Auble authored
which protects against race conditions with the reservations.
-
Morris Jette authored
-
Morris Jette authored
Conflicts: src/common/assoc_mgr.c src/slurmctld/job_mgr.c
-
Morris Jette authored
Fix logic determining when job configuration (i.e. running node power up logic) is complete. (Will look at better solution for v14.11).
-
Morris Jette authored
When a node's state is set to power_up, then execute ResumeProgram even if previously executed for that node.
-
Danny Auble authored
-
Danny Auble authored
different times when reservations are using the associations that are being deleted.
-
Morris Jette authored
Conflicts: doc/html/faq.shtml
-
Morris Jette authored
-
Brian Christiansen authored
-
- 02 Oct, 2014 1 commit
-
-
Morris Jette authored
-