MPI_File_get_size 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_get_size(3)					  MPI_File_get_size(3)

NAME
     MPI_File_get_size - Returns the file size

SYNOPSIS
     C:

	  #include "mpi.h"

	  int MPI_File_get_size(MPI_File fh, MPI_Offset *size)

     Fortran:

	  INCLUDE "mpif.h" (or USE MPI)

	  INTEGER fh, ierror
	  INTEGER(KIND=MPI_OFFSET_KIND) size

	  CALL MPI_FILE_GET_SIZE(fh, size, ierror)

DESCRIPTION
     The MPI_File_get_size routine is a data access operation that returns, in
     size, the current size in bytes of the file associated with the file
     handle, fh.

     This routine accepts the following arguments:

     fh	       Specifies the file handle (handle)

     size      Returns the size of the file in bytes (nonnegative integer)
	       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.

SEE ALSO
     MPI_File_open(3), MPI_IO(3)

									Page 1

[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