File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
7070must provide the same value for
7171.I amode,
7272and 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,
7780can be subsequently used to access the file until the file is closed
7881using MPI_File_close. Before calling MPI_Finalize, the user is required to
You can’t perform that action at this time.
0 commit comments