Skip to content

Commit 95c6f6c

Browse files
committed
btl/tcp: fix help message
It looks like one help message was accidentally pasted in the middle of another. Disentangle the two messages from each other, and slightly tweak the one message to say that the job may also crash (in addition to hanging). Signed-off-by: Jeff Squyres <[email protected]>
1 parent 5c9ea56 commit 95c6f6c

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

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

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- text -*-
22
#
3-
# Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved.
3+
# Copyright (c) 2009-2016 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.
@@ -59,21 +59,18 @@ most common causes when it does occur are:
5959
* The operating system ran out of file descriptors
6060
* The operating system ran out of memory
6161

62+
Your Open MPI job will likely hang (or crash) until the failure
63+
resason is fixed (e.g., more file descriptors and/or memory becomes
64+
available), and may eventually timeout / abort.
65+
66+
Local host: %s
67+
PID: %d
68+
Errno: %d (%s)
69+
#
6270
[unsuported progress thread]
6371
WARNING: Support for the TCP progress thread has not been compiled in.
6472
Fall back to the normal progress.
6573

6674
Local host: %s
6775
Value: %s
6876
Message: %s
69-
70-
#
71-
72-
Your Open MPI job will likely hang until the failure resason is fixed
73-
(e.g., more file descriptors and/or memory becomes available), and may
74-
eventually timeout / abort.
75-
76-
Local host: %s
77-
PID: %d
78-
Errno: %d (%s)
79-
#

0 commit comments

Comments
 (0)