mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5955 from multitalentloes/gpu_tools_fix
fix include error and rename test_smart_pointers
This commit is contained in:
commit
51edfd6f95
@ -729,7 +729,7 @@ if(CUDA_FOUND)
|
|||||||
gpu_linear_two_phase_material
|
gpu_linear_two_phase_material
|
||||||
gpuPvt
|
gpuPvt
|
||||||
gpu_resources
|
gpu_resources
|
||||||
smart_pointers
|
gpu_smart_pointers
|
||||||
PROPERTIES LABELS ${gpu_label})
|
PROPERTIES LABELS ${gpu_label})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -313,6 +313,8 @@ if (HAVE_CUDA)
|
|||||||
ADD_CUDA_OR_HIP_FILE(PUBLIC_HEADER_FILES opm/simulators/linalg GpuBlockPreconditioner.hpp)
|
ADD_CUDA_OR_HIP_FILE(PUBLIC_HEADER_FILES opm/simulators/linalg GpuBlockPreconditioner.hpp)
|
||||||
ADD_CUDA_OR_HIP_FILE(PUBLIC_HEADER_FILES opm/simulators/linalg PreconditionerHolder.hpp)
|
ADD_CUDA_OR_HIP_FILE(PUBLIC_HEADER_FILES opm/simulators/linalg PreconditionerHolder.hpp)
|
||||||
ADD_CUDA_OR_HIP_FILE(PUBLIC_HEADER_FILES opm/simulators/linalg set_device.hpp)
|
ADD_CUDA_OR_HIP_FILE(PUBLIC_HEADER_FILES opm/simulators/linalg set_device.hpp)
|
||||||
|
ADD_CUDA_OR_HIP_FILE(PUBLIC_HEADER_FILES opm/simulators/linalg gpu_smart_pointer.hpp)
|
||||||
|
ADD_CUDA_OR_HIP_FILE(PUBLIC_HEADER_FILES opm/simulators/linalg gpu_resources.hpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(USE_GPU_BRIDGE)
|
if(USE_GPU_BRIDGE)
|
||||||
@ -468,7 +470,7 @@ if (HAVE_CUDA)
|
|||||||
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_gpu_ad.cu)
|
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_gpu_ad.cu)
|
||||||
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_gpu_linear_two_phase_material.cu)
|
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_gpu_linear_two_phase_material.cu)
|
||||||
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_gpuPvt.cu)
|
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_gpuPvt.cu)
|
||||||
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_smart_pointers.cu)
|
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_gpu_smart_pointers.cu)
|
||||||
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_gpu_resources.cu)
|
ADD_CUDA_OR_HIP_FILE(TEST_SOURCE_FILES tests test_gpu_resources.cu)
|
||||||
|
|
||||||
# for loop providing the flag --expt-relaxed-constexpr to fix some cuda issues with constexpr
|
# for loop providing the flag --expt-relaxed-constexpr to fix some cuda issues with constexpr
|
||||||
@ -987,6 +989,8 @@ list (APPEND PUBLIC_HEADER_FILES
|
|||||||
opm/simulators/wells/BlackoilWellModelGasLift_impl.hpp
|
opm/simulators/wells/BlackoilWellModelGasLift_impl.hpp
|
||||||
opm/simulators/wells/BlackoilWellModelGeneric.hpp
|
opm/simulators/wells/BlackoilWellModelGeneric.hpp
|
||||||
opm/simulators/wells/BlackoilWellModelGuideRates.hpp
|
opm/simulators/wells/BlackoilWellModelGuideRates.hpp
|
||||||
|
opm/simulators/wells/BlackoilWellModelNldd.hpp
|
||||||
|
opm/simulators/wells/BlackoilWellModelNldd_impl.hpp
|
||||||
opm/simulators/wells/BlackoilWellModelRestart.hpp
|
opm/simulators/wells/BlackoilWellModelRestart.hpp
|
||||||
opm/simulators/wells/BlackoilWellModelWBP.hpp
|
opm/simulators/wells/BlackoilWellModelWBP.hpp
|
||||||
opm/simulators/wells/ConnectionIndexMap.hpp
|
opm/simulators/wells/ConnectionIndexMap.hpp
|
||||||
|
Loading…
Reference in New Issue
Block a user