File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ DESCRIPTION
66
66
:ref: `MPI_File_seek ` updates the individual file pointer according to *whence, *
67
67
which could have the following possible values:
68
68
69
- * MPI_SEEK_SET - The pointer is set to *offset. *
70
- * MPI_SEEK_CUR - The pointer is set to the current pointer position plus *offset. *
71
- * MPI_SEEK_END - The pointer is set to the end of the file plus *offset. *
69
+ * `` MPI_SEEK_SET `` - The pointer is set to *offset. *
70
+ * `` MPI_SEEK_CUR `` - The pointer is set to the current pointer position plus *offset. *
71
+ * `` MPI_SEEK_END `` - The pointer is set to the end of the file plus *offset. *
72
72
73
73
The *offset * can be negative, which allows seeking backwards. It is
74
74
erroneous to seek to a negative position in the file. The end of the
Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ DESCRIPTION
67
67
:ref: `MPI_File_seek_shared ` updates the shared file pointer according to
68
68
*whence, * which could have the following possible values:
69
69
70
- * MPI_SEEK_SET - The pointer is set to *offset. *
71
- * MPI_SEEK_CUR - The pointer is set to the current pointer position plus *offset. *
72
- * MPI_SEEK_END - The pointer is set to the end of the file plus *offset. *
70
+ * `` MPI_SEEK_SET `` - The pointer is set to *offset. *
71
+ * `` MPI_SEEK_CUR `` - The pointer is set to the current pointer position plus *offset. *
72
+ * `` MPI_SEEK_END `` - The pointer is set to the end of the file plus *offset. *
73
73
74
74
:ref: `MPI_File_seek_shared ` is collective; all the processes in the
75
75
communicator group associated with the file handle *fh * must call
You can’t perform that action at this time.
0 commit comments