Skip to content

Commit c169074

Browse files
committed
cc
Signed-off-by: Ralph Castain <[email protected]>
1 parent 58de258 commit c169074

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Chap_API_Job_Mgmt.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -997,30 +997,30 @@ \subsection{Monitoring attributes}
997997
Number of file checks that can be missed before generating the event.
998998
}
999999
%
1000-
\declareAttributeProvisional{PMIX_MONITOR_TARGET_PROCS}{pmix.monitor.tgtproc}{pmix_data_array_t*}{
1000+
\declareAttributeProvisional{PMIX_MONITOR_TARGET_PROCS}{"pmix.monitor.tgtproc"}{pmix_data_array_t*}{
10011001
Arrray of process IDs specifying the processes to be monitored. Can include a
10021002
\refconst{PMIX_RANK_WILDCARD} to indicate that all processes
10031003
from a given namespace are to be included. If omitted, then
10041004
all processes in the session will be monitored. May be included
10051005
multiple times to fully specify all processes to be included.
10061006
}
10071007
%
1008-
\declareAttributeProvisional{PMIX_MONITOR_TARGET_PIDS}{pmix.monitor.tgtpid}{pmix_data_array_t*}{
1008+
\declareAttributeProvisional{PMIX_MONITOR_TARGET_PIDS}{"pmix.monitor.tgtpid"}{pmix_data_array_t*}{
10091009
Array of \refstruct{pmix_node_pid_t} structures to be monitored. Can include a
10101010
structure containing a hostname with a pid value of \code{-1} to indicate all
10111011
processes on that node are to be included. May be included
10121012
multiple times to fully specify all processes to be included.
10131013
}
10141014
%
1015-
\declareAttributeProvisional{PMIX_MONITOR_TARGET_NODES}{pmix.monitor.tgtnode}{pmix_data_array_t*}{
1015+
\declareAttributeProvisional{PMIX_MONITOR_TARGET_NODES}{"pmix.monitor.tgtnode"}{pmix_data_array_t*}{
10161016
Array of host names to be monitored
10171017
}
10181018
%
1019-
\declareAttributeProvisional{PMIX_MONITOR_TARGET_NODEIDS}{pmix.monitor.tgtndids}{pmix_data_array_t*}{
1019+
\declareAttributeProvisional{PMIX_MONITOR_TARGET_NODEIDS}{"pmix.monitor.tgtndids"}{pmix_data_array_t*}{
10201020
Array of node IDs (\code{uint32_t}) to be monitored
10211021
}
10221022
%
1023-
\declareAttributeProvisional{PMIX_MONITOR_RESOURCE_RATE}{pmix.monitor.resrate}{uint64_t}{
1023+
\declareAttributeProvisional{PMIX_MONITOR_RESOURCE_RATE}{"pmix.monitor.resrate"}{uint64_t}{
10241024
Monitor resource usage every N seconds, where N is the value provided by the attribute.
10251025
}
10261026
%

0 commit comments

Comments
 (0)