- Dec 27, 2002
-
-
Mark Grondona authored
srun/signals.c o added experimental --join option which allows attached srun to send signals and stdin to job. (stdin not working yet) o other srun and slurmd code cleanup
-
Moe Jette authored
unexpected job is reported by slurmd and slurmctld sends the job a SIGKILL.
-
- Dec 23, 2002
-
-
Mark Grondona authored
on POLLHUP but no read method. o common/log.c : add pthread_atfork() calls to ensure sanity of log data structure after a fork() from a threaded program. o slurmd/io.c : set _obj_close as close handler for all objects o slurmd/shm.c : fix bug that caused lockfile to always go into /tmp o slurmd/mgr.c : reset log prefix to denote job id when logging to a file o srun/srun.c : do not call fatal() after having allocated nodes, use die() instead which prints an error then does goto cleanup; o srun/*.c : remove _debug vestigal var
-
Moe Jette authored
Add incluode of ptrace header
-
Moe Jette authored
-
Moe Jette authored
-
- Dec 21, 2002
-
-
Mark Grondona authored
calls never block) This is only used in slurmd/mgr.c right now, so that log functions called in io.c do not deadlock IO thread. o cleanup in srun/srun.c
-
- Dec 20, 2002
- Dec 19, 2002
-
-
Moe Jette authored
Corrected data structure variable name in launch message reply to srun.
-
Moe Jette authored
-
Moe Jette authored
Options exist, but are undocumented features.
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
time stamp -1 rather than time stamp (in case update happens at the same second as the last get info RPC).
-
Moe Jette authored
-
Mark Grondona authored
o Document fact that three Ctrl-C's will forcefully terminate job.
-
Moe Jette authored
-
Mark Grondona authored
o srun -d option updated to set slurmd-debuggging level o slurmd sends task launch resp message with list of pids (for totalview support) o Three Ctrl-C's in rapid succession to srun forcefully terminates the job. o Changed --kill-off to --no-kill
-
- Dec 18, 2002
-
-
Moe Jette authored
-
Moe Jette authored
are kept in sync with the job records at slurmctld restart.
-
Moe Jette authored
-
Mark Grondona authored
Use constant size buffer for stdin. slurmd/fname.[ch] : Pre-open and truncate all unique output filenames slurmd/io.c : make call to truncate all output files.
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
Moe Jette authored
-
- Dec 17, 2002
- Dec 16, 2002
-
-
Mark Grondona authored
-