@@ -270,7 +270,7 @@ void mca_common_monitoring_register(void*pml_monitoring_component)
270
270
& mca_common_monitoring_enabled );
271
271
272
272
mca_common_monitoring_current_state = mca_common_monitoring_enabled ;
273
-
273
+
274
274
(void )mca_base_var_register ("ompi" , "pml" , "monitoring" , "enable_output" ,
275
275
"Enable the PML monitoring textual output at MPI_Finalize "
276
276
"(it will be automatically turned off when MPIT is used to "
@@ -280,7 +280,7 @@ void mca_common_monitoring_register(void*pml_monitoring_component)
280
280
MCA_BASE_VAR_FLAG_DWG , OPAL_INFO_LVL_9 ,
281
281
MCA_BASE_VAR_SCOPE_READONLY ,
282
282
& mca_common_monitoring_output_enabled );
283
-
283
+
284
284
(void )mca_base_var_register ("ompi" , "pml" , "monitoring" , "filename" ,
285
285
/*&mca_common_monitoring_component.pmlm_version, "filename",*/
286
286
"The name of the file where the monitoring information "
@@ -294,7 +294,7 @@ void mca_common_monitoring_register(void*pml_monitoring_component)
294
294
295
295
/* Now that the MCA variables are automatically unregistered when
296
296
* their component close, we need to keep a safe copy of the
297
- * filename.
297
+ * filename.
298
298
* Keep the copy completely separated in order to let the initial
299
299
* filename to be handled by the framework. It's easier to deal
300
300
* with the string lifetime.
0 commit comments