File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 71
71
#include "opal/mca/btl/base/btl_base_error.h"
72
72
#include "opal/mca/pmix/pmix.h"
73
73
74
- #include "ompi /constants.h"
74
+ #include "opal /constants.h"
75
75
#include "opal/mca/btl/btl.h"
76
76
#include "opal/mca/btl/base/base.h"
77
77
#include "opal/mca/btl/base/btl_base_error.h"
@@ -291,7 +291,7 @@ static int mca_btl_tcp_component_register(void)
291
291
opal_show_help ("help-mpi-btl-tcp.txt" ,
292
292
"unsuported progress thread" ,
293
293
true, "progress thread" ,
294
- ompi_process_info .nodename ,
294
+ opal_process_info .nodename ,
295
295
mca_btl_tcp_component .tcp_if_seq ,
296
296
"Progress thread support compiled out" );
297
297
}
@@ -364,7 +364,7 @@ static int mca_btl_tcp_component_open(void)
364
364
365
365
/* if_include and if_exclude need to be mutually exclusive */
366
366
if (OPAL_SUCCESS !=
367
- mca_base_var_check_exclusive ("ompi " ,
367
+ mca_base_var_check_exclusive ("opal " ,
368
368
mca_btl_tcp_component .super .btl_version .mca_type_name ,
369
369
mca_btl_tcp_component .super .btl_version .mca_component_name ,
370
370
"if_include" ,
You can’t perform that action at this time.
0 commit comments