mpiutil.hh: rename to mpiutil.hpp

This commit is contained in:
Arne Morten Kvarving 2024-09-03 09:58:53 +02:00
parent e7a9c4cd21
commit fcd0168691
4 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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>