HighFive 2.9.0
HighFive - Header-only C++ HDF5 interface
Loading...
Searching...
No Matches
H5FileDriver_misc.hpp
Go to the documentation of this file.
1/*
2 * Copyright (c), 2017-2018, Adrien Devresse <adrien.devresse@epfl.ch>
3 * Juan Hernando <juan.hernando@epfl.ch>
4 *
5 * Distributed under the Boost Software License, Version 1.0.
6 * (See accompanying file LICENSE_1_0.txt or copy at
7 * http://www.boost.org/LICENSE_1_0.txt)
8 *
9 */
10#pragma once
11
12namespace HighFive {
13
14#ifdef H5_HAVE_PARALLEL
15inline MPIOFileDriver::MPIOFileDriver(MPI_Comm comm, MPI_Info info) {
16 add(MPIOFileAccess(comm, info));
17}
18#endif
19
20} // namespace HighFive
Configure MPI access for the file.
Definition H5PropertyList.hpp:232
MPIOFileDriver(MPI_Comm mpi_comm, MPI_Info mpi_info)
Definition H5FileDriver_misc.hpp:15
void add(const P &property)
Definition H5PropertyList_misc.hpp:72
Definition H5_definitions.hpp:22