Blame www/www3/MPI_File_set_view.html
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
<HTML>
|
|
Packit |
0848f5 |
<HEAD>
|
|
Packit |
0848f5 |
<META NAME="GENERATOR" CONTENT="DOCTEXT">
|
|
Packit |
0848f5 |
<TITLE>MPI_File_set_view</TITLE>
|
|
Packit |
0848f5 |
</HEAD>
|
|
Packit |
0848f5 |
<BODY BGCOLOR="FFFFFF">
|
|
Packit |
0848f5 |
MPI_File_set_view
|
|
Packit |
0848f5 |
Sets the file view
|
|
Packit |
0848f5 |
Synopsis
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
int MPI_File_set_view(MPI_File fh, MPI_Offset disp, MPI_Datatype etype,
|
|
Packit |
0848f5 |
MPI_Datatype filetype, ROMIO_CONST char *datarep, MPI_Info info)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
Input Parameters
|
|
Packit |
0848f5 |
- fh
- file handle (handle)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
- disp
- displacement (nonnegative integer)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
- etype
- elementary datatype (handle)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
- filetype
- filetype (handle)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
- datarep
- data representation (string)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
- info
- info object (handle)
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
Notes for Fortran
|
|
Packit |
0848f5 |
All MPI routines in Fortran (except for <tt>MPI_WTIME</tt> and <tt>MPI_WTICK</tt>) have
|
|
Packit |
0848f5 |
an additional argument <tt>ierr</tt> at the end of the argument list. <tt>ierr
|
|
Packit |
0848f5 |
</tt>is an integer and has the same meaning as the return value of the routine
|
|
Packit |
0848f5 |
in C. In Fortran, MPI routines are subroutines, and are invoked with the
|
|
Packit |
0848f5 |
<tt>call</tt> statement.
|
|
Packit |
0848f5 |
|
|
Packit |
0848f5 |
All MPI objects (e.g., <tt>MPI_Datatype</tt>, <tt>MPI_Comm</tt>) are of type <tt>INTEGER
|
|
Packit |
0848f5 |
</tt>in Fortran.
|
|
Packit |
0848f5 |
</BODY></HTML>
|