Searched refs:header_table (Results 1 – 1 of 1) sorted by relevance
1032 unsigned long **header_table; in openfile() local1033 …header_table = ( unsigned long ** )calloc(PhastaIOActiveFiles[i]->nFields, sizeof(unsigned long *)… in openfile()1037 …header_table[j]=( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nPPF , sizeof( unsigned long)); in openfile()1044 memcpy( header_table[j], in openfile()1051 MPI_Scatter( header_table[j], in openfile()1069 free ( header_table[j] ); in openfile()1071 free (header_table); in openfile()1207 unsigned long **header_table; in closefile() local1208 …header_table = ( unsigned long ** )calloc(PhastaIOActiveFiles[i]->nFields, sizeof(unsigned long *)… in closefile()1211 …header_table[j]=( unsigned long * ) calloc( PhastaIOActiveFiles[i]->nPPF , sizeof( unsigned long)); in closefile()[all …]