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 74f591d commit 1a677edCopy full SHA for 1a677ed
ompi/runtime/ompi_mpi_params.c
@@ -187,7 +187,7 @@ int ompi_mpi_register_params(void)
187
ompi_mpi_param_check = true;
188
if (!MPI_PARAM_CHECK) {
189
opal_output(0, "WARNING: MCA parameter mpi_no_free_handles set to true, but MPI");
190
- opal_output(0, "WARNING: parameter checking has been compiled out of " OMPI_IDENT_STRING );
+ opal_output(0, "WARNING: parameter checking has been compiled out of " OMPI_IDENT_STRING ".");
191
opal_output(0, "WARNING: mpi_no_free_handles is therefore only partially effective!");
192
}
193
0 commit comments