Lines Matching refs:nppf
164 int nppf, nfields; member
394 void queryphmpiio(const char filename[],int *nfields, int *nppf) in queryphmpiio() argument
491 *nppf = atoi( token ); in queryphmpiio()
492 SerialFile->nppf=*nppf; //TODO: sanity check of int in queryphmpiio()
507 MPI_Bcast( nppf, 1, MPI_INT, 0, MPI_COMM_WORLD ); in queryphmpiio()
516 int computeMHSize(int nfields, int nppf, int version) { in computeMHSize() argument
521 int actual_size = nfields * nppf * sizeof(unsigned long) + meta_info_size; in computeMHSize()
569 int initphmpiio( int *nfields, int *nppf, int *nfiles, int *filehandle, const char mode[]) in initphmpiio() argument
575 …erSize = %d, nfields %d, nppf %d, nfiles %d\n", irank, MasterHeaderSize, *nfields, *nppf, *nfiles); in initphmpiio()
589 MasterHeaderSize = computeMHSize(*nfields, *nppf, LATEST_WRITE_VERSION); in initphmpiio()
628 PhastaIOActiveFiles[i]->nPPF = *nppf; in initphmpiio()
759 int initphmpiiosub( int *nfields, int *nppf, int *nfiles, int *filehandle, const char mode[],MPI_Co… in initphmpiiosub() argument
780 MasterHeaderSize = computeMHSize(*nfields, *nppf, LATEST_WRITE_VERSION); in initphmpiiosub()
819 PhastaIOActiveFiles[i]->nPPF = *nppf; in initphmpiiosub()