- 06 Nov, 2015 2 commits
-
-
Morris Jette authored
bug 2086
-
Morris Jette authored
-
- 05 Nov, 2015 5 commits
-
-
Morris Jette authored
Job needs exit code of zero for COMPLETED state.
-
Morris Jette authored
bug 2093
-
Josko Plazonic authored
-
Danny Auble authored
-
Kilian Cavalotti authored
-
- 04 Nov, 2015 14 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Alejandro Sanchez authored
-
Danny Auble authored
This reverts commit 5bf40e44.
-
Alejandro Sanchez authored
pre-increment.
-
Alejandro Sanchez authored
-
Danny Auble authored
-
Morris Jette authored
-
Morris Jette authored
The "dw_wlm_cli paths" command returns an error if no #DW options.
-
Brian Christiansen authored
commit:508f866e
-
Brian Christiansen authored
Conflicts: etc/slurmd.service.in
-
Brian Christiansen authored
Bug 2095
-
Morris Jette authored
Increase dead socket timeout from 5 to 10 minutes before purge Log connect failure as "debug" rather than "error" as it can be generated due to a race condition at step termination.
-
Morris Jette authored
Previous logic would not check on remaining persistent burst buffer space needed for a job.
-
- 03 Nov, 2015 7 commits
-
-
Danny Auble authored
-
Ryan Cox authored
-
Morris Jette authored
This might be related to bug 2028
-
Morris Jette authored
Add logic to call the "setup" function.
-
Morris Jette authored
-
Danny Auble authored
in an hour counting multiple times.
-
Danny Auble authored
if this was the case we could get bug 2068 http://bugs.schedmd.com/show_bug.cgi?id=2068 to happen. This will be fixed in a future commit.
-
- 02 Nov, 2015 4 commits
-
-
Morris Jette authored
Return permission denied if regular user tries to release job held by an administrator. bug 2087
-
Morris Jette authored
Previous logic ignored lack of memory, file descriptors, buffers, etc. bug 2028
-
David Bigagli authored
quick & dirty patch for smap to compile with reentrant ncurses
-
Dimitar Pashov authored
Smap seems to be ok with this. The proper approach would be to root out all usage of the global COLS and LINES and switch to local variables, as section 'Some Notes of Caution' of the ncurses intro suggests.
-
- 30 Oct, 2015 3 commits
-
-
Morris Jette authored
No change to logic
-
Morris Jette authored
-
Deric Sullivan authored
Fix creation of advanced reservation of cores on nodes which are DOWN. There seems to be a bug with reservations using a node list (e.g. Nodes=something + CoreCnt=something). The result is a reservation made that's arguably broken; listing the reservation (scontrol show reservation) will show "Nodes=" (blank) and "CoreCnt=0". It's very easy to reproduce, just by doing the following against a node in a DOWN (also tested with POWER_UP) state: scontrol create ReservationName=tmp_res StartTime=now EndTime=now+600 Nodes=<some_non_idle_node> CoreCnt=1 Users=<some_valid_user> scontrol show reservation. bug 2078
-
- 29 Oct, 2015 5 commits
-
-
Morris Jette authored
Better identify who can create and destroy persistent burst buffers.
-
Danny Auble authored
-
Danny Auble authored
submit_time. 0 means the job isn't eligible yet so we need to treat it so.
-
Danny Auble authored
-
Morris Jette authored
PrologFlags work: Setting a flag of "Contain" implicitly sets the "Alloc" flag. Fix code path which could prevent execution of the Prolog when the "Alloc" or "Contain" flag were set. bug 2074
-