File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ execution of the job:
7171 * change working directory to the cwd of the job
7272 * enter a barrier to ensure shell initialization is complete on all shells
7373 * emit ``shell.init `` event to exec.eventlog
74+ * call ``shell.post-init `` plugin callbacks
7475 * create all local tasks. For each task, the following procedure is used
7576
7677 - call ``task.init `` plugin callback
@@ -142,6 +143,10 @@ topics:
142143 **jobspec ** and **R ** from the KVS, but before any tasks
143144 are started.
144145
146+ **shell.post-init **
147+ Called after the shell initialization barrier has completed, but
148+ before starting any tasks.
149+
145150**task.init **
146151 Called for each task after the task info has been constructed
147152 but before the task is executed.
You can’t perform that action at this time.
0 commit comments