- 09 Feb, 2017 1 commit
-
-
Brian Christiansen authored
Instead of creating static functions everytime.
-
- 08 Feb, 2017 12 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Brian Christiansen authored
sstat doesn't work on Cray ALPS but works on native Cray setups.
-
Alejandro Sanchez authored
Bug 3444
-
Alejandro Sanchez authored
There are (or at least used to be) places where an exit code of 0 was used to indicate that the job ran successfully to completion. This patch fixes the places where the exit_code was MAX'd out to 1 to indicate that job did not ran successfully to completion. This MAX logic was introduced in commit f305f099. Bug 3444
-
Morris Jette authored
Conflicts: src/slurmctld/job_mgr.c
-
Alejandro Sanchez authored
Jobs preempted with PreemptMode=REQUEUE were incorrectly recorded as REQUEUED in the accounting. Bug 3444
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
bug 3448
-
Danny Auble authored
i.e. AcctGatherInterconnectType = ofed,none Bug 3412
-
Danny Auble authored
compatibility.
-
- 07 Feb, 2017 12 commits
-
-
Danny Auble authored
Actual code change to make it happen. Just renaming things, nothing really changed.
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
-
Brian Christiansen authored
Continuations of 86ed603c CID: 161500, 45176
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
No functional change.
-
Tim Wickberg authored
-
Dominik Bartkiewicz authored
Bug 3447
-
Brian Christiansen authored
Makes it so that an srun/salloc initiated from a cluster with a one switch type will work on a different cluster with a different switch type.
-
- 06 Feb, 2017 6 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
link to libslurm as well as libslurmdb to make things work.
-
Danny Auble authored
-
Danny Auble authored
dynamically or statically to libslurm. This can result in much smaller binaries, but isn't the easiest to develop against as if the files in src/common or src/*api change and the binaries linking against them are compiled directly libslurm.so doesn't get recompiled automatically, you have to manually do it. But in production this could give large benefits as Slurm's footprint is now considerably smaller. This used to not work on environments like AIX where plugins couldn't resolve variables used in the parent program, but this appears to not be the case now we link to the "full" .so which exports everything as the .o does.
-
Danny Auble authored
-
- 04 Feb, 2017 1 commit
-
-
Tim Wickberg authored
Dead code, since xmalloc will abort() on OOM.
-
- 03 Feb, 2017 8 commits
-
-
Alejandro Sanchez authored
Bug 3444
-
Morris Jette authored
-
Morris Jette authored
Remove a couple of unnecesaary fatal() calls and remove some other unnecessary logic.
-
Morris Jette authored
This would not really be a fatal condition (although we would eventually exhaust memory
-
Morris Jette authored
This would not really be a fatal condition
-
Morris Jette authored
bit_alloc() will abort if the malloc fails
-
Morris Jette authored
-
Morris Jette authored
All of these fatal conditions are already handled by xmalloc()
-