mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-26 20:06:26 -06:00
mpiutil.hh: rename to mpiutil.hpp
This commit is contained in:
parent
e7a9c4cd21
commit
fcd0168691
@ -669,7 +669,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
||||
opm/models/nonlinear/nullconvergencewriter.hh
|
||||
opm/models/parallel/gridcommhandles.hh
|
||||
opm/models/parallel/mpibuffer.hh
|
||||
opm/models/parallel/mpiutil.hh
|
||||
opm/models/parallel/mpiutil.hpp
|
||||
opm/models/parallel/tasklets.hh
|
||||
opm/models/parallel/threadedentityiterator.hh
|
||||
opm/models/parallel/threadmanager.hpp
|
||||
|
@ -24,8 +24,8 @@
|
||||
* \file
|
||||
* \copydoc Opm::MpiBuffer
|
||||
*/
|
||||
#ifndef OPM_MATERIAL_MPIUTIL_HH
|
||||
#define OPM_MATERIAL_MPIUTIL_HH
|
||||
#ifndef OPM_MPIUTIL_HPP
|
||||
#define OPM_MPIUTIL_HPP
|
||||
|
||||
#include <dune/common/parallel/mpitraits.hh>
|
||||
|
||||
@ -36,11 +36,8 @@
|
||||
|
||||
|
||||
#if HAVE_MPI
|
||||
|
||||
#include <mpi.h>
|
||||
|
||||
|
||||
|
||||
namespace mpiutil_details
|
||||
{
|
||||
|
||||
@ -207,5 +204,5 @@ namespace Opm
|
||||
|
||||
#endif // HAVE_MPI
|
||||
|
||||
#endif // OPM_MATERIAL_MPIUTIL_HH
|
||||
#endif // OPM_MPIUTIL_HPP
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <opm/models/utils/propertysystem.hh>
|
||||
#include <opm/models/utils/timer.hh>
|
||||
#include <opm/models/utils/timerguard.hh>
|
||||
#include <opm/models/parallel/mpiutil.hh>
|
||||
#include <opm/models/parallel/mpiutil.hpp>
|
||||
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
||||
|
||||
#include <dune/common/parallel/mpihelper.hh>
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <opm/models/parallel/mpiutil.hh>
|
||||
#include <opm/models/parallel/mpiutil.hpp>
|
||||
#include <dune/common/parallel/mpihelper.hh>
|
||||
|
||||
#include <cassert>
|
||||
|
Loading…
Reference in New Issue
Block a user