Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-04-19 08:55:33

0001 /*
0002  *  Copyright (c), 2017-2018, Adrien Devresse <adrien.devresse@epfl.ch>
0003  *                            Juan Hernando <juan.hernando@epfl.ch>
0004  *
0005  *  Distributed under the Boost Software License, Version 1.0.
0006  *    (See accompanying file LICENSE_1_0.txt or copy at
0007  *          http://www.boost.org/LICENSE_1_0.txt)
0008  *
0009  */
0010 #pragma once
0011 
0012 namespace HighFive {
0013 
0014 #ifdef H5_HAVE_PARALLEL
0015 inline MPIOFileDriver::MPIOFileDriver(MPI_Comm comm, MPI_Info info) {
0016     add(MPIOFileAccess(comm, info));
0017 }
0018 #endif
0019 
0020 }  // namespace HighFive