Skip to content

Commit bcbf0bc

Browse files
committed
usnic: s/OMPI/OPAL/
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 432d790 commit bcbf0bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opal/mca/btl/usnic/btl_usnic_component.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,7 @@ static mca_btl_base_module_t** usnic_component_init(int* num_btl_modules,
619619

620620
/* MPI_THREAD_MULTIPLE is only supported in 2.0+ */
621621
if (want_mpi_threads && !mca_btl_base_thread_multiple_override) {
622-
623-
if (OMPI_MAJOR_VERSION >= 2) {
622+
if (OPAL_MAJOR_VERSION >= 2) {
624623
opal_output_verbose(5, USNIC_OUT,
625624
"btl:usnic: MPI_THREAD_MULTIPLE support is in testing phase.");
626625
}

0 commit comments

Comments
 (0)