- Dec 31, 2003
- Dec 24, 2003
- Dec 23, 2003
-
-
Moe Jette authored
see memory leaks.
-
Moe Jette authored
(it grows anyway). Fix state read logic to better handle error conditions.
-
Moe Jette authored
Fix update node RPC to handle reason field change without state change. State was being handled as type int instead of uint16_t so NO_VAL check was not working properly.
-
Moe Jette authored
-
Moe Jette authored
"Scontrol abort" works. It was leaving a hung pthread due to a recent change. Fix a couple of potential memory leaks "switch_type" has been added to config data structure, un/pack, etc, but not yet reported to the user or documented yet. The plugins now use function calls to get a their type and plugin directory from a common data structure rather than individually reading and parsing the configuration file.
-
- Dec 22, 2003
- Dec 20, 2003
-
-
Mark Grondona authored
-
- Dec 19, 2003
-
-
Mark Grondona authored
-
Mark Grondona authored
(as well as the reverse) in all qsw code. - move elanhosts.[ch] to common - initialize elanhost_config on demand in qsw.c - remove calls to elanhosts in slurmd/elan_interconnect.c - merge libhostlist into libcommon since elanhosts needs it.
-
- Dec 17, 2003
-
-
jwindley authored
-
- Dec 15, 2003
- Dec 12, 2003
-
-
Mark Grondona authored
o set exit code to 1 if any tasks failed
-
Mark Grondona authored
to srun or slurmctld. o new errno ESLURMD_UID_NOT_FOUND
-
jwindley authored
-
Moe Jette authored
functions, but only for a single task. Multi-task support will need to wait for modifications to srun and its communications protocol.
-
- Dec 11, 2003
-
-
Moe Jette authored
-
Moe Jette authored
sharing via node record of job count (0 | 1) and bitmap of nodes which permit sharing. Previous logic could permit a job accepting shared nodes to be scheduled on a node that already had a running job not accepting shared nodes.
-
Moe Jette authored
Just log open failure and continue.
-
Moe Jette authored
failure as fatal error.
-
Moe Jette authored
failure, log with fatal() and exit.
-
Moe Jette authored
exit rather than log with error() and continue (which causes abnormal behavior).
-
- Dec 10, 2003
- Dec 09, 2003
-
-
Mark Grondona authored
-
Mark Grondona authored
o more fixes for setenvpf() corner cases o move tmpdir logic up so it is not executed unecessarily for every task. o add getenvp() call to setenvpf.c
-
Moe Jette authored
-
Mark Grondona authored
-
Mark Grondona authored
always appended.
-
- Dec 08, 2003