]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Disable distributed_grids if not using p4est.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Oct 2010 03:47:24 +0000 (03:47 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 24 Oct 2010 03:47:24 +0000 (03:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@22443 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile

index 2da98dc54d5bbcebe51482d9af78ca83cea5489a..1a2482c9bfb5b659cde9a6bbe5657f85182614a3 100644 (file)
@@ -14,11 +14,11 @@ nofail-dirs = a-framework       \
               multigrid         \
               bits              \
               hp                \
-             distributed_grids \
-             mpi               \
               aniso     \
               codim_one \
               serialization \
+             mpi               \
+             $(shell if test "$(USE_CONTRIB_P4EST)" = yes ; then echo distributed_grids ; fi) \
              $(shell if test "$(USE_CONTRIB_PETSC)" = yes ; then echo petsc ; fi) \
              $(shell if test "$(USE_CONTRIB_TRILINOS)" = yes ; then echo trilinos ; fi) \
              $(shell if test "$(USE_CONTRIB_UMFPACK)" = yes ; then echo umfpack ; fi) \

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.