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 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" ,
You can’t perform that action at this time.
0 commit comments