Patch #18: Adds a 'job_signal()' function pointer to the node select plugin, which is
meant to pass the signal on to the plugin, along with the job_ptr, so that the plugin can take signal-dependent actions. In the case of select/cray this is to forward the signal to the remote aprun invocations using apkill (implemented in subsequent patch #20).
Showing
- src/common/node_select.c 16 additions, 0 deletionssrc/common/node_select.c
- src/common/node_select.h 10 additions, 0 deletionssrc/common/node_select.h
- src/plugins/select/bluegene/select_bluegene.c 5 additions, 0 deletionssrc/plugins/select/bluegene/select_bluegene.c
- src/plugins/select/cons_res/select_cons_res.c 8 additions, 0 deletionssrc/plugins/select/cons_res/select_cons_res.c
- src/plugins/select/cray/other_select.c 15 additions, 0 deletionssrc/plugins/select/cray/other_select.c
- src/plugins/select/cray/other_select.h 7 additions, 0 deletionssrc/plugins/select/cray/other_select.h
- src/plugins/select/cray/select_cray.c 5 additions, 0 deletionssrc/plugins/select/cray/select_cray.c
- src/plugins/select/linear/select_linear.c 5 additions, 0 deletionssrc/plugins/select/linear/select_linear.c
Loading
Please register or sign in to comment