File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ Related Standards
3434Background
3535**********
3636
37- The subprocess server protocol is implemented in two distinct Flux
38- components:
37+ The subprocess server protocol is implemented in three Flux components:
3938
4039.. list-table ::
4140
@@ -51,6 +50,10 @@ components:
5150 - :program: `sdexec `
5251 - If systemd support is configured
5352
53+ * - Flux shell
54+ - :program: `UID-shell-JOBID.rexec `
55+ - Only available to the job owner.
56+
5457The primary use cases are:
5558
5659#. The job execution service runs job shells on job nodes.
@@ -59,6 +62,8 @@ The primary use cases are:
5962
6063#. The instance owner runs arbitrary processes with :program: `flux exec `.
6164
65+ #. Tool launch such as parallel debugger daemons using :program: `flux exec `.
66+
6267In a multi-user Flux instance where a user transition is necessary in order
6368for the instance owner to run commands with the credentials of a guest user,
6469the subprocess server delegates this to the IMP. On its own, the subprocess
You can’t perform that action at this time.
0 commit comments