- Oct 07, 2014
-
-
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).
-
- Oct 06, 2014
-
-
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
-
- Oct 04, 2014
-
-
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.
-
- Oct 03, 2014
-
-
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
-
- Oct 02, 2014
-
-
Morris Jette authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
Conflicts: src/sview/job_info.c
-
Morris Jette authored
A pointer was being used before a check for NULL value
-
Morris Jette authored
Conflicts: src/common/gres.c src/sview/job_info.c
-
Morris Jette authored
a bitmap was not initialized, which could result in an assert
-
Morris Jette authored
-
Danny Auble authored
-
- Oct 01, 2014
-
-
Morris Jette authored
-
Morris Jette authored
PrivateData=reservation modified to permit users to view the reservations which they have access to (rather then preventing them from seeing ANY reservation).
-
Danny Auble authored
-
David Bigagli authored
-
David Bigagli authored
-
Doug Parisek authored
privatedata=reservations is set.
-
Morris Jette authored
Add SchedulerParameters option of pack_serial_at_end to put serial jobs at the end of the available nodes rather than using a best fit algorithm.
-
Morris Jette authored
Find the bit of the first and last node available and only test those nodes rather than all configured nodes
-
Morris Jette authored
Also check for priority of zero in jobs submitted to multiple partitions (priority zero means held, so set the priority to 1).
-
Morris Jette authored
Requires priority/multifactor plugin with multiple partitions per job
-
Morris Jette authored
Requires priority/multifactor plugin with multiple partitions per job
-
Morris Jette authored
Insure the value does not exceed 32 bits
-