ng                 34 orte/test/mpi/parallel_r64.c   int buf[ng];
ng                 73 orte/test/mpi/parallel_r64.c         printf("  local grid size: %dx%dx%d 4 byte integers (total %d)\n",nx,ny,nz,ng);
ng                166 orte/test/mpi/parallel_r64.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);
ng                 34 orte/test/mpi/parallel_r8.c   int buf[ng];
ng                 73 orte/test/mpi/parallel_r8.c         printf("  local grid size: %dx%dx%d 4 byte integers (total %d)\n",nx,ny,nz,ng);
ng                166 orte/test/mpi/parallel_r8.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);
ng                 34 orte/test/mpi/parallel_w64.c   int buf[ng];
ng                 73 orte/test/mpi/parallel_w64.c         printf("  local grid size: %dx%dx%d 4 byte integers (total %d)\n",nx,ny,nz,ng);
ng                122 orte/test/mpi/parallel_w64.c   for ( i=0; i<ng; i++ ) buf[i] = rank*10000 + (i+1)%1024;
ng                174 orte/test/mpi/parallel_w64.c      MPI_File_write_all(thefile, buf, ng, MPI_INT, &status);
ng                 33 orte/test/mpi/parallel_w8.c     int buf[ng];
ng                 72 orte/test/mpi/parallel_w8.c             printf("  local grid size: %dx%dx%d 4 byte integers (total %d)\n",nx,ny,nz,ng);
ng                121 orte/test/mpi/parallel_w8.c     for ( i=0; i<ng; i++ ) buf[i] = rank*10000 + (i+1)%1024;
ng                173 orte/test/mpi/parallel_w8.c         MPI_File_write_all(thefile, buf, ng, MPI_INT, &status);