TextFileReadOpen

Open a file for reading and processing in parallel

Synopsis

int TextFileReadOpen(const char filename[], MPI_Comm comm, MPI_Info info,
                    TextFile *fh_p)

Input Parameters

filename
File to open
comm
Communicator of processes that will open the file
info
MPI_Info value passed to MPI_File_open

Output Paramter

fh_p
TextFile handle to be used with other TextFile routines