- 28 May, 2015 8 commits
-
-
Danny Auble authored
have one.
-
David Bigagli authored
-
Morris Jette authored
-
Veronique Legrand authored
-
Veronique Legrand authored
-
Morris Jette authored
In "if (use_cluster_list != arch_cond->job_cond->cluster_list)" "arch_cond->job_cond" could be NULL
-
Morris Jette authored
-
David Bigagli authored
-
- 27 May, 2015 7 commits
-
-
Morris Jette authored
-
Morris Jette authored
However, --mem=0 now reflects the appropriate amount of memory in the system, --mem-per-cpu=0 hasn't changed. This allows all the memory to be allocated in a cgroup but is not "consumed" and is available for other jobs running on the same host. Eric Martin, Washington University School of Medicine
-
Morris Jette authored
-
Morris Jette authored
Use sleep with value less than 1 (e.g. 0.5)
-
Nicolas Joly authored
These changes are required to support NetBSD. 1) Use standard -p option for time command in test17.35 instead of GNU specific format string to fetch the elapsed (real) time. 2) Adjust date command calls in test22.1 to use short option (--date -> -d), and move options before arguments. NetBSD, unlike Linux, disallow non standard order. 3) Use standard -R option instead of -r for cp command in test30.1.
-
Morris Jette authored
Fix for bug introduced in commit 935b0cbe
-
Morris Jette authored
Conflicts: testsuite/expect/test12.7
-
- 26 May, 2015 11 commits
-
-
Veronique Legrand authored
bug 1649
-
Nicolas Joly authored
bug 1642
-
David Bigagli authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Conflicts: doc/man/man1/sbatch.1 src/slurmctld/job_scheduler.c
-
Morris Jette authored
Correct list of unavailable nodes reported in a job's "reason" field when that job can not start. bug 1614
-
Danny Auble authored
which can be used to aggregate messages to the slurmctld into a single message to reduce communication to the slurmctld. Currently only epilog complete messages and node registration messages use this logic.
-
Danny Auble authored
-
Danny Auble authored
'sacctmgr archive dump' is ran.
-
Morris Jette authored
bug 1684
-
- 23 May, 2015 3 commits
-
-
Adam T. Moody authored
-
Gennaro Oliva authored
-
Gennaro Oliva authored
-
- 22 May, 2015 11 commits
-
-
Morris Jette authored
-
Morris Jette authored
bug 1679
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Do not log invalid layout update calls as errors in slurmctld, that's something for the user to address. Make sure that data structure pointer are not NULL before attempting to free fields within them. Initialize memory for a data structure taken from the stack.
-
Morris Jette authored
This replaces the logic that reads until we run out of buffer space and setting the record count from that. Also add an unlock if the layout dump failed to prevent a slurmctld deadlock.
-
Morris Jette authored
-
Morris Jette authored
-