- 07 Jan, 2014 7 commits
-
-
Danny Auble authored
Conflicts: src/slurmctld/node_scheduler.c
-
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
-
Morris Jette authored
The previous changes in commit bc3d8828 failed to address some accounting issues addressed here.
-
David Bigagli authored
parameter in slurm.conf.
-
David Bigagli authored
-
Morris Jette authored
-
- 06 Jan, 2014 7 commits
-
-
David Bigagli authored
is done. Fix bugs.
-
Morris Jette authored
-
Morris Jette authored
Conflicts: src/slurmctld/job_mgr.c
-
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).
-
Morris Jette authored
-
Morris Jette authored
-
- 04 Jan, 2014 1 commit
-
-
David Bigagli authored
params section from the ini file.
-
- 03 Jan, 2014 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
David Bigagli authored
-
David Bigagli authored
-
- 31 Dec, 2013 3 commits
-
-
Nathan Yee authored
Avoid leaving any vestigial files after running test suite except in cases of tests failing
-
David Bigagli authored
-
David Bigagli authored
then in parallel.
-
- 30 Dec, 2013 1 commit
-
-
David Bigagli authored
Shut down clusters after test done. USe logger instead of print.
-
- 27 Dec, 2013 5 commits
-
-
Morris Jette authored
Rename "Exclusive OR" to "Matching OR" which better describes how it works.
-
Morris Jette authored
-
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...
-
Morris Jette authored
-
Danny Auble authored
-
- 26 Dec, 2013 1 commit
-
-
David Bigagli authored
-
- 25 Dec, 2013 1 commit
-
-
David Bigagli authored
-
- 24 Dec, 2013 2 commits
-
-
David Bigagli authored
-
David Bigagli authored
-
- 23 Dec, 2013 8 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Conflicts: NEWS
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Conflicts: META
-
Morris Jette authored
-
David Bigagli authored
-