File 251 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const File FILE_NULL; File 22 ompi/mpi/cxx/file.cc MPI::File::Close() File 29 ompi/mpi/cxx/file.cc MPI::File::Create_errhandler(MPI::File::Errhandler_function* function) File 56 ompi/mpi/cxx/file.h class File { File 68 ompi/mpi/cxx/file.h File() { } File 69 ompi/mpi/cxx/file.h virtual ~File() { } File 73 ompi/mpi/cxx/file.h File(const File& data) : pmpi_file(data.pmpi_file) { } File 75 ompi/mpi/cxx/file.h File(MPI_File i) : pmpi_file(i) { } File 77 ompi/mpi/cxx/file.h File& operator=(const File& data) { File 83 ompi/mpi/cxx/file.h File& operator= (const MPI_File &i) { File 87 ompi/mpi/cxx/file.h operator const PMPI::File&() const { return pmpi_file; } File 91 ompi/mpi/cxx/file.h File() : mpi_file(MPI_FILE_NULL) { } File 93 ompi/mpi/cxx/file.h File(const File& data) : mpi_file(data.mpi_file) { } File 95 ompi/mpi/cxx/file.h File(MPI_File i) : mpi_file(i) { } File 97 ompi/mpi/cxx/file.h virtual ~File() { } File 99 ompi/mpi/cxx/file.h File& operator=(const File& data) { File 105 ompi/mpi/cxx/file.h File& operator= (const MPI_File &i) { File 157 ompi/mpi/cxx/file.h static MPI::File Open(const MPI::Intracomm& comm, File 296 ompi/mpi/cxx/file.h typedef void Errhandler_function(MPI::File &, int *, ... ); File 310 ompi/mpi/cxx/file.h PMPI::File pmpi_file; File 23 ompi/mpi/cxx/file_inln.h MPI::File::Delete(const char* filename, const MPI::Info& info) File 30 ompi/mpi/cxx/file_inln.h MPI::File::Get_amode() const File 39 ompi/mpi/cxx/file_inln.h MPI::File::Get_atomicity() const File 47 ompi/mpi/cxx/file_inln.h MPI::File::Get_byte_offset(const MPI::Offset disp) const File 56 ompi/mpi/cxx/file_inln.h MPI::File::Get_group() const File 65 ompi/mpi/cxx/file_inln.h MPI::File::Get_info() const File 74 ompi/mpi/cxx/file_inln.h MPI::File::Get_position() const File 83 ompi/mpi/cxx/file_inln.h MPI::File::Get_position_shared() const File 92 ompi/mpi/cxx/file_inln.h MPI::File::Get_size() const File 102 ompi/mpi/cxx/file_inln.h MPI::File::Get_type_extent(const MPI::Datatype& datatype) const File 111 ompi/mpi/cxx/file_inln.h MPI::File::Get_view(MPI::Offset& disp, File 127 ompi/mpi/cxx/file_inln.h MPI::File::Iread(void* buf, int count, File 137 ompi/mpi/cxx/file_inln.h MPI::File::Iread_at(MPI::Offset offset, void* buf, int count, File 147 ompi/mpi/cxx/file_inln.h MPI::File::Iread_shared(void* buf, int count, File 157 ompi/mpi/cxx/file_inln.h MPI::File::Iwrite(const void* buf, int count, File 167 ompi/mpi/cxx/file_inln.h MPI::File::Iwrite_at(MPI::Offset offset, const void* buf, File 178 ompi/mpi/cxx/file_inln.h MPI::File::Iwrite_shared(const void* buf, int count, File 187 ompi/mpi/cxx/file_inln.h inline MPI::File File 188 ompi/mpi/cxx/file_inln.h MPI::File::Open(const MPI::Intracomm& comm, File 199 ompi/mpi/cxx/file_inln.h MPI::File::Preallocate(MPI::Offset size) File 206 ompi/mpi/cxx/file_inln.h MPI::File::Read(void* buf, int count, File 215 ompi/mpi/cxx/file_inln.h MPI::File::Read(void* buf, int count, File 224 ompi/mpi/cxx/file_inln.h MPI::File::Read_all(void* buf, int count, File 233 ompi/mpi/cxx/file_inln.h MPI::File::Read_all(void* buf, int count, File 242 ompi/mpi/cxx/file_inln.h MPI::File::Read_all_begin(void* buf, int count, File 250 ompi/mpi/cxx/file_inln.h MPI::File::Read_all_end(void* buf) File 258 ompi/mpi/cxx/file_inln.h MPI::File::Read_all_end(void* buf, MPI::Status& status) File 265 ompi/mpi/cxx/file_inln.h MPI::File::Read_at(MPI::Offset offset, File 276 ompi/mpi/cxx/file_inln.h MPI::File::Read_at(MPI::Offset offset, void* buf, int count, File 286 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all(MPI::Offset offset, void* buf, int count, File 295 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all(MPI::Offset offset, void* buf, int count, File 305 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all_begin(MPI::Offset offset, File 314 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all_end(void* buf) File 322 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all_end(void* buf, MPI::Status& status) File 329 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered(void* buf, int count, File 338 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered(void* buf, int count, File 348 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered_begin(void* buf, int count, File 356 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered_end(void* buf) File 364 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered_end(void* buf, MPI::Status& status) File 371 ompi/mpi/cxx/file_inln.h MPI::File::Read_shared(void* buf, int count, File 380 ompi/mpi/cxx/file_inln.h MPI::File::Read_shared(void* buf, int count, File 389 ompi/mpi/cxx/file_inln.h MPI::File::Seek(MPI::Offset offset, int whence) File 396 ompi/mpi/cxx/file_inln.h MPI::File::Seek_shared(MPI::Offset offset, int whence) File 403 ompi/mpi/cxx/file_inln.h MPI::File::Set_atomicity(bool flag) File 410 ompi/mpi/cxx/file_inln.h MPI::File::Set_info(const MPI::Info& info) File 417 ompi/mpi/cxx/file_inln.h MPI::File::Set_size(MPI::Offset size) File 424 ompi/mpi/cxx/file_inln.h MPI::File::Set_view(MPI::Offset disp, File 436 ompi/mpi/cxx/file_inln.h MPI::File::Sync() File 443 ompi/mpi/cxx/file_inln.h MPI::File::Write(const void* buf, int count, File 452 ompi/mpi/cxx/file_inln.h MPI::File::Write(const void* buf, int count, File 462 ompi/mpi/cxx/file_inln.h MPI::File::Write_all(const void* buf, int count, File 472 ompi/mpi/cxx/file_inln.h MPI::File::Write_all(const void* buf, int count, File 482 ompi/mpi/cxx/file_inln.h MPI::File::Write_all_begin(const void* buf, int count, File 490 ompi/mpi/cxx/file_inln.h MPI::File::Write_all_end(const void* buf) File 498 ompi/mpi/cxx/file_inln.h MPI::File::Write_all_end(const void* buf, MPI::Status& status) File 505 ompi/mpi/cxx/file_inln.h MPI::File::Write_at(MPI::Offset offset, File 516 ompi/mpi/cxx/file_inln.h MPI::File::Write_at(MPI::Offset offset, File 527 ompi/mpi/cxx/file_inln.h MPI::File::Write_at_all(MPI::Offset offset, File 538 ompi/mpi/cxx/file_inln.h MPI::File::Write_at_all(MPI::Offset offset, File 549 ompi/mpi/cxx/file_inln.h MPI::File::Write_at_all_begin(MPI::Offset offset, File 559 ompi/mpi/cxx/file_inln.h MPI::File::Write_at_all_end(const void* buf) File 567 ompi/mpi/cxx/file_inln.h MPI::File::Write_at_all_end(const void* buf, MPI::Status& status) File 574 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered(const void* buf, int count, File 584 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered(const void* buf, int count, File 594 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered_begin(const void* buf, int count, File 602 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered_end(const void* buf) File 610 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered_end(const void* buf, File 618 ompi/mpi/cxx/file_inln.h MPI::File::Write_shared(const void* buf, int count, File 628 ompi/mpi/cxx/file_inln.h MPI::File::Write_shared(const void* buf, int count, File 637 ompi/mpi/cxx/file_inln.h MPI::File::Set_errhandler(const MPI::Errhandler& errhandler) const File 644 ompi/mpi/cxx/file_inln.h MPI::File::Get_errhandler() const File 652 ompi/mpi/cxx/file_inln.h MPI::File::Call_errhandler(int errorcode) const File 112 ompi/mpi/cxx/intercepts.cc MPI::File cxx_file(*c_file); File 113 ompi/mpi/cxx/intercepts.cc MPI::File::Errhandler_function *cxx_fn = File 114 ompi/mpi/cxx/intercepts.cc (MPI::File::Errhandler_function*) file_fn; File 157 ompi/mpi/cxx/mpicxx.cc const File FILE_NULL = MPI_FILE_NULL; File 180 ompi/mpi/cxx/mpicxx.h class File; File 30 ompi/mpi/cxx/status.h friend class MPI::File;