- 30 Jun, 2017 9 commits
-
-
Brian Christiansen authored
-
Brian Christiansen authored
With commit 3e00ede5, _pack_job_alloc_info_msg wasn't hitting the xassert as expected.
-
Morris Jette authored
-
Morris Jette authored
-
Alejandro Sanchez authored
burst_buffer logic modified to support sizes in both SI and EIC size units (e.g. M/MiB for powers of 1024, MB for powers of 1000). bug 3922
-
Dominik Bartkiewicz authored
This patch removes a window in which a message bound for the DBD could be packed with the non-dbd packing. This would result in a packed msg_type, but nothing else. When that message was given to the DBD it would complain forever about an unpacking error. Bug 3891 and 3939
-
Danny Auble authored
-
Danny Auble authored
list functions.
-
Danny Auble authored
# Conflicts: # src/slurmd/slurmd/req.c # src/srun/libsrun/allocate.c
-
- 29 Jun, 2017 1 commit
-
-
David Gloe authored
-
- 28 Jun, 2017 15 commits
-
-
Danny Auble authored
done. Pretty much remove 10cc6f93 Bug 3919
-
Tim Wickberg authored
Makes testing with multiple-slurmd much nicer.
-
Tim Wickberg authored
-
Morris Jette authored
slurmctld would previously hide partitions from super-users by default. That was changed in commit f6a20584 The test was modified to support that change in behaviour
-
Danny Auble authored
workflows through the slurmd. Bug 3833
-
Morris Jette authored
CID 45140 and 45141
-
Morris Jette authored
CID 171492
-
Morris Jette authored
CID 171497
-
Morris Jette authored
CID 171451
-
Morris Jette authored
CID 171480
-
Morris Jette authored
CID 171477
-
Morris Jette authored
CID 717487
-
Tim Wickberg authored
-
Tim Wickberg authored
Unhandled return code makes Coverity sad, use the macro for consistency in these cases and to silence the warnings.
-
Tim Wickberg authored
Coverity noticed we don't consistently use it and started flagging these. Switch to the macro for consistency.
-
- 27 Jun, 2017 15 commits
-
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
The re-use of error_code results in the function returning an error when it really functions properly. Added new variable to use.
-
Tim Wickberg authored
Use part_is_visible instead, which does not modify the partitions (and thus require the part write lock).
-
Tim Wickberg authored
No longer require part write lock.
-
Tim Wickberg authored
They now only need the part read lock, not the write lock.
-
Tim Wickberg authored
Only needs part read lock, whereas part_filter_set/clear require the part write lock which limits concurrency. Convert one location in pack_all_part() while here.
-
Tim Wickberg authored
Also remove long-hidden test program from parse_time.c.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Fix one location in sacctmgr that was altering the value to use a heap-allocated value instead.
-
Tim Wickberg authored
Previous implementation is not thread-safe.
-
Tim Wickberg authored
Replace with direct references to the struct.
-
Tim Wickberg authored
-