Skip to content

Commit 969eb02

Browse files
authored
Merge pull request #6970 from ggouaillardet/topic/cuda_no_orte
coll/cuda: remove unnecessary references to ORTE
2 parents 4f69784 + 531171c commit 969eb02

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

ompi/mca/coll/cuda/coll_cuda_module.c

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* of Tennessee Research Foundation. All rights
44
* reserved.
55
* Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
6+
* Copyright (c) 2019 Research Organization for Information Science
7+
* and Technology (RIST). All rights reserved.
68
* $COPYRIGHT$
79
*
810
* Additional copyrights may follow
@@ -19,8 +21,8 @@
1921

2022
#include "mpi.h"
2123

22-
#include "orte/util/show_help.h"
23-
#include "orte/util/proc_info.h"
24+
#include "opal/util/show_help.h"
25+
#include "ompi/mca/rte/rte.h"
2426

2527
#include "ompi/constants.h"
2628
#include "ompi/communicator/communicator.h"
@@ -146,8 +148,8 @@ int mca_coll_cuda_module_enable(mca_coll_base_module_t *module,
146148
if (good) {
147149
return OMPI_SUCCESS;
148150
}
149-
orte_show_help("help-mpi-coll-cuda.txt", "missing collective", true,
150-
orte_process_info.nodename,
151+
opal_show_help("help-mpi-coll-cuda.txt", "missing collective", true,
152+
ompi_process_info.nodename,
151153
mca_coll_cuda_component.priority, msg);
152154
return OMPI_ERR_NOT_FOUND;
153155
}

0 commit comments

Comments
 (0)