mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
tasklets.hh: rename to tasklets.hpp
This commit is contained in:
parent
27f9277c47
commit
d35d80427e
@ -671,7 +671,7 @@ list (APPEND PUBLIC_HEADER_FILES
|
||||
opm/models/parallel/gridcommhandles.hh
|
||||
opm/models/parallel/mpibuffer.hh
|
||||
opm/models/parallel/mpiutil.hpp
|
||||
opm/models/parallel/tasklets.hh
|
||||
opm/models/parallel/tasklets.hpp
|
||||
opm/models/parallel/threadedentityiterator.hh
|
||||
opm/models/parallel/threadmanager.hpp
|
||||
opm/models/ptflash/flashindices.hh
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "vtktensorfunction.hh"
|
||||
|
||||
#include <opm/models/io/baseoutputwriter.hh>
|
||||
#include <opm/models/parallel/tasklets.hh>
|
||||
#include <opm/models/parallel/tasklets.hpp>
|
||||
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
|
||||
|
@ -24,8 +24,8 @@
|
||||
* \file
|
||||
* \brief Provides a mechanism to dispatch work to separate threads
|
||||
*/
|
||||
#ifndef EWOMS_TASKLETS_HH
|
||||
#define EWOMS_TASKLETS_HH
|
||||
#ifndef OPM_TASKLETS_HPP
|
||||
#define OPM_TASKLETS_HPP
|
||||
|
||||
#include <atomic>
|
||||
#include <stdexcept>
|
||||
@ -366,4 +366,5 @@ protected:
|
||||
};
|
||||
|
||||
} // end namespace Opm
|
||||
#endif
|
||||
|
||||
#endif // OPM_TASKLETS_HPP
|
@ -28,7 +28,7 @@
|
||||
#ifndef OPM_ECL_GENERIC_WRITER_HPP
|
||||
#define OPM_ECL_GENERIC_WRITER_HPP
|
||||
|
||||
#include <opm/models/parallel/tasklets.hh>
|
||||
#include <opm/models/parallel/tasklets.hpp>
|
||||
|
||||
#include <opm/simulators/flow/CollectDataOnIORank.hpp>
|
||||
#include <opm/simulators/flow/Transmissibility.hpp>
|
||||
|
@ -28,7 +28,7 @@
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include <opm/models/parallel/tasklets.hh>
|
||||
#include <opm/models/parallel/tasklets.hpp>
|
||||
|
||||
#include <chrono>
|
||||
#include <iostream>
|
||||
|
@ -39,7 +39,7 @@
|
||||
#include <cassert>
|
||||
|
||||
#include "config.h"
|
||||
#include <opm/models/parallel/tasklets.hh>
|
||||
#include <opm/models/parallel/tasklets.hpp>
|
||||
|
||||
std::mutex outputMutex;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user