mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: run tests on 4 processors
more than 4 is problematic on some build machines
This commit is contained in:
parent
1351dc69bc
commit
10b2e540fb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user