nelms 36 ompi/mca/io/romio321/romio/test/types_with_zeros.c int nelms[MAXLEN], buf[MAXLEN], indices[MAXLEN], blocklen[MAXLEN]; nelms 47 ompi/mca/io/romio321/romio/test/types_with_zeros.c for (i=0; i<MAXLEN; i++) nelms[i] = 0; nelms 48 ompi/mca/io/romio321/romio/test/types_with_zeros.c if (rank == 0) nelms[4]=nelms[5]=nelms[7]=1; nelms 49 ompi/mca/io/romio321/romio/test/types_with_zeros.c if (rank == 1) nelms[0]=nelms[1]=nelms[2]=nelms[3]=nelms[6]=nelms[8]=1; nelms 67 ompi/mca/io/romio321/romio/test/types_with_zeros.c buflen += nelms[i]; nelms 70 ompi/mca/io/romio321/romio/test/types_with_zeros.c blocklen[num] = nelms[i];