- 26 Oct, 2016 12 commits
-
-
Alejandro Sanchez authored
salloc are requested with -n tasks < hosts from -w hostlist or from -N.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
requested with -n tasks < hosts from -w hostlist.
-
Danny Auble authored
I picked 0, but that might not be correct.
-
Doug Parisek authored
for job packing.
-
Dominik Bartkiewicz authored
Bug 3171.
-
Morris Jette authored
bug 2148
-
Morris Jette authored
-
Morris Jette authored
bug 2149
-
Morris Jette authored
In addition to "show <ENTITY> <ID>" slurm also accepts "show <ENTITY>=<ID>" bug 2162
-
Morris Jette authored
Add new SchedulerParameter (max_array_tasks) to limit the maximum number of tasks in a job array independently from the maximum task ID (MaxArraySize). bug 2676
-
- 25 Oct, 2016 18 commits
-
-
Dominik Bartkiewicz authored
Bug 3194
-
Morris Jette authored
-
Morris Jette authored
Add SbcastParameters configuration option to control default file destination directory and compression algorithm. bug 2977
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
Replace sjstat, seff and sjobexit RPM packages with a single "contribs" package.
-
Danny Auble authored
-
Morris Jette authored
Remove separate slurm_blcr package. If Slurm is build with BLCR support, the files will now be part of the main Slurm packages. bug 2061
-
Morris Jette authored
-
Morris Jette authored
Document that node Weight takes precedence over load with LLN scheduling. bug 3204
-
Morris Jette authored
-
Dimitar Pashov authored
-
Brian Christiansen authored
The test cluster had jobs in the job table which prevented the cluster from being deleted. This also caused problems for other tests because accounts would be added to the test cluster and the accounts couldn't be deleted because the cluster still had jobs.
-
Brian Christiansen authored
This prevents it from being added to any stray clusters and allows it to be cleaned up easier. test21.36 wasn't destroying the created test cluster and this account was being added to the cluster and it couldn't delete the account on subsequent runs. test21.36 is solved now too.
-
Tim Wickberg authored
Follow on to commit c3266fca for 17.02+.
-
Tim Wickberg authored
-
Tim Wickberg authored
task/cray's _get_numa_nodes() function needs to run before task/cgroup cleans up the cgroup hierarchies, otherwise ALPS memory compaction will never run. Also move task_p_add_pid() outside the #ifdef HAVE_NATIVE_CRAY block so that the plugin will load (albeit without any functionality) on non-Cray systems for testing purposes. Revise documentation and provided slurm.conf templates as well. Bug 3154.
-
Morris Jette authored
Do not include SLURM_JOB_DERIVED_EC, SLURM_JOB_EXIT_CODE, or SLURM_JOB_EXIT_CODE in PrologSlurmctld environment (not available yet). bug 1431
-
- 24 Oct, 2016 10 commits
-
-
Morris Jette authored
-
Yu Watanabe authored
bug 2390
-
Tim Wickberg authored
Many open Coverity issues point back to this. The results of passing a negative value to strerror() are undefined, return a static string instead.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Doug Parisek authored
the pro/epilog of jobs.
-
Tim Wickberg authored
-
Yu Watanabe authored
Even if several commands, e.g. sview, are not built and installed, the corresponding man pages are still installed. The attached patch stop to install man pages when the corresponding commands are not built installed. bug 2393
-
Morris Jette authored
-