mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-24 05:16:27 -06:00
Run the "gatherconvergencereport" test in parallel.
This commit is contained in:
parent
9fc272fb85
commit
a9aacb7960
@ -117,6 +117,19 @@ if (HAVE_OPM_TESTS)
|
|||||||
include (${CMAKE_CURRENT_SOURCE_DIR}/compareECLFiles.cmake)
|
include (${CMAKE_CURRENT_SOURCE_DIR}/compareECLFiles.cmake)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
opm_set_test_driver(${CMAKE_CURRENT_SOURCE_DIR}/tests/run-parallel-unitTest.sh "")
|
||||||
|
|
||||||
|
opm_add_test(test_gatherconvergencereport
|
||||||
|
DEPENDS "opmsimulators"
|
||||||
|
LIBRARIES opmsimulators ${Boost_UNIT_TEST_FRAMEWORK_LIBRARY}
|
||||||
|
SOURCES
|
||||||
|
tests/test_gatherconvergencereport.cpp
|
||||||
|
CONDITION
|
||||||
|
MPI_FOUND
|
||||||
|
DRIVER_ARGS
|
||||||
|
5 ${CMAKE_BINARY_DIR}
|
||||||
|
)
|
||||||
|
|
||||||
opm_add_test(flow
|
opm_add_test(flow
|
||||||
ONLY_COMPILE
|
ONLY_COMPILE
|
||||||
ALWAYS_ENABLE
|
ALWAYS_ENABLE
|
||||||
|
@ -132,7 +132,6 @@ list (APPEND TEST_SOURCE_FILES
|
|||||||
tests/test_block.cpp
|
tests/test_block.cpp
|
||||||
tests/test_boprops_ad.cpp
|
tests/test_boprops_ad.cpp
|
||||||
tests/test_convergencereport.cpp
|
tests/test_convergencereport.cpp
|
||||||
tests/test_gatherconvergencereport.cpp
|
|
||||||
tests/test_graphcoloring.cpp
|
tests/test_graphcoloring.cpp
|
||||||
tests/test_rateconverter.cpp
|
tests/test_rateconverter.cpp
|
||||||
tests/test_span.cpp
|
tests/test_span.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user