MPI_File_read_at man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



MPI_File_read_at(3)					   MPI_File_read_at(3)

NAME
     MPI_File_read_at - Uses explicit offset to perform a read operation

SYNOPSIS
     C:

	  #include "mpi.h"

	  int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void
	  *buf, int count, MPI_Datatype datatype, MPI_Status
	  *status)

     Fortran:

	  INCLUDE "mpif.h" (or USE MPI)

	  <type> BUF(*)
	  INTEGER fh, count, datatype, status(MPI_STATUS_SIZE),
	  ierror
	  INTEGER(KIND=MPI_OFFSET_KIND) offset

	  CALL MPI_FILE_READ_AT(fh, offset, buf, count,
	  datatype, status, ierror)

DESCRIPTION
     MPI_File_read_at reads a file beginning at the position specified by
     offset. This routine accepts the following arguments:

     fh	       Specifies the file handle (handle)

     offset    Specifies the file offset (nonnegative integer)

     buf       Returns the initial address of the buffer (choice)

     count     Specifies the number of elements in the buffer (nonnegative
	       integer)

     datatype  Specifies the data type of each buffer element (handle)

     status    Returns the status object (status)

     ierror    Specifies the return code value for successful completion,
	       which is in MPI_SUCCESS.	 MPI_SUCCESS is defined in the mpif.h
	       file.

   Notes for Fortran
     All MPI objects (for example, MPI_Datatype, MPI_Comm, MPI_File) are of
     type INTEGER.

									Page 1

MPI_File_read_at(3)					   MPI_File_read_at(3)

SEE ALSO
     MPI_File_open(3), MPI_IO(3)

									Page 2

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net