use 16 threads 1 MPI group

This commit is contained in:
Paul Young 2017-05-23 21:10:31 -05:00
parent 4bbc8297f6
commit b86907797c
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ endif()
SIMPLE_RUN_AND_CHECK(estimator-skinetic
"${CMAKE_SOURCE_DIR}/tests/estimator/skinetic"
vmc.xml
8 2
1 16
skinetic_check.py
)
SIMPLE_RUN_AND_CHECK(estimator-latdev
"${CMAKE_SOURCE_DIR}/tests/estimator/latdev"
vmc.xml
8 2
1 16
latdev_check.py
)