We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531ebfa commit 56048a5Copy full SHA for 56048a5
ompi/runtime/ompi_mpi_params.c
@@ -406,10 +406,10 @@ int ompi_mpi_register_params(void)
406
407
#if OPAL_ENABLE_FT_MPI
408
/* Before loading any other part of the MPI library, we need to load
409
- * * the ft-mpi tune file to override default component selection when
410
- * * FT is desired ON; this does override openmpi-params.conf, but not
411
- * * command line or env.
412
- * */
+ * the ft-mpi tune file to override default component selection when
+ * FT is desired ON; this does override openmpi-params.conf, but not
+ * command line or env.
+ */
413
if( ompi_ftmpi_enabled ) {
414
mca_base_var_load_extra_files("ft-mpi", false);
415
}
0 commit comments