- 27 May, 2016 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
- 26 May, 2016 5 commits
-
-
Danny Auble authored
This also makes use of the -j (join) flag as a normal qsub does.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
Fix for uninitialized variable in task binding logic, could leave tasks with fewer CPUs than intended. bug 2766
-
- 25 May, 2016 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
Fix GRES task layout bug that could cause slurmctld to abort with invalid memory reference. bug 2766
-
Tim Wickberg authored
-
Tim Wickberg authored
Coverity 44891.
-
- 24 May, 2016 13 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
sizeof(optarg) is incorrect, that's the size of the pointer not the length of the character string that must be parsed. Coverity 53128.
-
Tim Wickberg authored
Coverity 44992.
-
Artem Polyakov authored
bug 2760
-
Morris Jette authored
-
Tim Wickberg authored
Needs to unlock here, not re-lock the lock.
-
Morris Jette authored
Some tests fail if the partition is configured with Shared=exclusive. This change disables the same tests as if select/linear is configured.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Prevent '--preserve' from being inadvertanly enabled by '-j'.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
Logic introduced in v16.05.0-rc2 could attempt state change for nid00000, even if no such node exists bug 2758
-
- 23 May, 2016 1 commit
-
-
Nicolas Joly authored
Still testing 16.05 on my NetBSD/amd64 workstation ... Just encountered a crash with scancel(1). njoly@lanfeust [~]> sbatch --wrap "sleep 3600" Submitted batch job 4680 njoly@lanfeust [~]> scancel 4680 scancel: Error detected by libpthread: Invalid condition variable. Detected by file "/local/src/NetBSD/src/lib/libpthread/pthread_cond.c", line 140, function "pthread_cond_timedwait". See pthread(3) for information. zsh: abort (core dumped) scancel 4680 Checking the code show indeed that pthread_cond_wait() call from scancel.c:_signal_job_by_str() use an uninitialised condition variable "num_active_threads_cond" The attached patch, which add the missing pthread_cond_init() seems to fix it. bug 2753
-
- 20 May, 2016 1 commit
-
-
Morris Jette authored
Change how Slurm determines the NUMA count of a node. Ignore KNL NUMA that only include memory. bug 2745
-
- 19 May, 2016 5 commits
-
-
Morris Jette authored
Fix test for large CPU count nodes
-
Brian Christiansen authored
Need thread_id to distinguish between multiple threads with the same name.
-
Yu Watanabe authored
Already installed by 'make install-contrib'. Bug 2747.
-
Brian Christiansen authored
-
Danny Auble authored
# Conflicts: # NEWS
-
- 18 May, 2016 9 commits
-
-
Danny Auble authored
and the slurmctld doesn't wait long enough for the response it would give up leaving the connection open and create a situation where the next message sent could receive the response of the first one. Bug 2739
-
Morris Jette authored
Correct logic that calculates a step's cpus_per_task allocation on a heterogenous job allocation. Mixing a KNL with a Xeon resulted in a count that was between the CPU count on the two node types and invalid on the node with smaller CPU count (e.g. 272 CPUs on KNL, 8 on Xeon, and 2 tasks, cpus_per_task = 140).
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
JOB_COMPLETING is a flag and not an enum.
-
Brian Christiansen authored
-
Morris Jette authored
accounting may show job or step in COMPLETING state for a while
-
Morris Jette authored
Search for step state happened before the step started.
-
Morris Jette authored
Correction to environment variable name in commit a09a0795
-