- 16 Dec, 2014 3 commits
-
-
Nathan Yee authored
-
David Bigagli authored
-
David Bigagli authored
as it may cause core dumo in squeue. This reverts commit 322c783c.
-
- 12 Dec, 2014 9 commits
-
-
Morris Jette authored
If a master job array record is complete, then consider all pending tasks as also complete. This problem happens when a master job array record is pending (has pending tasks) and is cancelled. The result previously was a job record not visible to squeue/scontrol, but occupying memory. The same type of problem happened with respect to a dependency on a job array which was cancelled.
-
Morris Jette authored
-
Morris Jette authored
This change will better reveal any vestigial job records not being purged
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Conflicts: META
-
Danny Auble authored
-
Danny Auble authored
-
Morris Jette authored
Done in response to bug 1323
-
- 11 Dec, 2014 19 commits
-
-
Danny Auble authored
other config files like bluegene.conf and such.
-
Danny Auble authored
-
Danny Auble authored
If a QOS was added for the job and then removed and it just happened to be the largest QOS id wise if the slurmctld was restarted and the job wasn't flushed out yet it could mess things up.
-
Danny Auble authored
Conflicts: src/plugins/task/cray/task_cray.c
-
David Bigagli authored
-
Brian Christiansen authored
-
Nicolas Joly authored
slurmdb_purge_string(), there is no reason to check for this specific value anymore in read_config().
-
David Bigagli authored
-
Hongjia Cao authored
and initialize kvs_seq on mpi/pmi2 setup to support launching.
-
David Bigagli authored
it also need client side.
-
Morris Jette authored
-
Brian Christiansen authored
-
Morris Jette authored
-
Danny Auble authored
-
Morris Jette authored
Log how many nodes are removed from consideration from jobs due to advanced reservation. Change user error message to indicated that required nodes might be down, drained or (added this bit) reserved.
-
Morris Jette authored
In proctrack/linuxproc and proctrack/pgid, check the result of strtol() for error condition rather than errno, which might have a vestigial error code.
-
Danny Auble authored
correctly.
-
Danny Auble authored
-
Danny Auble authored
accounting_storage/filetxt.
-
- 10 Dec, 2014 1 commit
-
-
Morris Jette authored
Make the standard smap job information display fit in an 80 character wide window. Recently expanded size for job array ID was 81 characters. Expand minimum window size for smap to run from 72 to 80 characters.
-
- 09 Dec, 2014 3 commits
-
-
Morris Jette authored
-
Trevor Cooper authored
Sufficiently large jobids (greater than INT_MAX) are displayed incorrectly by smap. Change output of jobid to support uint32_t values and shift remaining colums appropriately to the right.
-
Danny Auble authored
when running from cache.
-
- 08 Dec, 2014 5 commits
-
-
Danny Auble authored
-
Brian Christiansen authored
Bug 1305
-
Morris Jette authored
Fix bug with GRES having multiple types that can cause slurmctld abort. This can be reproduced with select/cons_res and one Gres like this: Name=gpu Type=kepler File=/dev/tty0 A bad index was being used that caused an assert.
-
Morris Jette authored
-
Morris Jette authored
-