1
1

coll/cuda: remove unnecessary references to ORTE

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
(cherry picked from commit 531171ca50955f8b7762f932388f633852454e6f)
Signed-off-by: Brian Barrett <bbarrett@amazon.com>
Этот коммит содержится в:
Gilles Gouaillardet 2019-09-10 13:55:59 +09:00 коммит произвёл Brian Barrett
родитель f51bd8ca0c
Коммит 221fad6862

Просмотреть файл

@ -3,6 +3,8 @@
* of Tennessee Research Foundation. All rights
* reserved.
* Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
* Copyright (c) 2019 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -19,8 +21,8 @@
#include "mpi.h"
#include "orte/util/show_help.h"
#include "orte/util/proc_info.h"
#include "opal/util/show_help.h"
#include "ompi/mca/rte/rte.h"
#include "ompi/constants.h"
#include "ompi/communicator/communicator.h"
@ -146,8 +148,8 @@ int mca_coll_cuda_module_enable(mca_coll_base_module_t *module,
if (good) {
return OMPI_SUCCESS;
}
orte_show_help("help-mpi-coll-cuda.txt", "missing collective", true,
orte_process_info.nodename,
opal_show_help("help-mpi-coll-cuda.txt", "missing collective", true,
ompi_process_info.nodename,
mca_coll_cuda_component.priority, msg);
return OMPI_ERR_NOT_FOUND;
}