Skip to content

Commit 3202a16

Browse files
committed
Fix man-page for MPI_File_set_view
The datarep may not be NULL, as check was added in ba95588. Signed-off-by: Rainer Keller <rainer.keller@hs-esslingen.de>
1 parent 47fb05f commit 3202a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The
112112
displacement argument specifies the position (absolute offset in
113113
bytes from the beginning of the file) where the view begins.
114114
.sp
115-
The MPI_File_set_view interface allows the user to pass a data-representation string to MPI I/O via the \fIdatarep\fP argument. To obtain the default value (or "native"), pass NULL. The user can also pass information via the \fIinfo\fP argument. See the HINTS section for a list of hints that can be set. For more information, see the MPI-2 standard.
115+
The MPI_File_set_view interface allows the user to pass a data-representation string to MPI I/O via the \fIdatarep\fP argument. To obtain the default value pass the value "native". The user can also pass information via the \fIinfo\fP argument. See the HINTS section for a list of hints that can be set. For more information, see the MPI-2 standard.
116116

117117
.SH HINTS
118118
.ft R

0 commit comments

Comments
 (0)