mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 16:57:25 -06:00
threadmanager.hh: rename to threadmanager.hpp
This commit is contained in:
parent
44d22a05ba
commit
3ee5eddf48
@ -671,7 +671,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/models/parallel/mpiutil.hh
|
opm/models/parallel/mpiutil.hh
|
||||||
opm/models/parallel/tasklets.hh
|
opm/models/parallel/tasklets.hh
|
||||||
opm/models/parallel/threadedentityiterator.hh
|
opm/models/parallel/threadedentityiterator.hh
|
||||||
opm/models/parallel/threadmanager.hh
|
opm/models/parallel/threadmanager.hpp
|
||||||
opm/models/ptflash/flashindices.hh
|
opm/models/ptflash/flashindices.hh
|
||||||
opm/models/ptflash/flashintensivequantities.hh
|
opm/models/ptflash/flashintensivequantities.hh
|
||||||
opm/models/ptflash/flashlocalresidual.hh
|
opm/models/ptflash/flashlocalresidual.hh
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
#include <opm/models/io/vtkprimaryvarsmodule.hh>
|
#include <opm/models/io/vtkprimaryvarsmodule.hh>
|
||||||
|
|
||||||
#include <opm/models/parallel/gridcommhandles.hh>
|
#include <opm/models/parallel/gridcommhandles.hh>
|
||||||
#include <opm/models/parallel/threadmanager.hh>
|
#include <opm/models/parallel/threadmanager.hpp>
|
||||||
|
|
||||||
#include <opm/models/utils/alignedallocator.hh>
|
#include <opm/models/utils/alignedallocator.hh>
|
||||||
#include <opm/models/utils/simulator.hh>
|
#include <opm/models/utils/simulator.hh>
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#include <opm/grid/utility/SparseTable.hpp>
|
#include <opm/grid/utility/SparseTable.hpp>
|
||||||
|
|
||||||
#include <opm/models/parallel/gridcommhandles.hh>
|
#include <opm/models/parallel/gridcommhandles.hh>
|
||||||
#include <opm/models/parallel/threadmanager.hh>
|
#include <opm/models/parallel/threadmanager.hpp>
|
||||||
#include <opm/models/parallel/threadedentityiterator.hh>
|
#include <opm/models/parallel/threadedentityiterator.hh>
|
||||||
#include <opm/models/discretization/common/baseauxiliarymodule.hh>
|
#include <opm/models/discretization/common/baseauxiliarymodule.hh>
|
||||||
|
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
* \file
|
* \file
|
||||||
* \copydoc Opm::ThreadManager
|
* \copydoc Opm::ThreadManager
|
||||||
*/
|
*/
|
||||||
#ifndef EWOMS_THREAD_MANAGER_HH
|
#ifndef OPM_THREAD_MANAGER_HPP
|
||||||
#define EWOMS_THREAD_MANAGER_HH
|
#define OPM_THREAD_MANAGER_HPP
|
||||||
|
|
||||||
#ifdef _OPENMP
|
#ifdef _OPENMP
|
||||||
#include <omp.h>
|
#include <omp.h>
|
||||||
@ -136,6 +136,7 @@ private:
|
|||||||
|
|
||||||
template <class TypeTag>
|
template <class TypeTag>
|
||||||
int ThreadManager<TypeTag>::numThreads_ = 1;
|
int ThreadManager<TypeTag>::numThreads_ = 1;
|
||||||
|
|
||||||
} // namespace Opm
|
} // namespace Opm
|
||||||
|
|
||||||
#endif
|
#endif // OPM_THREAD_MANAGER_HPP
|
Loading…
Reference in New Issue
Block a user