1
1

Merge pull request #8267 from hpcraink/man-pages

Fix man-page for MPI_File_set_view
Этот коммит содержится в:
Jeff Squyres 2020-12-07 12:16:58 -05:00 коммит произвёл GitHub
родитель 47fb05f82a 3202a16e7d
Коммит 2d5e666808
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -112,7 +112,7 @@ The
displacement argument specifies the position (absolute offset in displacement argument specifies the position (absolute offset in
bytes from the beginning of the file) where the view begins. bytes from the beginning of the file) where the view begins.
.sp .sp
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. 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.
.SH HINTS .SH HINTS
.ft R .ft R