changed: run tests on 4 processors

more than 4 is problematic on some build machines
This commit is contained in:
Arne Morten Kvarving 2020-10-20 08:12:38 +02:00
parent 1351dc69bc
commit 10b2e540fb

View File

@ -200,7 +200,7 @@ opm_add_test(test_gatherconvergencereport
CONDITION CONDITION
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
DRIVER_ARGS DRIVER_ARGS
5 ${PROJECT_BINARY_DIR} 4 ${PROJECT_BINARY_DIR}
) )
opm_add_test(test_gatherdeferredlogger opm_add_test(test_gatherdeferredlogger
@ -211,7 +211,7 @@ opm_add_test(test_gatherdeferredlogger
CONDITION CONDITION
MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND MPI_FOUND AND Boost_UNIT_TEST_FRAMEWORK_FOUND
DRIVER_ARGS DRIVER_ARGS
5 ${PROJECT_BINARY_DIR} 4 ${PROJECT_BINARY_DIR}
) )
include(OpmBashCompletion) include(OpmBashCompletion)