36 enum class MPITransferMode : std::underlying_type<H5FD_mpio_xfer_t>::type
38 INDEPENDENT = H5FD_MPIO_INDEPENDENT,
39 COLLECTIVE = H5FD_MPIO_COLLECTIVE
42 std::ostream &
operator<<(std::ostream &stream,
const MPITransferMode &mode);
44 enum class MPIChunkOption : std::underlying_type<H5FD_mpio_chunk_opt_t>::type
46 ONE_LINK_CHUNKED = H5FD_MPIO_CHUNK_ONE_IO,
47 MULTI_CHUNK = H5FD_MPIO_CHUNK_MULTI_IO
50 std::ostream &
operator<<(std::ostream &stream,
const MPIChunkOption &option);
61 void mpi_transfer_mode(MPITransferMode mode)
const;
62 MPITransferMode mpi_transfer_mode()
const;
64 void mpi_chunk_option(MPIChunkOption option)
const;
65 MPIChunkOption mpi_chunk_option()
const;
Wrapper for hid_t object identifiers.
Definition: object_handle.hpp:66
Definition: attribute.hpp:43
DLL_EXPORT std::ostream & operator<<(std::ostream &stream, const DatasetFillValueStatus &status)
Definition: dataset_transfer.hpp:53
#define DLL_EXPORT
Definition: windows.hpp:35
base class for property lists
Definition: property_list.hpp:45