[Dune-devel] [Dune-Commit] [Commit] dune-grid - c966253: [Tests] Added parallel grid tests using MPI if available
Markus Blatt
markus at dr-blatt.de
Mon Nov 2 20:51:36 CET 2015
Hey,
On Sun, Nov 01, 2015 at 05:18:54PM +0100, Dominic Kempf wrote:
> New commit, appeared at Sun Nov 1 17:18:54 2015 +0100
> as part of the following ref changes:
>
> branch refs/heads/feature/yaspgrid-testing created as 7e47c04
> branch refs/merge-requests/3/head created as 7e47c04
>
> +
> + # Create tests with mpi command and add them to the test target
> + foreach(_test ${TESTS_PARALLEL})
> + add_test(NAME ${_test}_parallel
> + COMMAND ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} "2" ${_test})
> + add_dependencies(${_test_target} ${_test}_parallel)
> + endforeach(_test ${TESTS_PARALLEL})
> +
Guys, this has to be improved. If you really want to do automatic
parallel testing, then you need to find a way to stop deadlocked
tests. Otherwise sooner or later your servers will not be usable
anymore.
Markus
--
Join us at the DUNE User Meeting Sept. 28-29, 2015, Heidelberg, Germany
http://users.dune-project.org/projects/dune-user-meeting-2015/wiki
Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de
Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany
Tel.: +49 (0) 160 97590858
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://lists.dune-project.org/pipermail/dune-devel/attachments/20151102/5778f820/attachment.sig>
More information about the Dune-devel
mailing list