MPIR_Infotable_max 21 ompi/mca/io/romio321/romio/adio/common/ad_init.c int MPIR_Infotable_ptr = 0, MPIR_Infotable_max = 0; MPIR_Infotable_max 19 ompi/mca/io/romio321/romio/adio/include/adio_extern.h extern int MPIR_Infotable_ptr, MPIR_Infotable_max; MPIR_Infotable_max 46 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c MPIR_Infotable_max = 1024; MPIR_Infotable_max 48 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c ADIOI_Malloc(MPIR_Infotable_max*sizeof(MPI_Info)); MPIR_Infotable_max 51 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c for (i=0; i<MPIR_Infotable_max; i++) MPIR_Infotable[i] = MPI_INFO_NULL; MPIR_Infotable_max 53 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c if (MPIR_Infotable_ptr == MPIR_Infotable_max-1) { MPIR_Infotable_max 55 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c (MPIR_Infotable_max+1024)*sizeof(MPI_Info)); MPIR_Infotable_max 56 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c for (i=MPIR_Infotable_max; i<MPIR_Infotable_max+1024; i++) MPIR_Infotable_max 58 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c MPIR_Infotable_max += 1024;