mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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/nonlinear/nullconvergencewriter.hh
|
||||||
opm/models/parallel/gridcommhandles.hh
|
opm/models/parallel/gridcommhandles.hh
|
||||||
opm/models/parallel/mpibuffer.hh
|
opm/models/parallel/mpibuffer.hh
|
||||||
opm/models/parallel/mpiutil.hh
|
opm/models/parallel/mpiutil.hpp
|
||||||
opm/models/parallel/tasklets.hh
|
opm/models/parallel/tasklets.hh
|
||||||
opm/models/parallel/threadedentityiterator.hh
|
opm/models/parallel/threadedentityiterator.hh
|
||||||
opm/models/parallel/threadmanager.hpp
|
opm/models/parallel/threadmanager.hpp
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
* \file
|
* \file
|
||||||
* \copydoc Opm::MpiBuffer
|
* \copydoc Opm::MpiBuffer
|
||||||
*/
|
*/
|
||||||
#ifndef OPM_MATERIAL_MPIUTIL_HH
|
#ifndef OPM_MPIUTIL_HPP
|
||||||
#define OPM_MATERIAL_MPIUTIL_HH
|
#define OPM_MPIUTIL_HPP
|
||||||
|
|
||||||
#include <dune/common/parallel/mpitraits.hh>
|
#include <dune/common/parallel/mpitraits.hh>
|
||||||
|
|
||||||
@ -36,11 +36,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#if HAVE_MPI
|
#if HAVE_MPI
|
||||||
|
|
||||||
#include <mpi.h>
|
#include <mpi.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
namespace mpiutil_details
|
namespace mpiutil_details
|
||||||
{
|
{
|
||||||
|
|
||||||
@ -207,5 +204,5 @@ namespace Opm
|
|||||||
|
|
||||||
#endif // HAVE_MPI
|
#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/propertysystem.hh>
|
||||||
#include <opm/models/utils/timer.hh>
|
#include <opm/models/utils/timer.hh>
|
||||||
#include <opm/models/utils/timerguard.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 <opm/models/discretization/common/fvbaseproperties.hh>
|
||||||
|
|
||||||
#include <dune/common/parallel/mpihelper.hh>
|
#include <dune/common/parallel/mpihelper.hh>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <opm/models/parallel/mpiutil.hh>
|
#include <opm/models/parallel/mpiutil.hpp>
|
||||||
#include <dune/common/parallel/mpihelper.hh>
|
#include <dune/common/parallel/mpihelper.hh>
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
Loading…
Reference in New Issue
Block a user