Fix missing help file.
This commit was SVN r32550.
Этот коммит содержится в:
родитель
c59ca9c70b
Коммит
8709071819
@ -9,6 +9,7 @@
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
dist_ompidata_DATA = help-mpi-coll-cuda.txt
|
||||
|
||||
sources = coll_cuda_module.c coll_cuda_reduce.c coll_cuda_allreduce.c \
|
||||
coll_cuda_reduce_scatter_block.c coll_cuda_component.c \
|
||||
|
@ -148,7 +148,7 @@ int mca_coll_cuda_module_enable(mca_coll_base_module_t *module,
|
||||
if (good) {
|
||||
return OMPI_SUCCESS;
|
||||
} else {
|
||||
orte_show_help("help-coll-cuda.txt", "missing collective", true,
|
||||
orte_show_help("help-mpi-coll-cuda.txt", "missing collective", true,
|
||||
orte_process_info.nodename,
|
||||
mca_coll_cuda_component.priority, msg);
|
||||
return OMPI_ERR_NOT_FOUND;
|
||||
|
28
ompi/mca/coll/cuda/help-mpi-coll-cuda.txt
Обычный файл
28
ompi/mca/coll/cuda/help-mpi-coll-cuda.txt
Обычный файл
@ -0,0 +1,28 @@
|
||||
# -*- text -*-
|
||||
#
|
||||
# Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
|
||||
# University Research and Technology
|
||||
# Corporation. All rights reserved.
|
||||
# Copyright (c) 2004-2005 The University of Tennessee and The University
|
||||
# of Tennessee Research Foundation. All rights
|
||||
# reserved.
|
||||
# Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
|
||||
# University of Stuttgart. All rights reserved.
|
||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
# Copyright (c) 2014 NVIDIA Corporation. All rights reserved.
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
#
|
||||
# $HEADER$
|
||||
#
|
||||
# This is the US/English general help file for Open MPI's CUDA
|
||||
# collective reduction component.
|
||||
#
|
||||
[missing collective]
|
||||
There was a problem while initializing support for the CUDA reduction operations.
|
||||
hostname: %s
|
||||
priority: %d
|
||||
collective: %s
|
||||
#
|
Загрузка…
x
Ссылка в новой задаче
Block a user