mpi_file 24 ompi/mpi/cxx/file.cc (void) MPI_File_close(&mpi_file); mpi_file 91 ompi/mpi/cxx/file.h File() : mpi_file(MPI_FILE_NULL) { } mpi_file 93 ompi/mpi/cxx/file.h File(const File& data) : mpi_file(data.mpi_file) { } mpi_file 95 ompi/mpi/cxx/file.h File(MPI_File i) : mpi_file(i) { } mpi_file 100 ompi/mpi/cxx/file.h mpi_file = data.mpi_file; return *this; } mpi_file 106 ompi/mpi/cxx/file.h mpi_file = i; return *this; } mpi_file 107 ompi/mpi/cxx/file.h operator MPI_File () const { return mpi_file; } mpi_file 313 ompi/mpi/cxx/file.h MPI_File mpi_file; mpi_file 33 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_amode(mpi_file, &amode); mpi_file 42 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_atomicity(mpi_file, &flag); mpi_file 51 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_byte_offset(mpi_file, ldisp, &offset); mpi_file 59 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_group(mpi_file, &group); mpi_file 68 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_info(mpi_file, &info_used); mpi_file 77 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_position(mpi_file, &offset); mpi_file 86 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_position_shared(mpi_file, &offset); mpi_file 95 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_size(mpi_file, &offset); mpi_file 105 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_type_extent(mpi_file, datatype, &extent); mpi_file 121 ompi/mpi/cxx/file_inln.h (void) MPI_File_get_view(mpi_file, &odisp, &type, &ftype, mpi_file 131 ompi/mpi/cxx/file_inln.h (void) MPI_File_iread(mpi_file, buf, count, datatype, &req); mpi_file 141 ompi/mpi/cxx/file_inln.h (void) MPI_File_iread_at(mpi_file, offset, buf, count, datatype, &req); mpi_file 151 ompi/mpi/cxx/file_inln.h (void) MPI_File_iread_shared(mpi_file, buf, count, datatype, &req); mpi_file 161 ompi/mpi/cxx/file_inln.h (void) MPI_File_iwrite(mpi_file, const_cast<void *>(buf), count, datatype, &req); mpi_file 171 ompi/mpi/cxx/file_inln.h (void) MPI_File_iwrite_at(mpi_file, offset, const_cast<void *>(buf), count, datatype, mpi_file 182 ompi/mpi/cxx/file_inln.h (void) MPI_File_iwrite_shared(mpi_file, const_cast<void *>(buf), count, datatype, &req); mpi_file 201 ompi/mpi/cxx/file_inln.h (void) MPI_File_preallocate(mpi_file, size); mpi_file 210 ompi/mpi/cxx/file_inln.h (void) MPI_File_read(mpi_file, buf, count, datatype, &status); mpi_file 219 ompi/mpi/cxx/file_inln.h (void) MPI_File_read(mpi_file, buf, count, datatype, &status.mpi_status); mpi_file 228 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status); mpi_file 237 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status.mpi_status); mpi_file 245 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_all_begin(mpi_file, buf, count, datatype); mpi_file 253 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_all_end(mpi_file, buf, &status); mpi_file 260 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_all_end(mpi_file, buf, &status.mpi_status); mpi_file 270 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_at(mpi_file, offset, buf, count, datatype, &status); mpi_file 280 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_at(mpi_file, offset, buf, count, datatype, mpi_file 290 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_at_all(mpi_file, offset, buf, count, datatype, &status); mpi_file 299 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_at_all(mpi_file, offset, buf, count, datatype, mpi_file 309 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_at_all_begin(mpi_file, offset, buf, count, datatype); mpi_file 317 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_at_all_end(mpi_file, buf, &status); mpi_file 324 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_at_all_end(mpi_file, buf, &status.mpi_status); mpi_file 333 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_ordered(mpi_file, buf, count, datatype, &status); mpi_file 342 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_ordered(mpi_file, buf, count, datatype, mpi_file 351 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_ordered_begin(mpi_file, buf, count, datatype); mpi_file 359 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_ordered_end(mpi_file, buf, &status); mpi_file 366 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_ordered_end(mpi_file, buf, &status.mpi_status); mpi_file 375 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_shared(mpi_file, buf, count, datatype, &status); mpi_file 384 ompi/mpi/cxx/file_inln.h (void) MPI_File_read_shared(mpi_file, buf, count, datatype, mpi_file 391 ompi/mpi/cxx/file_inln.h (void) MPI_File_seek(mpi_file, offset, whence); mpi_file 398 ompi/mpi/cxx/file_inln.h (void) MPI_File_seek_shared(mpi_file, offset, whence); mpi_file 405 ompi/mpi/cxx/file_inln.h (void) MPI_File_set_atomicity(mpi_file, flag); mpi_file 412 ompi/mpi/cxx/file_inln.h (void) MPI_File_set_info(mpi_file, info); mpi_file 419 ompi/mpi/cxx/file_inln.h (void) MPI_File_set_size(mpi_file, size); mpi_file 430 ompi/mpi/cxx/file_inln.h (void) MPI_File_set_view(mpi_file, disp, etype, filetype, const_cast<char *>(datarep), mpi_file 438 ompi/mpi/cxx/file_inln.h (void) MPI_File_sync(mpi_file); mpi_file 447 ompi/mpi/cxx/file_inln.h (void) MPI_File_write(mpi_file, const_cast<void *>(buf), count, datatype, &status); mpi_file 456 ompi/mpi/cxx/file_inln.h (void) MPI_File_write(mpi_file, const_cast<void *>(buf), count, datatype, mpi_file 466 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_all(mpi_file, const_cast<void *>(buf), count, datatype, &status); mpi_file 476 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_all(mpi_file, const_cast<void *>(buf), count, datatype, mpi_file 485 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_all_begin(mpi_file, const_cast<void *>(buf), count, datatype); mpi_file 493 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_all_end(mpi_file, const_cast<void *>(buf), &status); mpi_file 500 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_all_end(mpi_file, const_cast<void *>(buf), &status.mpi_status); mpi_file 510 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_at(mpi_file, offset, const_cast<void *>(buf), count, mpi_file 521 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_at(mpi_file, offset, const_cast<void *>(buf), count, mpi_file 532 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_at_all(mpi_file, offset, const_cast<void *>(buf), count, mpi_file 543 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_at_all(mpi_file, offset, const_cast<void *>(buf), count, mpi_file 553 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_at_all_begin(mpi_file, offset, const_cast<void *>(buf), count, mpi_file 562 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_at_all_end(mpi_file, const_cast<void *>(buf), &status); mpi_file 569 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_at_all_end(mpi_file, const_cast<void *>(buf), &status.mpi_status); mpi_file 578 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_ordered(mpi_file, const_cast<void *>(buf), count, datatype, mpi_file 588 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_ordered(mpi_file, const_cast<void *>(buf), count, datatype, mpi_file 597 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_ordered_begin(mpi_file, const_cast<void *>(buf), count, datatype); mpi_file 605 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_ordered_end(mpi_file, const_cast<void *>(buf), &status); mpi_file 613 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_ordered_end(mpi_file, const_cast<void *>(buf), &status.mpi_status); mpi_file 622 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_shared(mpi_file, const_cast<void *>(buf), count, mpi_file 631 ompi/mpi/cxx/file_inln.h (void) MPI_File_write_shared(mpi_file, const_cast<void *>(buf), count, mpi_file 639 ompi/mpi/cxx/file_inln.h (void)MPI_File_set_errhandler(mpi_file, errhandler); mpi_file 647 ompi/mpi/cxx/file_inln.h MPI_File_get_errhandler(mpi_file, &errhandler); mpi_file 654 ompi/mpi/cxx/file_inln.h (void) MPI_File_call_errhandler(mpi_file, errorcode);