Skip to content

Commit d3d54f8

Browse files
committed
sessions: forgot to add help file
Signed-off-by: Howard Pritchard <[email protected]>
1 parent d8ab204 commit d3d54f8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

ompi/communicator/help-comm.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# -*- text -*-
2+
#
3+
# Copyright (c) 2006 High Performance Computing Center Stuttgart,
4+
# University of Stuttgart. All rights reserved.
5+
# Copyright (c) 2006-2015 Cisco Systems, Inc. All rights reserved.
6+
# Copyright (c) 2018 IBM Corporation. All rights reserved.
7+
# Copyright (c) 2020 The University of Tennessee and The University
8+
# of Tennessee Research Foundation. All rights
9+
# reserved.
10+
# $COPYRIGHT$
11+
#
12+
# Additional copyrights may follow
13+
#
14+
# $HEADER$
15+
#
16+
# This is the US/English general help file for Open MPI.
17+
#
18+
[MPI function not supported]
19+
Your application has invoked an MPI function that is not supported in
20+
this environment.
21+
22+
MPI function: %s
23+
Reason: %s
24+
[info-set-with-reserved-prefix]
25+
Comments
26+
MPI_Info_set warning, key is using a reserved prefix.
27+
Key: %s
28+
Reserved prefix: %s

0 commit comments

Comments
 (0)