tasklets.hh: rename to tasklets.hpp

This commit is contained in:
Arne Morten Kvarving 2024-09-03 12:01:11 +02:00
parent 27f9277c47
commit d35d80427e
6 changed files with 9 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -28,7 +28,7 @@
*/
#include "config.h"
#include <opm/models/parallel/tasklets.hh>
#include <opm/models/parallel/tasklets.hpp>
#include <chrono>
#include <iostream>

View File

@ -39,7 +39,7 @@
#include <cassert>
#include "config.h"
#include <opm/models/parallel/tasklets.hh>
#include <opm/models/parallel/tasklets.hpp>
std::mutex outputMutex;