You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using `per_host` mode, it is critical to ensure that only the rank(s) associated with a given node request metrics from MetricQ.
95
+
This is controlled via the variable `SCOREP_METRIC_METRICQ_PLUGIN_PER_HOST_LOCATION`, which specifies the location of the metric.
96
+
97
+
The value of `SCOREP_METRIC_METRICQ_PLUGIN_PER_HOST_LOCATION` must equal the prefix of the metrics listed in `SCOREP_METRIC_METRICQ_PLUGIN`.
98
+
This design allows the metric location to be specified explicitly without requiring any modification of the metric string passed to `SCOREP_METRIC_METRICQ_PLUGIN`.
99
+
In effect, location and metric name are separated while remaining consistent.
100
+
95
101
On ZIH systems, this can be achieved by constructing node-specific metric names using SLURM environment variables.
0 commit comments