Skip to content

Commit

Permalink
Issue-372 Clarify PMIX_CMD_LINE in spawn case.
Browse files Browse the repository at this point in the history
Signed-off-by:  dsolt@us.ibm.com
  • Loading branch information
dsolt authored and jjhursey committed Mar 7, 2022
1 parent 1a5f0ed commit 8338e65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Chap_API_Reserved_Keys.tex
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ \subsection{Job realm attributes}
%
\declareAttributeNEW{PMIX_CMD_LINE}{"pmix.cmd.line"}{char*}{
Command line used to execute the specified job (e.g., "mpirun -n 2 --map-by foo ./myapp : -n 4 ./myapp2").
If the job was created by a call to \refapi{PMIx_Spawn}, the string is an inorder
concatenation of the
values of \refattr{PMIX_APP_ARGV} for each application in the
job using the character ':' as a separator.
}
%
\declareAttribute{PMIX_NSDIR}{"pmix.nsdir"}{char*}{
Expand Down

0 comments on commit 8338e65

Please sign in to comment.