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
6666:ref: `MPI_File_seek ` updates the individual file pointer according to *whence, *
6767which could have the following possible values:
6868
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. *
7272
7373The *offset * can be negative, which allows seeking backwards. It is
7474erroneous 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
6767:ref: `MPI_File_seek_shared ` updates the shared file pointer according to
6868*whence, * which could have the following possible values:
6969
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. *
7373
7474:ref: `MPI_File_seek_shared ` is collective; all the processes in the
7575communicator group associated with the file handle *fh * must call
You can’t perform that action at this time.
0 commit comments