Skip to content

Commit bdf5983

Browse files
committed
Merge pull request open-mpi#665 from jsquyres/pr/v2.0.0/remove-stale-help
help: remove stale help messages and files
2 parents 6e81ecc + 5edcdd9 commit bdf5983

File tree

7 files changed

+5
-98
lines changed

7 files changed

+5
-98
lines changed

ompi/mca/coll/base/help-mca-coll-base.txt

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# University of Stuttgart. All rights reserved.
1111
# Copyright (c) 2004-2005 The Regents of the University of California.
1212
# All rights reserved.
13+
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
1314
# $COPYRIGHT$
1415
#
1516
# Additional copyrights may follow
@@ -44,11 +45,3 @@ using it was destroyed.
4445

4546
This is somewhat unusual: the module itself may be at fault, or this
4647
may be a symptom of another issue (e.g., a memory problem).
47-
#
48-
[comm-unselect:basic-failed-finalize]
49-
The basic coll module failed to finalize properly when a communicator
50-
that was using it was destroyed. This happened on the communicator
51-
named "%s".
52-
53-
This is extremely unusual and typically indicates some other kind of
54-
problem (e.g., a memory problem)

ompi/mca/op/base/Makefile.include

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,14 @@
1010
# University of Stuttgart. All rights reserved.
1111
# Copyright (c) 2004-2005 The Regents of the University of California.
1212
# All rights reserved.
13-
# Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
13+
# Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
1414
# $COPYRIGHT$
1515
#
1616
# Additional copyrights may follow
1717
#
1818
# $HEADER$
1919
#
2020

21-
dist_ompidata_DATA = base/help-mca-op-base.txt
22-
2321
headers += \
2422
base/base.h \
2523
base/functions.h

ompi/mca/op/base/help-mca-op-base.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.

ompi/runtime/help-mpi-runtime.txt

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# University of Stuttgart. All rights reserved.
1111
# Copyright (c) 2004-2005 The Regents of the University of California.
1212
# All rights reserved.
13-
# Copyright (c) 2007-2012 Cisco Systems, Inc. All rights reserved.
13+
# Copyright (c) 2007-2015 Cisco Systems, Inc. All rights reserved.
1414
# Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
1515
# $COPYRIGHT$
1616
#
@@ -75,14 +75,6 @@ process on host %s, PID %d.
7575
This indicates an erroneous MPI program; MPI_FINALIZE is only allowed
7676
to be invoked exactly once in a process.
7777
#
78-
[proc:heterogeneous-support-unavailable]
79-
The build of Open MPI running on host %s was not
80-
compiled with heterogeneous support. A process running on host
81-
%s appears to have a different architecture,
82-
which will not work. Please recompile Open MPI with the
83-
configure option --enable-heterogeneous or use a homogeneous
84-
environment.
85-
#
8678
[sparse groups enabled but compiled out]
8779
WARNING: The MCA parameter mpi_use_sparse_group_storage has been set
8880
to true, but sparse group support was not compiled into Open MPI. The
@@ -98,15 +90,6 @@ Node: %s
9890
In order to operate in a heterogeneous environment, please reconfigure
9991
Open MPI with --enable-heterogeneous.
10092
#
101-
[ompi mpi abort:cannot guarantee all killed]
102-
An MPI process is aborting at a time when it cannot guarantee that all
103-
of its peer processes in the job will be killed properly. You should
104-
double check that everything has shut down cleanly.
105-
106-
Reason: %s
107-
Local host: %s
108-
PID: %d
109-
#
11093
[no cuda support]
11194
The user requested CUDA support with the --mca mpi_cuda_support 1 flag
11295
but the library was not compiled with any support.

orte/mca/filem/base/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# University of Stuttgart. All rights reserved.
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
12+
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
1213
# $COPYRIGHT$
1314
#
1415
# Additional copyrights may follow
@@ -24,5 +25,3 @@ libmca_filem_la_SOURCES += \
2425
base/filem_base_select.c \
2526
base/filem_base_receive.c \
2627
base/filem_base_fns.c
27-
28-
dist_ortedata_DATA = base/help-orte-filem-base.txt

orte/mca/filem/base/help-orte-filem-base.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

oshmem/runtime/help-shmem-runtime.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Copyright (c) 2013 Mellanox Technologies, Inc.
44
# All rights reserved.
5+
# Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
56
# $COPYRIGHT$
67
#
78
# Additional copyrights may follow
@@ -21,16 +22,6 @@ developer):
2122
%s
2223
--> Returned "%s" (%d) instead of "Success" (0)
2324
#
24-
[heterogeneous-support-unavailable]
25-
This installation of Open SHMEM was configured without support for
26-
heterogeneous architectures, but at least one node in the allocation
27-
was detected to have a different architecture. The detected node was:
28-
29-
Node: %s
30-
31-
In order to operate in a heterogeneous environment, please reconfigure
32-
Open SHMEM with --enable-heterogeneous.
33-
#
3425
[oshmem shmem abort:cannot guarantee all killed]
3526
A SHMEM process is aborting at a time when it cannot guarantee that all
3627
of its peer processes in the job will be killed properly. You should

0 commit comments

Comments
 (0)