Skip to content

Commit

Permalink
Changes from PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: David Solt <dsolt@us.ibm.com>
  • Loading branch information
dsolt committed Mar 25, 2024
1 parent b9011f3 commit 278e1d4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Chap_API_Proc_Mgmt.tex
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ \subsection{\code{PMIx_Spawn_nb}}
\reqattrend

\optattrstart
The following attributes are optional for \ac{PMIx} implementations:
The following attributes are optional for host environments that support this operation:

\pasteAttributeItem{PMIX_ADD_HOSTFILE}
\pasteAttributeItem{PMIX_ADD_HOST}
Expand Down Expand Up @@ -372,15 +372,17 @@ \subsection{Spawn attributes}
}
%
\declareAttribute{PMIX_HOSTFILE}{"pmix.hostfile"}{char*}{
Hostfile to use for spawned processes. The format of this file is determined by the \ac{PMIx} implementation or host environment. The file may not be portable across implementations.
Hostfile to use for spawned processes.
The format of this file is determined by the host environment, therefore a file may not be portable across different host environments.
}
%
\declareAttribute{PMIX_ADD_HOST}{"pmix.addhost"}{char*}{
Comma-delimited list of hosts to add to the allocation.
}
%
\declareAttribute{PMIX_ADD_HOSTFILE}{"pmix.addhostfile"}{char*}{
Hostfile containing hosts to add to existing allocation. The format of this file is determined by the \ac{PMIx} implementation or host environment. The file may not be portable across implementations.
Hostfile containing hosts to add to existing allocation.
The format of this file is determined by the host environment, therefore a file may not be portable across different host environments.
}
%
\declareAttribute{PMIX_PREFIX}{"pmix.prefix"}{char*}{
Expand All @@ -392,7 +394,7 @@ \subsection{Spawn attributes}
}
%
\declareAttribute{PMIX_DISPLAY_MAP}{"pmix.dispmap"}{bool}{
Provide process mapping upon spawn. Format of the provided map is implementation specific.
Provide process mapping upon spawn. The format of the provided map is specific to the host environment providing it.
}
%
\declareAttribute{PMIX_PPR}{"pmix.ppr"}{char*}{
Expand Down Expand Up @@ -464,7 +466,7 @@ \subsection{Spawn attributes}
}
%
\declareAttribute{PMIX_REPORT_BINDINGS}{"pmix.repbind"}{bool}{
Report bindings of the individual processes. How and where this information is reported is implementation dependent as well as dependent on whether the processes are created through a launching tool or by a direct call to \refapi{PMIx_Spawn}.
Report bindings of the individual processes. How and where this information is reported is host environment dependent as well as dependent on whether the processes are created through a launching tool or by a direct call to \refapi{PMIx_Spawn}.
}
%
\declareAttribute{PMIX_CPU_LIST}{"pmix.cpulist"}{char*}{
Expand All @@ -484,7 +486,7 @@ \subsection{Spawn attributes}
}
%
\declareAttribute{PMIX_SPAWN_TOOL}{"pmix.spwn.tool"}{bool}{
Indicate that the job being spawned is a tool. The repercussions of setting this attribute varies based on implementation. For example, some implementations may not perform cpu-binding on process marked as a tool.
Indicate that the job being spawned is a tool. The repercussions of setting this attribute varies based on the underlying host environment. For example, some host environments may not perform cpu-binding on a process marked as a tool.
}
%
\declareAttribute{PMIX_TIMEOUT_STACKTRACES}{"pmix.tim.stack"}{bool}{
Expand Down Expand Up @@ -849,7 +851,7 @@ \subsection{\code{PMIx_Connect}}
\reqattrend
\optattrstart
The following attributes are optional for \ac{PMIx} implementations:
The following attributes are optional for host environments that support this operation:
\pasteAttributeItem{PMIX_ALL_CLONES_PARTICIPATE}
\pasteAttributeItem{PMIX_TIMEOUT}
Expand Down

0 comments on commit 278e1d4

Please sign in to comment.