- Mar 27, 2015
-
-
David Bigagli authored
-
- Mar 26, 2015
-
-
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
-
- Mar 25, 2015
-
-
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.
-
- Mar 24, 2015
-
-
Nathan Yee authored
-
- Mar 23, 2015
-
-
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
-
- Mar 20, 2015
-
-
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
-
Aaron Knister authored
-
Morris Jette authored
If SchedulerParameters value of bf_min_age_reserve is configured, then a newly submitted job can start immediately even if there is a higher priority non-runnable job which has been waiting for less time than bf_min_age_reserve.
-
Morris Jette authored
If SchedulerParameters value of bf_min_age_reserve is configured, then a newly submitted job can start immediately even if there is a higher priority non-runnable job which has been waiting for less time than bf_min_age_reserve.
-
- Mar 19, 2015
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Conflicts: META NEWS
-
Morris Jette authored
-
Morris Jette authored
-
- Mar 18, 2015
-
-
Brian Christiansen authored
Conflicts: src/slurmctld/reservation.c RESERVE_FLAGS_LIC_ONLY was changed to RESERVE_FLAGS_ANY_NODES
-
jette authored
Start job allocation using lowest numbered sockets for block task distribution for consistency with cyclic distribution. bug 1540
-
jette authored
-