Skip to content

Commit f70c5c4

Browse files
author
Ralph Castain
committed
Tsk...tsk...replace references to ompi values with opal
1 parent d016581 commit f70c5c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opal/mca/btl/tcp/btl_tcp_component.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#include "opal/mca/btl/base/btl_base_error.h"
7272
#include "opal/mca/pmix/pmix.h"
7373

74-
#include "ompi/constants.h"
74+
#include "opal/constants.h"
7575
#include "opal/mca/btl/btl.h"
7676
#include "opal/mca/btl/base/base.h"
7777
#include "opal/mca/btl/base/btl_base_error.h"
@@ -291,7 +291,7 @@ static int mca_btl_tcp_component_register(void)
291291
opal_show_help("help-mpi-btl-tcp.txt",
292292
"unsuported progress thread",
293293
true, "progress thread",
294-
ompi_process_info.nodename,
294+
opal_process_info.nodename,
295295
mca_btl_tcp_component.tcp_if_seq,
296296
"Progress thread support compiled out");
297297
}
@@ -364,7 +364,7 @@ static int mca_btl_tcp_component_open(void)
364364

365365
/* if_include and if_exclude need to be mutually exclusive */
366366
if (OPAL_SUCCESS !=
367-
mca_base_var_check_exclusive("ompi",
367+
mca_base_var_check_exclusive("opal",
368368
mca_btl_tcp_component.super.btl_version.mca_type_name,
369369
mca_btl_tcp_component.super.btl_version.mca_component_name,
370370
"if_include",

0 commit comments

Comments
 (0)