Add integration test for empty domain
authorMark Abraham <mark.j.abraham@gmail.com>
Fri, 15 May 2015 14:40:17 +0000 (16:40 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 21 May 2015 09:55:50 +0000 (11:55 +0200)
commit011ec764f81f061641eca60426f4b608b244c8ad
tree5a2045edeb80fb4cb9c8cbf68da08f10125542c3
parentcbd598bc1707c906d82ca685e5ce1b1071e37d26
Add integration test for empty domain

This box is large enough that the default 2D DD will contain an
empty domain (at least initially).

Current Jenkins will run this with two domains when run with real MPI.
Extended the CMakery to make this also work with thread-MPI.

Refs #1734

Change-Id: I7b7269cdd1faaa562afeb7a5dd3f75fc19ceff85
src/programs/mdrun/tests/CMakeLists.txt
src/programs/mdrun/tests/domain_decomposition.cpp [new file with mode: 0644]
src/programs/mdrun/tests/moduletest.cpp
src/programs/mdrun/tests/moduletest.h
src/programs/mdrun/tests/spc2_and_vacuum.gro [new file with mode: 0644]
src/testutils/TestMacros.cmake