- 03 May, 2016 3 commits
-
-
Brian Christiansen authored
-
Tim Wickberg authored
-
Eric Martin authored
-
- 29 Apr, 2016 6 commits
-
-
Danny Auble authored
Backport of commit cca1616b from 16.05
-
Tim Wickberg authored
MCS plugin should not have been retroactively added to the 15.08 RPCs, and caused 'scontrol show config' from a 15.08 scontrol to a 16.05 slurmctld to fail.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Brian Christiansen authored
-
- 28 Apr, 2016 4 commits
-
-
Artem Polyakov authored
See bug 2672 for details
-
Tim Wickberg authored
-
Danny Auble authored
of Slurm.
-
Morris Jette authored
Use TaskPluginParam for default task binding if no user specified CPU binding. User --cpu_bind option takes precident over default. No longer any error if user --cpu_bind option does not match TaskPluginParam. bug 2655
-
- 27 Apr, 2016 4 commits
-
-
Tim Wickberg authored
Compiler errors out preventing these 13 from running without fixing the implied int type for main.
-
Tim Wickberg authored
Do not use AC_CONFIG_FILES as this may not expand all variables at config time. Loosely based on recommendations from http://www.gnu.org/software/autoconf/manual/autoconf.html#Makefile-Substitutions Run autogen.sh to pick up changes as well. Bug 2247/2298.
-
Morris Jette authored
Prior logic only supported ntasks_per_core bug 2655
-
Morris Jette authored
Avoid error message of "Requested cpu_bind option requires entire node to be allocated; disabling affinity" being generated in some cases where task/affinity and task/cgroup plugins used together.
-
- 26 Apr, 2016 4 commits
-
-
Danny Auble authored
restart of the slurmctld.
-
Sam Gallop authored
Otherwise miscalculated limit will lead to job cancellation even when well inside the allocated amount. Bug 2660.
-
Brian Christiansen authored
Bug 2386
-
Brian Christiansen authored
Bug 2386
-
- 25 Apr, 2016 1 commit
-
-
Tim Wickberg authored
Also remove remove misleading note "Unless PreemptType=preempt/partition_prio the partition Priority is not critical"; it does still impact scheduling when nodes overlap partitions.
-
- 23 Apr, 2016 1 commit
-
-
Tim Wickberg authored
in the slurmdbd segfaulting. Bug 2656
-
- 21 Apr, 2016 2 commits
-
-
Brian Christiansen authored
-
Morris Jette authored
burst_buffer/cray - Don't call Datawarp "paths" function if script includes only create or destroy of persistent burst buffer. Some versions of Datawarp software return an error for such scripts, causing the job to be held. bug 2624
-
- 20 Apr, 2016 3 commits
-
-
Morris Jette authored
burst_buffer/cray - Don't call Datawarp "paths" function if script includes only create or destroy of persistent burst buffer. Some versions of Datawarp software return an error for such scripts, causing the job to be held. bug 2624
-
Janne Blomqvist authored
I noticed that the CpuFreqDef config option was only partially implemented. The value was parsed, but the never used. So I took the liberty of re-purposing it to mean sort of the opposite, namely the frequency governor to use when running a job step in case the job doesn't explicitly provide any --cpu-freq option. I also changed the default of the CpuFreqGovernors option to be "ondemand,performance", since ondemand isn't available with the intel_pstate driver. Otherwise the patch should be relatively straightforward and only changes a few minor things here and there.
-
Tim Wickberg authored
-
- 15 Apr, 2016 1 commit
-
-
Morris Jette authored
Add TopologyParam option of "TopoOptional" to optimize network topology only for jobs requesting it. bug 2567
-
- 14 Apr, 2016 8 commits
-
-
Tim Wickberg authored
Timeout stalled transfers and cleanup related data structures. Default to wait five minutes since last update. Hook onto registration/ping message type to trigger cleanup in a minimally invasive manner. While here restructure certain functions to use list_* functions rather than iterate on the structures.
-
Tim Wickberg authored
Otherwise --mail-type=ALL will send an unexpected stage_out message back to the user. Bug 2541.
-
Morris Jette authored
-
Janne Blomqvist authored
Siphash is a state of the art keyed hash function that is performance competitive with the usual non-cryptographic hash functions. It's used as the default hash function backing hash tables in e.g. Perl, Python, Rust, and so on. Here we initially use it for the gid cache hash table, and in the common xhash implementation.
-
Brian Christiansen authored
For commits: f980c588 510abf23
-
Brian Christiansen authored
-
Brian Christiansen authored
Bug 1783
-
Morris Jette authored
select/cray - Initiate step node health check at start of step termination rather than after application completely ends so that NHC can capture information about hung (non-killable) processes. bug 2192
-
- 13 Apr, 2016 3 commits
-
-
Tim Wickberg authored
Make default compression vary based on library availability.
-
Morris Jette authored
-
Morris Jette authored
power/cray - Fix bug introduced in 15.08.10 preventin operation in many cases. bug 2628
-