mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
changed: run tests on 4 processors
more than 4 is problematic on some build machines
This commit is contained in:
+2
-2
@@ -200,7 +200,7 @@ opm_add_test(test_gatherconvergencereport
|
||||
CONDITION
|
||||
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
|
||||
DRIVER_ARGS
|
||||
5 ${PROJECT_BINARY_DIR}
|
||||
4 ${PROJECT_BINARY_DIR}
|
||||
)
|
||||
|
||||
opm_add_test(test_gatherdeferredlogger
|
||||
@@ -211,7 +211,7 @@ opm_add_test(test_gatherdeferredlogger
|
||||
CONDITION
|
||||
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
|
||||
DRIVER_ARGS
|
||||
5 ${PROJECT_BINARY_DIR}
|
||||
4 ${PROJECT_BINARY_DIR}
|
||||
)
|
||||
|
||||
include(OpmBashCompletion)
|
||||
|
||||
Reference in New Issue
Block a user