Skip to content

Commit f7f46d7

Browse files
committed
help-mpi-runtime.txt: remove stale opal_show_help() messages
These messages are not referred to in code anywhere. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 41d11d1 commit f7f46d7

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

ompi/runtime/help-mpi-runtime.txt

Lines changed: 1 addition & 11 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-2018 Cisco Systems, Inc. All rights reserved
13+
# Copyright (c) 2007-2022 Cisco Systems, Inc. All rights reserved.
1414
# Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
1515
# Copyright (c) 2017-2020 Intel, Inc. All rights reserved.
1616
# $COPYRIGHT$
@@ -95,16 +95,6 @@ Open MPI with --enable-heterogeneous.
9595
The user requested CUDA support with the --mca mpi_cuda_support 1 flag
9696
but the library was not compiled with any support.
9797
#
98-
[noconxcpt]
99-
The user has called an operation involving MPI_Connect and/or MPI_Accept,
100-
but this environment lacks the necessary infrastructure support for
101-
that operation. Open MPI relies on the PMIx_Publish/Lookup (or one of
102-
its predecessors) APIs for this operation.
103-
104-
This typically happens when launching outside of mpirun where the underlying
105-
resource manager does not provide publish/lookup support. One way of solving
106-
the problem is to simply use mpirun to start the application.
107-
#
10898
[lib-call-fail]
10999
A library call unexpectedly failed. This is a terminal error; please
110100
show this message to an Open MPI wizard:

0 commit comments

Comments
 (0)