- 26 Feb, 2016 12 commits
-
-
Tim Wickberg authored
No functional change.
-
Alejandro Sanchez authored
-
Morris Jette authored
-
Tim Wickberg authored
-
Morris Jette authored
-
Morris Jette authored
-
Tim Wickberg authored
Add note to slurm.conf man page about setting "--cpu_bind=no" as part of SallocDefaultCommand if a TaskPlugin is in use.
-
Maksym Planeta authored
-
Bjørn-Helge Mevik authored
Test 14.10 in the test suite (of slurm 15.08.8, at least) uses $sinfo -tidle -h -o%n to find idle nodes. This only works if NodeHostname == NodeName on the nodes. The following should work regardless of this: $scontrol show hostnames \$($sinfo -tidle -h -o%N)
-
Morris Jette authored
-
Tim Wickberg authored
-
Morris Jette authored
Revert call to getaddrinfo, restoring gethostbyaddr (introduced in Slurm 16.05.0pre1) which was failing on some systems. Specifically test7.2 was failing on some systems with getaddrinfo() returning an error of "System error: Resource temporarily unavailable". Partial reversion of commit 89621f65
-
- 25 Feb, 2016 10 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Since the function is inlined the single definition let GCC build everything properly, but debug builds (which disable inline) resulted in: slurmstepd: [465.0]: symbol lookup error: (trimmed path)/task_cgroup.so: undefined symbol: val_to_char when running srun --cpu_bind=v. task/affinity had this definition already, task/cgroup didn't.
-
Tim Wickberg authored
Kernel option cgroup_enable=memory is likely what you want to fix, at least Debian and Ubuntu ship with it disabled.
-
Tim Wickberg authored
Nothing checks their return code, and it was always success.
-
Tim Wickberg authored
While here do some style cleanup. No change in logic.
-
Morris Jette authored
Change logging from "info()" to "fprintf(stderr, ...)" since this library is called from outside of SLurm proper and will fail in debug mode otherwise.
-
Morris Jette authored
-
Morris Jette authored
Reported by valgrind running test7.2, but shouldn't cause any real problem
-
Danny Auble authored
was also given.
-
Morris Jette authored
Split partition's "Priority" field into "PriorityTier" (used to order partitions for scheduling and preemption) plus "PriorityJobFactor" (used by priority/multifactor plugin in calculating job priority, which is used to order jobs within a partition for scheduling). bug 2479
-
- 24 Feb, 2016 11 commits
-
-
Danny Auble authored
a partition.
-
Danny Auble authored
This also reverts most of commit fa331e30 as well as commit bd9fa830 which would try to set the pn_min_cpus every time a job was updated. If a job didn't request node counts then they were hosed. This commit takes away the magic which was screwing things up. Now the person gets what they asked for without magic changing things. Bug 2302 Bug 2742 Bug 2478
-
Danny Auble authored
erroneously.
-
Morris Jette authored
Conflicts: src/plugins/select/cray/select_cray.c
-
Morris Jette authored
Failure has never been observed, but initialize the used variable before calling the function so we don't re-use old data if the function returns an error.
-
Morris Jette authored
Rename an improperly named variable in the logic scontrol uses to print node information ("total_used" was really "idle_cpus"), so the logic looks the same as that used in sinfo to determine node state.
-
Morris Jette authored
Include warning for Cray simulation as reminder for developers to change code as needed.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
- 23 Feb, 2016 2 commits
-
-
Morris Jette authored
-
Danny Auble authored
This whole process could probably be done better by keeping track of old values and new values and only calling one function instead of a pre and post function, but that can probably wait for future generations of the code as it works now and is probably adequate for the time being. Bug 2352
-
- 22 Feb, 2016 1 commit
-
-
Morris Jette authored
-
- 20 Feb, 2016 4 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-