- 31 Mar, 2015 5 commits
-
-
Morris Jette authored
Requests by normal user to reset a job priority (even to lower it) will result in an error saying to change the job's nice value instead.
-
Morris Jette authored
-
Morris Jette authored
Conflicts: src/slurmctld/job_mgr.c src/slurmctld/job_scheduler.c
-
Morris Jette authored
A non-administrator change to job priority will not be persistent except for holding the job. User's wanting to change a job priority on a persistent basis should reset it's "nice" value. Without this change a user might lower a job's priority, but Slurm will not lower it more based upon fair-share changes.
-
Morris Jette authored
Increase the MAX_PACK_MEM_LEN define to avoid PMI2 failure when fencing with large amount of ranks (to 1GB).
-
- 30 Mar, 2015 2 commits
-
-
David Bigagli authored
-
Morris Jette authored
-
- 27 Mar, 2015 3 commits
-
-
Morris Jette authored
Verify that all plugin version numbers are identical to the component attempting to load them. Without this verification, the plugin can reference Slurm functions in the caller which differ (e.g. the underlying function's arguments could have changed between Slurm versions). NOTE: All plugins (except SPANK) must be built against the identical version of Slurm in order to be used by any Slurm command or daemon. This should eliminate some very difficult to diagnose problems due to use of old plugins.
-
Brian Christiansen authored
Bug 1469 Return values from void functions are unknown and were causing list_for_each to short ciruit processing of the job list.
-
David Bigagli authored
-
- 26 Mar, 2015 9 commits
-
-
Morris Jette authored
-
David Bigagli authored
-
Nathan Yee authored
This validates that sbcast works on a job step allocation, which is a subset of a job allocation.
-
Morris Jette authored
-
Morris Jette authored
This is a correction to patch 5a9277b1
-
Morris Jette authored
This is a correction to patch 5a9277b1
-
Morris Jette authored
Conflicts: doc/html/documentation.shtml
-
Morris Jette authored
Fix for misleading job submit failure errors sent to users. Previous error could indicate why specific nodes could not be used (e.g. too small memory) when other nodes could be used, but were not for another reason. bug 1537
-
Morris Jette authored
-
- 25 Mar, 2015 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
Modify the command names per latest Cray documentation. Add Cray API calls, which will replace the Cray command line interfaces when available. More work will be required for this conversion to the APIs. Update documentation.
-
- 24 Mar, 2015 1 commit
-
-
Nathan Yee authored
-
- 23 Mar, 2015 9 commits
-
-
Morris Jette authored
Correct the job array specification parser to accept brackets in job array expression (e.g. "123_[4,7-9]"). This patch superseeds patch 8d811201 bug 1552
-
Morris Jette authored
The logic fails if there are commas in the brackets: slurmctld: job_str_signal: 3 invalid job id 1593_[2,5-6] Updated patch in next commit bug 1552
-
David Bigagli authored
-
Morris Jette authored
No change in logic. Just make error messages more uniform and complete
-
Morris Jette authored
This takes the user to the home page rather than the download page.
-
Morris Jette authored
Convert the data structures used to implement RequeueExit and RequeueHoldExit from an array to a bitmap, which has far better scalability.
-
Morris Jette authored
-
Morris Jette authored
This just releases the requeue_exit and requeue_exit_hold arrays when the slurmctld shuts down so we can more easily identify any real leaks.
-
Morris Jette authored
-
- 20 Mar, 2015 9 commits
-
-
David Bigagli authored
-
David Bigagli authored
This reverts commit 5bd97a2c.
-
Morris Jette authored
Conflicts: slurm.spec
-
Morris Jette authored
RequeueExit and RequeueExitHold configuration parameters modified to accept numeric ranges. For example "RequeueExit=1,2,3,4" and "RequeueExit=1-4" are equivalent. bug 1549
-
David Bigagli authored
-
David Bigagli authored
Fix systemd paths in spec file
-
chwilk authored
Systemd service files were being created in the right place /usr/lib/systemd, but the test for their presence was looking in /lib, not /usr/lib.
-
Morris Jette authored
-
Morris Jette authored
Conflicts: NEWS testsuite/expect/test20.12
-