@@ -997,30 +997,30 @@ \subsection{Monitoring attributes}
997997Number 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*}{
10011001Arrray of process IDs specifying the processes to be monitored. Can include a
10021002\refconst {PMIX_RANK_WILDCARD} to indicate that all processes
10031003from a given namespace are to be included. If omitted, then
10041004all processes in the session will be monitored. May be included
10051005multiple 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*}{
10091009Array of \refstruct {pmix_node_pid_t} structures to be monitored. Can include a
10101010structure containing a hostname with a pid value of \code {-1} to indicate all
10111011processes on that node are to be included. May be included
10121012multiple 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*}{
10161016Array 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*}{
10201020Array 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}{
10241024Monitor resource usage every N seconds, where N is the value provided by the attribute.
10251025}
10261026%
0 commit comments