o common/eio.c : add close handler to io objects, call close handler
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
Showing
- src/common/eio.c 4 additions, 0 deletionssrc/common/eio.c
- src/common/eio.h 1 addition, 0 deletionssrc/common/eio.h
- src/common/log.c 21 additions, 4 deletionssrc/common/log.c
- src/slurmd/io.c 23 additions, 5 deletionssrc/slurmd/io.c
- src/slurmd/mgr.c 4 additions, 0 deletionssrc/slurmd/mgr.c
- src/slurmd/req.c 1 addition, 2 deletionssrc/slurmd/req.c
- src/slurmd/shm.c 9 additions, 6 deletionssrc/slurmd/shm.c
- src/srun/io.c 11 additions, 5 deletionssrc/srun/io.c
- src/srun/io.h 1 addition, 0 deletionssrc/srun/io.h
- src/srun/launch.c 1 addition, 1 deletionsrc/srun/launch.c
- src/srun/msg.c 3 additions, 2 deletionssrc/srun/msg.c
- src/srun/opt.c 1 addition, 1 deletionsrc/srun/opt.c
- src/srun/opt.h 0 additions, 1 deletionsrc/srun/opt.h
- src/srun/srun.c 24 additions, 13 deletionssrc/srun/srun.c
Loading
Please register or sign in to comment