libsc  2.8.7
The SC library provides support for parallel scientific applications.
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
sc_no_mpiio_file Struct Reference

Replacement structure for MPI_File. More...

#include <sc_mpi.h>

Data Fields

sc_MPI_Comm mpicomm
 The MPI communicator.
 
const char * filename
 Name of the file.
 
FILE * file
 Underlying file object.
 
int mpisize
 Ranks in communicator.
 
int mpirank
 Rank of this process.
 

Detailed Description

Replacement structure for MPI_File.

When MPI I/O is not enabled, this is used as file object.


The documentation for this struct was generated from the following file: