Skip to content

Commit b4653d2

Browse files
committed
help-mpi-btl-tcp.txt: add missing opal_show_help() message
This message has been requested by btl_tcp_endpoint.c since Open MPI v3.1, but the corresponding help message has never existed! Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent b6da90c commit b4653d2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

opal/mca/btl/tcp/help-mpi-btl-tcp.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- text -*-
22
#
3-
# Copyright (c) 2009-2018 Cisco Systems, Inc. All rights reserved
3+
# Copyright (c) 2009-2022 Cisco Systems, Inc. All rights reserved.
44
# Copyright (c) 2015-2016 The University of Tennessee and The University
55
# of Tennessee Research Foundation. All rights
66
# reserved.
@@ -156,3 +156,15 @@ continue properly.
156156

157157
Local host: %s
158158
PID: %d
159+
#
160+
[server did not receive magic string]
161+
WARNING: Open MPI accepted a TCP connection but did not receive the
162+
expected network identification indicating that the peer is an Open
163+
MPI process.
164+
165+
This attempted connection will be closed and ignored.
166+
167+
Local host: %s
168+
PID: %d
169+
Peer: %s
170+
Identifier: %s (%s)

0 commit comments

Comments
 (0)