Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Variables | |
char | compare_buf [XLEN *4][YLEN *4] |
Definition at line 41 of file hindexed.c.
References array_of_sizes, array_of_subsizes, buf, calloc(), compare_buf, count, fh, free(), malloc(), MPI_Abort, MPI_Comm_rank, MPI_File_close, MPI_File_open(), MPI_File_read(), MPI_File_set_view(), MPI_File_write(), MPI_File_write_all, MPI_Finalize, MPI_Init, MPI_MODE_RDONLY, MPI_MODE_WRONLY, MPI_Type_free, MPI_Type_size, offset, rank, and status.
char compare_buf[XLEN *4][YLEN *4] |
Initial value:
{ {'0','1','2',0,0,'3','4','5',0,0,'D','E','F',0,0,'G','H','I'}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {'6','7','8',0,0,'9',':',';',0,0,'J','K','L',0,0,'M','N','O'}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {'X','Y','Z',0,0,'[','\\',']',0,0,'l','m','n',0,0,'o','p','q'}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {'^','_','`',0,0,'a','b','c',0,0,'r','s','t',0,0,'u','v','w'}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {'0','1','2',0,0,'3','4','5',0,0,'D','E','F',0,0,'G','H','I'}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {'6','7','8',0,0,'9',':',';',0,0,'J','K','L',0,0,'M','N','O'}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {'X','Y','Z',0,0,'[','\\',']',0,0,'l','m','n',0,0,'o','p','q'}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {'^','_','`',0,0,'a','b','c',0,0,'r','s','t',0,0,'u','v','w'}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}, {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} }
Definition at line 12 of file hindexed.c.
Referenced by main().