- 23 Jan, 2014 5 commits
-
-
David Bigagli authored
to suspend/resume array elements.
-
Danny Auble authored
This reverts commit 34fd501c.
-
Danny Auble authored
connect in a loop instead of producing a fatal.
-
Danny Auble authored
-
Stephane Vaillant authored
-
- 22 Jan, 2014 1 commit
-
-
Danny Auble authored
-
- 21 Jan, 2014 2 commits
-
-
David Bigagli authored
-
David Bigagli authored
This reverts commit 2fa28eb6. Conflicts: NEWS
-
- 20 Jan, 2014 1 commit
-
-
jette authored
-
- 18 Jan, 2014 1 commit
-
-
David Bigagli authored
data correctly accumulating differences between sampling intervals. Fix the data structure mismatch between acct_gather_filesystem_lustre.c and slurm_jobacct_gather.h which caused the hdf5 plugin to log incorrect data.
-
- 17 Jan, 2014 1 commit
-
-
Morris Jette authored
New configuration parameter of CoreSpecPlugin. Added core_spec/none and core_spec/cray plugins (just stubs for now).
-
- 16 Jan, 2014 5 commits
-
-
David Bigagli authored
the srun help.
-
Danny Auble authored
not "idle" when in a reservation.
-
Morris Jette authored
Add version number to node and front-end configuration information visible using the scontrol tool. Sview and sinfo still need to be changed.
-
Morris Jette authored
Add specialized core count field to job credential data. NOTE: This changes the communications protocol from other pre-releases of version 14.03. All programs must be cancelled and daemons upgraded from previous pre-releases of version 14.03. Upgrades from version 2.6 or earlier can take place without loss of jobs
-
David Bigagli authored
network traffic accounting plugin.
-
- 15 Jan, 2014 2 commits
-
-
David Bigagli authored
to print more information when debug and when io error occur.
-
Danny Auble authored
add/remove columns. caused by commit 68f0f5db
-
- 13 Jan, 2014 2 commits
-
-
Morris Jette authored
Do not reset a job's priority when the slurmctld restarts if previously set to some specific value. bug 561
-
John Morrissey authored
groups.
-
- 11 Jan, 2014 1 commit
-
-
David Bigagli authored
hostlist_push_host().
-
- 10 Jan, 2014 1 commit
-
-
David Bigagli authored
-
- 09 Jan, 2014 2 commits
-
-
David Bigagli authored
are not longer set DOWN, they are set to DRAIN instead.
-
Morris Jette authored
Core specialization is now fully supported.
-
- 08 Jan, 2014 4 commits
-
-
David Bigagli authored
-
David Bigagli authored
This reverts commit 3464295e.
-
David Bigagli authored
-
Morris Jette authored
Make sure that licenses are not oversubscribed in overlapping reservations.
-
- 07 Jan, 2014 3 commits
-
-
Danny Auble authored
-
Morris Jette authored
Do not mark the node DOWN if its memory or tmp disk space is lower than configured, just log it using debug message type
-
David Bigagli authored
parameter in slurm.conf.
-
- 06 Jan, 2014 2 commits
-
-
Morris Jette authored
If a job is explicitly suspended, its priority is set to zero. This resets the priority when requeued and also documents that if the job is requeued (e.g. due to a node failure), then it is placed in a held state.
-
Morris Jette authored
Without this patch, the job's RunTime includes its RunTime from before it's prior suspend (i.e. the job's full RunTime rather than just the RunTime of the requeued job).
-
- 27 Dec, 2013 1 commit
-
-
Filip Skalski authored
Hello, I think I found another bug in the code (I'm using 2.6.3 but I checked the 2.6.5 and 14.03 versions and it's the same there). In file sched/backfill/backfill.c: 1) _add_reservation function, from lines 1172: if (placed == true) { j = node_space[j].next; if (j && (end_reserve < node_space[j].end_time)) { /* insert end entry record */ i = *node_space_recs; node_space[i].begin_time = end_reserve; node_space[i].end_time = node_space[j].end_time; node_space[j].end_time = end_reserve; node_space[i].avail_bitmap = bit_copy(node_space[j].avail_bitmap); node_space[i].next = node_space[j].next; node_space[j].next = i; (*node_space_recs)++; } break; } I draw a picture with `node_space` state after 2 iterations (see attachment). In case where the new reservation i...
-
- 23 Dec, 2013 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
-
David Bigagli authored
-
- 20 Dec, 2013 2 commits
-
-
Danny Auble authored
for better debug
-
Danny Auble authored
midplane block that starts on a higher coordinate than it ends (i.e if a block has midplanes [0010,0013] 0013 is the start even though it is listed second in the hostlist).
-