thefile 35 orte/test/mpi/parallel_r64.c MPI_File thefile; thefile 158 orte/test/mpi/parallel_r64.c MPI_File_open(new_comm, argv[1], MPI_MODE_RDONLY, info, &thefile); thefile 161 orte/test/mpi/parallel_r64.c MPI_File_set_view(thefile, offset, MPI_INT, filetype, "native", MPI_INFO_NULL); thefile 166 orte/test/mpi/parallel_r64.c MPI_File_read_all(thefile, buf, ng, MPI_INT, &status); thefile 173 orte/test/mpi/parallel_r64.c MPI_File_close(&thefile); thefile 35 orte/test/mpi/parallel_r8.c MPI_File thefile; thefile 158 orte/test/mpi/parallel_r8.c MPI_File_open(new_comm, argv[1], MPI_MODE_RDONLY, info, &thefile); thefile 161 orte/test/mpi/parallel_r8.c MPI_File_set_view(thefile, offset, MPI_INT, filetype, "native", MPI_INFO_NULL); thefile 166 orte/test/mpi/parallel_r8.c MPI_File_read_all(thefile, buf, ng, MPI_INT, &status); thefile 173 orte/test/mpi/parallel_r8.c MPI_File_close(&thefile); thefile 35 orte/test/mpi/parallel_w64.c MPI_File thefile; thefile 164 orte/test/mpi/parallel_w64.c MPI_File_open(new_comm, argv[1], MPI_MODE_WRONLY | MPI_MODE_CREATE, info, &thefile); thefile 167 orte/test/mpi/parallel_w64.c MPI_File_set_size(thefile, offset); thefile 169 orte/test/mpi/parallel_w64.c MPI_File_set_view(thefile, offset, MPI_INT, filetype, "native", MPI_INFO_NULL); thefile 174 orte/test/mpi/parallel_w64.c MPI_File_write_all(thefile, buf, ng, MPI_INT, &status); thefile 179 orte/test/mpi/parallel_w64.c MPI_File_close(&thefile); thefile 34 orte/test/mpi/parallel_w8.c MPI_File thefile; thefile 163 orte/test/mpi/parallel_w8.c MPI_File_open(new_comm, argv[1], MPI_MODE_WRONLY | MPI_MODE_CREATE, info, &thefile); thefile 166 orte/test/mpi/parallel_w8.c MPI_File_set_size(thefile, offset); thefile 168 orte/test/mpi/parallel_w8.c MPI_File_set_view(thefile, offset, MPI_INT, filetype, "native", MPI_INFO_NULL); thefile 173 orte/test/mpi/parallel_w8.c MPI_File_write_all(thefile, buf, ng, MPI_INT, &status); thefile 178 orte/test/mpi/parallel_w8.c MPI_File_close(&thefile);