Skip to content

Commit a0d2a93

Browse files
committed
Merge pull request open-mpi#705 from jsquyres/pr/v2.0.0/mpi-file-open-minor-update
MPI_File_open: add note about allowable chars in filenames
2 parents ada7bed + 13f4b8d commit a0d2a93

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ompi/mpi/man/man3/MPI_File_open.3in

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" -*- nroff -*-
22
.\" Copyright 2013 Los Alamos National Security, LLC. All rights reserved.
3-
.\" Copyright 2010 Cisco Systems, Inc. All rights reserved.
3+
.\" Copyright (c) 2010-2015 Cisco Systems, Inc. All rights reserved.
44
.\" Copyright 2006-2008 Sun Microsystems, Inc.
55
.\" Copyright (c) 1996 Thinking Machines Corporation
66
.\" Copyright 2015 Research Organization for Information Science
@@ -70,9 +70,12 @@ communicator group. MPI_File_open is a collective routine; all processes
7070
must provide the same value for
7171
.I amode,
7272
and all processes must provide filenames that reference the same
73-
file and which are textually identical. A process can open a file
74-
independently of other processes by using the MPI_COMM_SELF
75-
communicator. The file handle returned,
73+
file which are textually identical (note: Open MPI I/O plugins may
74+
have restrictions on characters that can be used in filenames. For
75+
example, the ROMIO plugin may disallow the colon (":") character from
76+
appearing in a filename). A process can open a file independently of
77+
other processes by using the MPI_COMM_SELF communicator. The file
78+
handle returned,
7679
.I fh,
7780
can be subsequently used to access the file until the file is closed
7881
using MPI_File_close. Before calling MPI_Finalize, the user is required to

0 commit comments

Comments
 (0)