- 19 Feb, 2014 2 commits
-
-
Morris Jette authored
This corrects some of the logic in commit e8b11948 There were several plugins storing the wrong plugin type code (e.g. checkpoint/poe was recording state as checkpoint/blcr). In addition, since there are new fields being stored, they must be recorded as a different protocol_version, otherwise all jobs would be lost when upgrading the system from an earlier slurm release.
-
David Bigagli authored
disabled.
-
- 18 Feb, 2014 2 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
- 15 Feb, 2014 3 commits
-
-
David Bigagli authored
-
Morris Jette authored
-
Morris Jette authored
-
- 14 Feb, 2014 12 commits
-
-
Morris Jette authored
Adds slurmctld/nonstop plugin, libsmdns.so library, slurm/smd_ns.h and smd command. Also add regression tests for smd command.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Daniele Didomizio authored
Added sbatch '--parsable' option to output only the job id number and the cluster name separated by a semicolon rather than "Submitted batch job....". Errors will still be displayed.
-
Morris Jette authored
-
David Bigagli authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Conflicts: doc/man/man5/slurm.conf.5
-
Danny Auble authored
-
Danny Auble authored
needed to forward a message the slurmd would core dump.
-
- 13 Feb, 2014 6 commits
-
-
Morris Jette authored
This might happen if someone runs autogen.sh with some old version of libtool
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
When an error occurs when trying to suspend, resume, or requeue a job array report the error with the array element in addition to the native slurm job id. Previously it only reported the native slurm job id.
-
Morris Jette authored
reporting "array job_id" error for non-array jobs
-
David Bigagli authored
describing that jobs must be drained from cluster before deploying any checkpoint plugin.
-
- 12 Feb, 2014 7 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Re-order existing code so that per-cpu memory limits will be enforce with both cpus_per_task and ntasks_per_node limits.
-
David Bigagli authored
-
Morris Jette authored
-
Morris Jette authored
Properly enforce a job's cpus-per-task option when a job's allocation is constrained on some nodes by the mem-per-cpu option. bug 590
-
Danny Auble authored
-
- 11 Feb, 2014 6 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Explain some of the finer points of the option's interprettation bug 588
-
Morris Jette authored
-
- 10 Feb, 2014 2 commits
-
-
Morris Jette authored
Without this change, the function will repeatedly fail and report the buffer is too small until exhausting memory and aborting.
-
David Bigagli authored
-