diff --git a/test/multidomain/README b/test/multidomain/README index 798ac91a36d44e4895ca4ba297ceef829b19b42c..ce3751e8065a98ba7b8f812b4fcdb6f870fe380a 100755 --- a/test/multidomain/README +++ b/test/multidomain/README @@ -5,14 +5,9 @@ Dune-MultidomainGrid and Dune-Multidomain, we have compatibility issues with the release version of the Dune Core Modules. You have to use specific revisions of these, as listed below. -dune-common Git commit 6fb2492cca04e07ad43074a29667b633b4fa0680 -dune-geometry Git commit cda1d514d79f13e70de2d55fdf6906864c2fdcdd -dune-grid Git commit cfec4c46bd59219337660ed833fe38cd2acbd364 -dune-istl Git commit b2c9640a4873ca905caf8e29ebc348a817801e9b -dune-localfunctions Git commit d7776478e0e56beceebc48ddfca068b1c115dff3 - -dune-PDELab Git commit 1de21a0859e10914ba5c3b70f67c5517573ac70e -dune-multidomaingrid Git commit 30ff14d6b49c8adabf9e5cec67f20fcb3270a77e +Dune core modules: release 2.3 +Dune-PDELab release 1.1 +dune-multidomaingrid: release branch 2.3 dune-multidomain Git commit deac3cecfc6697c1f5316d55c0fadd74f51d92bc Then you have to patch PDELab with the patch from patches/pdelab-1.1.0.patch . @@ -24,7 +19,7 @@ You need Boost fusion for dune-multidomaingrid. There are compiler restrictions: - GCC 4.6 works. - GCC 4.7 produces segmentation faults. -- GCC 4.8 works only with unoptimized builds (-O0). +- GCC 4.8 and 4.9 works only with unoptimized builds (-O0). - Clang is not supported. - Intel ICC is not tested. diff --git a/test/multidomain/installRequiredModules.sh b/test/multidomain/installRequiredModules.sh index b163002dcfa6fb085f5185ddbeede1549ba73f45..d4020e9664cd0e6e2e122cbf54d62c27313037c7 100755 --- a/test/multidomain/installRequiredModules.sh +++ b/test/multidomain/installRequiredModules.sh @@ -5,27 +5,27 @@ # download Dune core modules git clone http://git.dune-project.org/repositories/dune-common cd dune-common -git checkout 6fb2492cca04e07ad43074a29667b633b4fa0680 +git checkout releases/2.3 cd .. git clone http://git.dune-project.org/repositories/dune-geometry cd dune-geometry -git checkout cda1d514d79f13e70de2d55fdf6906864c2fdcdd +git checkout releases/2.3 cd .. git clone http://git.dune-project.org/repositories/dune-grid cd dune-grid -git checkout cfec4c46bd59219337660ed833fe38cd2acbd364 +git checkout releases/2.3 cd .. git clone http://git.dune-project.org/repositories/dune-istl cd dune-istl -git checkout b2c9640a4873ca905caf8e29ebc348a817801e9b +git checkout releases/2.3 cd .. git clone http://git.dune-project.org/repositories/dune-localfunctions cd dune-localfunctions -git checkout d7776478e0e56beceebc48ddfca068b1c115dff3 +git checkout releases/2.3 cd .. # download dune-PDELab @@ -35,19 +35,19 @@ git checkout releases/1.1 cd .. # download dune-multidomaingrid -git clone https://users.dune-project.org/repositories/projects/dune-multidomaingrid.git +git clone git://github.com/smuething/dune-multidomaingrid.git cd dune-multidomaingrid -git checkout 30ff14d6b49c8adabf9e5cec67f20fcb3270a77e +git checkout releases/2.3 cd .. # download dune-multidomain -git clone https://users.dune-project.org/repositories/projects/dune-multidomain.git +git clone git://github.com/smuething/dune-multidomain.git cd dune-multidomain git checkout deac3cecfc6697c1f5316d55c0fadd74f51d92bc cd .. # download DuMuX -svn co svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/release-2.5 dumux +svn co svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk dumux # apply patches to PDELab cd dune-pdelab