[dune-pdelab] ALUGrid and PQDGLocalFiniteElementMap

Christian Kaltenecker christian_kalt at yahoo.de
Thu Jun 9 19:10:23 CEST 2016


Hey Dune,

Thank you for all the replies. The problem with
PQDGLocalFiniteElementMap was fixed by using a 2D grid :-) Thank you.
Only the ALUGrid problem remains...

I have cleaned the cache and attached the output of the command:
sudo dune-common/bin/dunecontrol  --only=dune-spl configure
"--with-ug=/home/dune/Libs/ug --with-alugrid=/home/dune/Libs/ALUGrid
--with-superlu=/home/dune/Libs/SuperLU_4.3
--with-superlu-lib=libsuperlu_4.3.a".

Furthermore, some information about the installed compilers:
G++ and GCC
Version: 4:4.8.2-1ubuntu6

Regards,
Christian Kaltenecker

Am 08.06.2016 um 11:15 schrieb Andreas Nüßing:
>
> Hi Christian,
>
> I did not compile the module, but from the lines below I extract that
> you are using a Dune::OneDGrid (i.e. dimension 1) with a 2d first
> order QkDG local basis (check the order of the template parameters),
> which is why the parameters of "evaluateFunction" are not convertible.
>
> Best,
>     Andreas
>
> /home/dune/Dune/dune-pdelab/dune/pdelab/newton/newton.hh:239:11:  
> required from 'void Dune::PDELab::NewtonSolver<GOS, S, TrlV,
> TstV>::apply() [with GOS =
> Dune::PDELab::GridOperator<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const
> Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >,
> Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>,
> Dune::PDELab::ConformingDirichletConstraints,
> Dune::PDELab::istl::VectorBackend<> >,
> Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const
> Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >,
> Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>,
> Dune::PDELab::ConformingDirichletConstraints,
> Dune::PDELab::istl::VectorBackend<> >,
> Dune::PDELab::ConvectionDiffusionDG<Dune::SPL::ProblemA<Dune::GridView<Dune::DefaultLeafGridViewTraits<const
> Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >, double>,
> Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2> >,
> Dune::PDELab::ISTLMatrixBackend, double, double, double,
> Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long
> unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int,
> 1ul>, double>,
> Dune::PDELab::ConstraintsTransformation<Dune::PDELab::DOFIndex<long
> unsigned int, 1ul, 2ul>, Dune::PDELab::MultiIndex<long unsigned int,
> 1ul>, double> >; S = Dune::PDELab::ISTLBackend_SEQ_BCGS_Jac; TrlV =
> Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const
> Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >,
> Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>,
> Dune::PDELab::ConformingDirichletConstraints,
> Dune::PDELab::istl::VectorBackend<> >,
> Dune::BlockVector<Dune::FieldVector<double, 1>,
> std::allocator<Dune::FieldVector<double, 1> > > >; TstV =
> Dune::PDELab::istl::BlockVector<Dune::PDELab::GridFunctionSpace<Dune::GridView<Dune::DefaultLeafGridViewTraits<const
> Dune::OneDGrid, (Dune::PartitionIteratorType)4u> >,
> Dune::PDELab::QkDGLocalFiniteElementMap<double, double, 1, 2>,
> Dune::PDELab::ConformingDirichletConstraints,
> Dune::PDELab::istl::VectorBackend<> >,
> Dune::BlockVector<Dune::FieldVector<double, 1>,
> std::allocator<Dune::FieldVector<double, 1> > > >]'
> /home/dune/Dune/dune-spl/src/diffusion.cc:193:15:   required from here
> /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:939:102:
> error: no matching function for call to
> 'Dune::PDELab::LocalBasisCache<Dune::QkStuff::QkLocalBasis<double,
> double, 1, 2> >::evaluateFunction(const Vector&, const
> LocalBasisType&) const'
>              auto& phi =
> cache[order].evaluateFunction(ip.position(),lfsv.finiteElement().localBasis());
>                                                                                                      
> ^
> /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:939:102:
> note: candidate is:
> In file included from
> /home/dune/Dune/dune-pdelab/dune/pdelab/localoperator/convectiondiffusiondg.hh:17:0,
>                  from /home/dune/Dune/dune-spl/src/diffusion.cc:53:
> /home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7:
> note: const std::vector<typename LB::Traits::RangeType>&
> Dune::PDELab::LocalBasisCache<LocalBasisType>::evaluateFunction(const
> DomainType&, const LocalBasisType&) const [with LocalBasisType =
> Dune::QkStuff::QkLocalBasis<double, double, 1, 2>; typename
> LB::Traits::RangeType = Dune::FieldVector<double, 1>;
> Dune::PDELab::LocalBasisCache<LocalBasisType>::DomainType =
> Dune::FieldVector<double, 2>]
>        evaluateFunction (const DomainType& position, const
> LocalBasisType& localbasis) const
>        ^
> /home/dune/Dune/dune-pdelab/dune/pdelab/finiteelement/localbasiscache.hh:47:7:
> note:   no known conversion for argument 1 from 'const Vector {aka
> const Dune::FieldVector<double, 1>}' to 'const DomainType& {aka const
> Dune::FieldVector<double, 2>&}'
>
>
> On 08.06.2016 09:38, Christian Kaltenecker wrote:
>> Hello Dune,
>>
>> I am currently working with Alexander Grebhahn from the university of
>> Passau on creating an automatic analysis program to find several
>> variation points within a Dune application.
>>
>> For the evaluation part, I want to generate several variants of the
>> diffusion-convection simulation by also using dune-testtools.
>> Above others, I am using ALUGrid (both dune-alugrid and the external
>> ALUGrid(v1.52) library), UGGrid(v3.11) and SuperLU(v4.3).
>> I have successfully compiled and linked those libraries.
>> Furthermore, I have checked out the "releases/2.4" branches of every
>> Dune module in order to have all Dune modules in the same version
>> (every module except my module compiles without errors).
>> Moreover, the whole Dune framework is running in a docker container.
>>
>> I am executing dunecontrol with the following commands:
>> sudo dune-common/bin/dunecontrol configure "--with-ug=/home/dune/Libs/ug
>> --with-alugrid=/home/dune/Libs/ALUGrid
>> --with-superlu=/home/dune/Libs/SuperLU_4.3
>> --with-superlu-lib=libsuperlu_4.3.a"
>> sudo dune-common/bin/dunecontrol make all
>>
>> The errors (as well as the output of configure) are included in the
>> attachment.
>>
>> If you want to try it on your own, I have also included my Dune module
>> (dune-spl).
>> Note that I have commented out the variability that is not working in
>> the meta ini file, diffusion.mini. Also note, that you need dune-testtools.
>>
>> What could I do to fix the problems that occurr in the log-files? Do I have to add some additional configuration parameters? I am writing to this mailing list because the errors are thrown in the dune-pdelab module.
>>
>> Thanks in advance!
>>
>> Regards,
>> Christian Kaltenecker
>>
>>
>>
>> _______________________________________________
>> dune-pdelab mailing list
>> dune-pdelab at dune-project.org
>> http://lists.dune-project.org/mailman/listinfo/dune-pdelab
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.dune-project.org/pipermail/dune-pdelab/attachments/20160609/4428332c/attachment.htm>
-------------- next part --------------
--- going to build dune-common dune-python dune-geometry dune-grid dune-alugrid dune-testtools dune-spgrid dune-istl dune-localfunctions dune-typetree dune-pdelab dune-fem dune-spl  ---
--- calling configure for dune-common ---
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE  "/home/dune/Dune/dune-common"
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:17 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create buildsystem.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/buildsystem/CMakeLists.txt:1 (dune_add_latex_document)


CMake Warning at cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create cmakefaq.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/buildsystem/CMakeLists.txt:4 (dune_add_latex_document)


CMake Warning at cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create communication.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/comm/CMakeLists.txt:8 (dune_add_latex_document)


-- Not adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * BLAS
 * LAPACK
 * GMP
 * Inkscape
 * MPI
 * Threads

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-common/build-cmake
--- dune-common done ---
--- calling configure for dune-python ---
/home/dune/Dune/dune-python/lib/dunepythonam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake"  "/home/dune/Dune/dune-python"
-- Dependencies for dune-python: dune-common
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:19 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-python from file /home/dune/Dune/dune-python/cmake/modules/DunePythonMacros.cmake.
-- Found Python3Interp: /usr/bin/python3  
-- Found Python2Interp: /usr/bin/python2  
-- Found Sphinx: /usr/local/bin/sphinx-build  
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env-2
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env-3
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-python/build-cmake/dune-env
Checking for presence of package pip with interpreter /usr/bin/python2... found!
Checking for presence of package pip with interpreter /usr/bin/python3... not found!
Checking for presence of package pip with interpreter /usr/bin/python2... found!
Checking for presence of package pip with interpreter /usr/bin/python3... not found!
Obtaining file:///home/dune/Dune/dune-python/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from dune.common==2.4)
Installing collected packages: dune.common
  Running setup.py develop for dune.common
Successfully installed dune.common-2.4
Obtaining file:///home/dune/Dune/dune-python/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from dune.common==2.4)
Installing collected packages: dune.common
  Running setup.py develop for dune.common
Successfully installed dune.common-2.4
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * Python3Interp
 * Python2Interp
 * Sphinx

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-python/build-cmake
--- dune-python done ---
--- calling configure for dune-geometry ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake"  "/home/dune/Dune/dune-geometry"
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:21 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create refinement.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/refinement/CMakeLists.txt:9 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-geometry/build-cmake
--- dune-geometry done ---
--- calling configure for dune-grid ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug  "/home/dune/Dune/dune-grid"
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:22 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for metis.h
-- Looking for metis.h - not found
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Looking for parmetis.h
-- Looking for parmetis.h - not found
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- checking for module 'alugrid'
--   found alugrid, version 1.52
-- Looking for malloc in alugrid
-- Looking for malloc in alugrid - found
-- Looking for C++ include stlheaders.h
-- Looking for C++ include stlheaders.h - found
-- Performing Test ALUGRID_PARALLEL_FOUND
-- Performing Test ALUGRID_PARALLEL_FOUND - Failed
-- Found ALUGrid: 1.52  
CMake Warning at cmake/modules/UseUG.cmake:20 (message):
  Could not find file ug-config.cmake relative to given UG_ROOT
Call Stack (most recent call first):
  cmake/modules/DuneGridMacros.cmake:16 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:22 (dune_project)


-- Found UG: /usr/local/lib/cmake/ug  
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-grid/build-cmake
--- dune-grid done ---
--- calling configure for dune-alugrid ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake"  "/home/dune/Dune/dune-alugrid"
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:33 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for metis.h
-- Looking for metis.h - not found
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Looking for parmetis.h
-- Looking for parmetis.h - not found
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- checking for module 'alugrid'
--   found alugrid, version 1.52
-- Looking for malloc in alugrid
-- Looking for malloc in alugrid - found
-- Looking for C++ include stlheaders.h
-- Looking for C++ include stlheaders.h - found
-- Performing Test ALUGRID_PARALLEL_FOUND
-- Performing Test ALUGRID_PARALLEL_FOUND - Failed
-- Found ALUGrid: 1.52  
CMake Warning at /home/dune/Dune/dune-grid/cmake/modules/UseUG.cmake:20 (message):
  Could not find file ug-config.cmake relative to given UG_ROOT
Call Stack (most recent call first):
  /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake:16 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:33 (dune_project)


-- Found UG: /usr/local/lib/cmake/ug  
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Looking for include file sion.h
-- Looking for include file sion.h - not found
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES - Failed
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * BLAS
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * Threads

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-grid
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * SIONlib
 * DLMalloc
 * PTScotch
 * ZOLTAN

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-alugrid/build-cmake
--- dune-alugrid done ---
--- calling configure for dune-testtools ---
/home/dune/Dune/dune-python/lib/dunepythonam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-testtools/lib/dunetesttoolsam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-python_DIR=/home/dune/Dune/dune-python/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake"  "/home/dune/Dune/dune-testtools"
-- Dependencies for dune-testtools: dune-common;dune-python
-- Suggestions for dune-testtools: dune-grid;dune-alugrid
-- Dependencies for dune-python: dune-common
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:19 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for metis.h
-- Looking for metis.h - not found
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Looking for parmetis.h
-- Looking for parmetis.h - not found
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- checking for module 'alugrid'
--   found alugrid, version 1.52
-- Looking for malloc in alugrid
-- Looking for malloc in alugrid - found
-- Looking for C++ include stlheaders.h
-- Looking for C++ include stlheaders.h - found
-- Performing Test ALUGRID_PARALLEL_FOUND
-- Performing Test ALUGRID_PARALLEL_FOUND - Failed
-- Found ALUGrid: 1.52  
CMake Warning at /home/dune/Dune/dune-grid/cmake/modules/UseUG.cmake:20 (message):
  Could not find file ug-config.cmake relative to given UG_ROOT
Call Stack (most recent call first):
  /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake:16 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


-- Found UG: /usr/local/lib/cmake/ug  
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Looking for include file sion.h
-- Looking for include file sion.h - not found
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES - Failed
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-python from file /home/dune/Dune/dune-python/cmake/modules/DunePythonMacros.cmake.
-- Found Python3Interp: /usr/bin/python3  
-- Found Python2Interp: /usr/bin/python2  
-- Found Sphinx: /usr/local/bin/sphinx-build  
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env-2
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env-3
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-testtools/build-cmake/dune-env
-- Setting dune-python_INCLUDE_DIRS=/home/dune/Dune/dune-python
-- Performing tests specific to dune-testtools from file /home/dune/Dune/dune-testtools/cmake/modules/DuneTesttoolsMacros.cmake.
Checking for presence of package pip with interpreter /usr/bin/python2... found!
Checking for presence of package pip with interpreter /usr/bin/python3... not found!
Obtaining file:///home/dune/Dune/dune-testtools/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from dune.testtools==2.4)
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/lib/python2.7/dist-packages (from dune.testtools==2.4)
Installing collected packages: dune.testtools
  Running setup.py develop for dune.testtools
Successfully installed dune.testtools-2.4
Obtaining file:///home/dune/Dune/dune-testtools/python
Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.6 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from dune.testtools==2.4)
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from dune.testtools==2.4)
Installing collected packages: dune.testtools
  Running setup.py develop for dune.testtools
Successfully installed dune.testtools-2.4
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in /home/dune/Dune/dune-python/build-cmake/python3-env/lib/python3.4/site-packages (from pytest)
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest)
Requirement already satisfied (use --upgrade to upgrade): pytest in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): pytest-pep8 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest)
Requirement already satisfied (use --upgrade to upgrade): pytest-cache in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest-pep8)
Requirement already satisfied (use --upgrade to upgrade): pep8>=1.3 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest-pep8)
Requirement already satisfied (use --upgrade to upgrade): execnet>=1.1.dev1 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from pytest-cache->pytest-pep8)
Requirement already satisfied (use --upgrade to upgrade): apipkg>=1.4 in /home/dune/Dune/dune-python/build-cmake/python2-env/lib/python2.7/site-packages (from execnet>=1.1.dev1->pytest-cache->pytest-pep8)
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-python/cmake/modules/DuneSphinxCMakeDoc.cmake:62 (message):
  Unparsed arguments in dune_cmake_sphinx_doc: This often indicates typos!
Call Stack (most recent call first):
  doc/sphinx/CMakeLists.txt:1 (dune_cmake_sphinx_doc)


CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create technical.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:5 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * dune-grid
 * dune-alugrid
 * dune-geometry
 * Doxygen
 * PkgConfig
 * BLAS
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * Threads
 * Python3Interp
 * Python2Interp
 * Sphinx

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-python

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * SIONlib
 * DLMalloc
 * PTScotch
 * ZOLTAN

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-testtools/build-cmake
--- dune-testtools done ---
--- calling configure for dune-spgrid ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spgrid/lib/dunespgridam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake"  "/home/dune/Dune/dune-spgrid"
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:8 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for metis.h
-- Looking for metis.h - not found
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Looking for parmetis.h
-- Looking for parmetis.h - not found
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- checking for module 'alugrid'
--   found alugrid, version 1.52
-- Looking for malloc in alugrid
-- Looking for malloc in alugrid - found
-- Looking for C++ include stlheaders.h
-- Looking for C++ include stlheaders.h - found
-- Performing Test ALUGRID_PARALLEL_FOUND
-- Performing Test ALUGRID_PARALLEL_FOUND - Failed
-- Found ALUGrid: 1.52  
CMake Warning at /home/dune/Dune/dune-grid/cmake/modules/UseUG.cmake:20 (message):
  Could not find file ug-config.cmake relative to given UG_ROOT
Call Stack (most recent call first):
  /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake:16 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:8 (dune_project)


-- Found UG: /usr/local/lib/cmake/ug  
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-spgrid from file /home/dune/Dune/dune-spgrid/cmake/modules/DuneSpgridMacros.cmake.
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-grid
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * METIS
 * ParMETIS
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-spgrid/build-cmake
--- dune-spgrid done ---
--- calling configure for dune-istl ---
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3  "/home/dune/Dune/dune-istl"
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:24 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Performing Test HAVE_BOOST_FUSION
-- Performing Test HAVE_BOOST_FUSION - Success
-- Boost::FUSION is available
-- Looking for metis.h
-- Looking for metis.h - not found
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Looking for parmetis.h
-- Looking for parmetis.h - not found
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Performing Test HAVE_MEM_USAGE_T_EXPANSIONS
-- Performing Test HAVE_MEM_USAGE_T_EXPANSIONS - Failed
-- Performing Test SUPERLU_MIN_VERSION_4_3
-- Performing Test SUPERLU_MIN_VERSION_4_3 - Success
-- Found SuperLU: /home/dune/Libs/SuperLU_4.3/SRC  
-- Found SuiteSparse: TRUE  found components:  UMFPACK 
-- Found UMFPack: /usr/include/suitesparse  
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create istl.pdf as LaTeX is not usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:3 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * Boost
 * SuperLU
 * SuiteSparse
 * UMFPack
 * MPI
 * Threads

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * BoostFusion
 * METIS
 * ParMETIS

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-istl/build-cmake
--- dune-istl done ---
--- calling configure for dune-localfunctions ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake"  "/home/dune/Dune/dune-localfunctions"
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:23 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:91 (message):
  Not adding rule to create dune-localfunctions-manual.pdf as LaTeX is not
  usable!
Call Stack (most recent call first):
  doc/CMakeLists.txt:3 (dune_add_latex_document)


-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-localfunctions/build-cmake
--- dune-localfunctions done ---
--- calling configure for dune-typetree ---
/home/dune/Dune/dune-typetree/lib/dunetypetreeam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake"  "/home/dune/Dune/dune-typetree"
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:22 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-typetree from file /home/dune/Dune/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Performing Test HAVE_TEMPLATE_ALIASES
-- Performing Test HAVE_TEMPLATE_ALIASES - Success
-- Found CXXTemplateAliases: 1  
-- Performing Test HAVE_STD_DECLTYPE
-- Performing Test HAVE_STD_DECLTYPE - Success
-- Found CXXDecltype: 1  
-- Performing Test HAVE_GCC___TYPEOF__
-- Performing Test HAVE_GCC___TYPEOF__ - Success
-- Found GCCTypeof: 1  
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * MPI
 * Doxygen
 * PkgConfig
 * BLAS
 * Threads
 * LAPACK
 * GMP
 * Inkscape
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof

-- The following REQUIRED packages have been found:

 * dune-common

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-typetree/build-cmake
--- dune-typetree done ---
--- calling configure for dune-pdelab ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-typetree/lib/dunetypetreeam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-pdelab/lib/dunepdelabam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-localfunctions_DIR=/home/dune/Dune/dune-localfunctions/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3 "-Ddune-istl_DIR=/home/dune/Dune/dune-istl/build-cmake" "-Ddune-typetree_DIR=/home/dune/Dune/dune-typetree/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake"  "/home/dune/Dune/dune-pdelab"
-- Dependencies for dune-pdelab: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1);dune-grid (>= 2.4.1);dune-localfunctions (>= 2.4.1);dune-istl (>= 2.4.1);dune-typetree (>= 2.4.1)
-- Suggestions for dune-pdelab: dune-alugrid
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:23 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for metis.h
-- Looking for metis.h - not found
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Looking for parmetis.h
-- Looking for parmetis.h - not found
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- checking for module 'alugrid'
--   found alugrid, version 1.52
-- Looking for malloc in alugrid
-- Looking for malloc in alugrid - found
-- Looking for C++ include stlheaders.h
-- Looking for C++ include stlheaders.h - found
-- Performing Test ALUGRID_PARALLEL_FOUND
-- Performing Test ALUGRID_PARALLEL_FOUND - Failed
-- Found ALUGrid: 1.52  
CMake Warning at /home/dune/Dune/dune-grid/cmake/modules/UseUG.cmake:20 (message):
  Could not find file ug-config.cmake relative to given UG_ROOT
Call Stack (most recent call first):
  /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake:16 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:23 (dune_project)


-- Found UG: /usr/local/lib/cmake/ug  
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Looking for include file sion.h
-- Looking for include file sion.h - not found
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES - Failed
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-typetree from file /home/dune/Dune/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Performing Test HAVE_TEMPLATE_ALIASES
-- Performing Test HAVE_TEMPLATE_ALIASES - Success
-- Found CXXTemplateAliases: 1  
-- Performing Test HAVE_STD_DECLTYPE
-- Performing Test HAVE_STD_DECLTYPE - Success
-- Found CXXDecltype: 1  
-- Performing Test HAVE_GCC___TYPEOF__
-- Performing Test HAVE_GCC___TYPEOF__ - Success
-- Found GCCTypeof: 1  
-- Setting dune-typetree_INCLUDE_DIRS=/home/dune/Dune/dune-typetree
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Performing Test HAVE_BOOST_FUSION
-- Performing Test HAVE_BOOST_FUSION - Success
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Performing Test HAVE_MEM_USAGE_T_EXPANSIONS
-- Performing Test HAVE_MEM_USAGE_T_EXPANSIONS - Failed
-- Performing Test SUPERLU_MIN_VERSION_4_3
-- Performing Test SUPERLU_MIN_VERSION_4_3 - Success
-- Found SuperLU: /home/dune/Libs/SuperLU_4.3/SRC  
-- Found SuiteSparse: TRUE  found components:  UMFPACK 
-- Found UMFPack: /usr/include/suitesparse  
-- Setting dune-istl_INCLUDE_DIRS=/home/dune/Dune/dune-istl
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Setting dune-localfunctions_INCLUDE_DIRS=/home/dune/Dune/dune-localfunctions
-- Performing tests specific to dune-pdelab from file /home/dune/Dune/dune-pdelab/cmake/modules/DunePdelabMacros.cmake.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0") 
CMake Warning at cmake/modules/DunePdelabMacros.cmake:37 (message):
  You are using a sequential UG in a parallel PDELab environment!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:23 (dune_project)


-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * dune-alugrid
 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof
 * Boost
 * SuperLU
 * Threads
 * SuiteSparse
 * UMFPack
 * Eigen3

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-geometry
 * dune-grid
 * dune-localfunctions
 * dune-istl
 * dune-typetree

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * SIONlib
 * DLMalloc
 * PTScotch
 * ZOLTAN
 * BoostFusion
 * METIS
 * ParMETIS
 * PETSc

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-pdelab/build-cmake
--- dune-pdelab done ---
--- calling configure for dune-fem ---
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spgrid/lib/dunespgridam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3 "-Ddune-istl_DIR=/home/dune/Dune/dune-istl/build-cmake" "-Ddune-localfunctions_DIR=/home/dune/Dune/dune-localfunctions/build-cmake" "-Ddune-spgrid_DIR=/home/dune/Dune/dune-spgrid/build-cmake"  "/home/dune/Dune/dune-fem"
-- Dependencies for dune-fem: dune-grid (>= 2.4)
-- Suggestions for dune-fem: dune-alugrid (>= 2.4);dune-istl (>= 2.4);dune-localfunctions (>= 2.4);dune-spgrid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:24 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for metis.h
-- Looking for metis.h - not found
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Looking for parmetis.h
-- Looking for parmetis.h - not found
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- checking for module 'alugrid'
--   found alugrid, version 1.52
-- Looking for malloc in alugrid
-- Looking for malloc in alugrid - found
-- Looking for C++ include stlheaders.h
-- Looking for C++ include stlheaders.h - found
-- Performing Test ALUGRID_PARALLEL_FOUND
-- Performing Test ALUGRID_PARALLEL_FOUND - Failed
-- Found ALUGrid: 1.52  
CMake Warning at /home/dune/Dune/dune-grid/cmake/modules/UseUG.cmake:20 (message):
  Could not find file ug-config.cmake relative to given UG_ROOT
Call Stack (most recent call first):
  /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake:16 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:24 (dune_project)


-- Found UG: /usr/local/lib/cmake/ug  
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-spgrid from file /home/dune/Dune/dune-spgrid/cmake/modules/DuneSpgridMacros.cmake.
-- Setting dune-spgrid_INCLUDE_DIRS=/home/dune/Dune/dune-spgrid
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Setting dune-localfunctions_INCLUDE_DIRS=/home/dune/Dune/dune-localfunctions
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Performing Test HAVE_BOOST_FUSION
-- Performing Test HAVE_BOOST_FUSION - Success
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Performing Test HAVE_MEM_USAGE_T_EXPANSIONS
-- Performing Test HAVE_MEM_USAGE_T_EXPANSIONS - Failed
-- Performing Test SUPERLU_MIN_VERSION_4_3
-- Performing Test SUPERLU_MIN_VERSION_4_3 - Success
-- Found SuperLU: /home/dune/Libs/SuperLU_4.3/SRC  
-- Found SuiteSparse: TRUE  found components:  UMFPACK 
-- Found UMFPack: /usr/include/suitesparse  
-- Setting dune-istl_INCLUDE_DIRS=/home/dune/Dune/dune-istl
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Looking for include file sion.h
-- Looking for include file sion.h - not found
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES - Failed
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-fem from file /home/dune/Dune/dune-fem/cmake/modules/DuneFemMacros.cmake.
-- Looking for C++ include endian.h
-- Looking for C++ include endian.h - found
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Looking for include file papi.h
-- Looking for include file papi.h - not found
-- Could NOT find PAPI (missing:  PAPI_INCLUDE_DIR PAPI_LIBRARY PAPI_HEADER_USABLE PAPI_LIB_WORKS) 
-- Updating cmake-modules from Jed Brown into /home/dune/Dune/dune-fem/cmake/modules/petsc/
Already up-to-date.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
-- Looking for xdr_uint64_t
-- Looking for xdr_uint64_t - found
-- Found XDR: /usr/include/rpc  
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * dune-alugrid
 * dune-istl
 * dune-localfunctions
 * dune-spgrid
 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * Boost
 * SuperLU
 * SuiteSparse
 * UMFPack
 * XDR
 * MPI
 * Threads

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-grid
 * dune-geometry

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * BoostFusion
 * METIS
 * ParMETIS
 * ZLIB
 * DLMalloc
 * PTScotch
 * ZOLTAN
 * SIONlib
 * PAPI
 * PETSc

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-fem/build-cmake
--- dune-fem done ---
--- calling configure for dune-spl ---
/home/dune/Dune/dune-python/lib/dunepythonam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-testtools/lib/dunetesttoolsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spgrid/lib/dunespgridam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-typetree/lib/dunetypetreeam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-pdelab/lib/dunepdelabam2cmake.lib for converting options does not exist
/home/dune/Dune/dune-spl/lib/dunesplam2cmake.lib for converting options does not exist
 cmake -DCMAKE_MODULE_PATH=""  -DCMAKE_DISABLE_FIND_PACKAGE_MPI=FALSE "-Ddune-common_DIR=/home/dune/Dune/dune-common/build-cmake" "-Ddune-python_DIR=/home/dune/Dune/dune-python/build-cmake" "-Ddune-geometry_DIR=/home/dune/Dune/dune-geometry/build-cmake" -DALUGRID_ROOT=/home/dune/Libs/ALUGrid -DUG_ROOT=/home/dune/Libs/ug "-Ddune-grid_DIR=/home/dune/Dune/dune-grid/build-cmake" "-Ddune-alugrid_DIR=/home/dune/Dune/dune-alugrid/build-cmake" "-Ddune-testtools_DIR=/home/dune/Dune/dune-testtools/build-cmake" "-Ddune-spgrid_DIR=/home/dune/Dune/dune-spgrid/build-cmake" -DSUPERLU_ROOT=/home/dune/Libs/SuperLU_4.3 "-Ddune-istl_DIR=/home/dune/Dune/dune-istl/build-cmake" "-Ddune-localfunctions_DIR=/home/dune/Dune/dune-localfunctions/build-cmake" "-Ddune-typetree_DIR=/home/dune/Dune/dune-typetree/build-cmake" "-Ddune-pdelab_DIR=/home/dune/Dune/dune-pdelab/build-cmake" "-Ddune-fem_DIR=/home/dune/Dune/dune-fem/build-cmake"  "/home/dune/Dune/dune-spl"
-- Dependencies for dune-spl: dune-common;dune-python;dune-geometry;dune-grid;dune-alugrid;dune-testtools;dune-spgrid;dune-istl;dune-localfunctions;dune-typetree;dune-pdelab;dune-fem
-- Dependencies for dune-python: dune-common
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-testtools: dune-common;dune-python
-- Suggestions for dune-testtools: dune-grid;dune-alugrid
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Dependencies for dune-pdelab: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1);dune-grid (>= 2.4.1);dune-localfunctions (>= 2.4.1);dune-istl (>= 2.4.1);dune-typetree (>= 2.4.1)
-- Suggestions for dune-pdelab: dune-alugrid
-- Dependencies for dune-fem: dune-grid (>= 2.4)
-- Suggestions for dune-fem: dune-alugrid (>= 2.4);dune-istl (>= 2.4);dune-localfunctions (>= 2.4);dune-spgrid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-typetree: dune-common (>= 2.4.1)
-- Dependencies for dune-python: dune-common
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4.1)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4.1)
-- Dependencies for dune-spgrid: dune-grid (>= 2.4)
-- Dependencies for dune-alugrid: dune-grid (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Dependencies for dune-grid: dune-common (>= 2.4.1);dune-geometry (>= 2.4.1)
-- Dependencies for dune-geometry: dune-common (>= 2.4.1)
-- Performing Test cxx_std_flag_14
-- Performing Test cxx_std_flag_14 - Failed
-- Performing Test cxx_std_flag_1y
-- Performing Test cxx_std_flag_1y - Success
-- Performing Test compiler_supports_cxx14
-- Performing Test compiler_supports_cxx14 - Failed
-- Performing Test cxx_std_flag_11
-- Performing Test cxx_std_flag_11 - Success
-- Performing Test compiler_supports_cxx11
-- Performing Test compiler_supports_cxx11 - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Success
-- Performing Test HAVE_NULLPTR_T
-- Performing Test HAVE_NULLPTR_T - Success
-- Performing Test HAS_ATTRIBUTE_UNUSED
-- Performing Test HAS_ATTRIBUTE_UNUSED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED
-- Performing Test HAS_ATTRIBUTE_DEPRECATED - Success
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG
-- Performing Test HAS_ATTRIBUTE_DEPRECATED_MSG - Success
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Success
-- Performing Test HAVE_KEYWORD_FINAL
-- Performing Test HAVE_KEYWORD_FINAL - Success
-- Performing Test HAVE_RANGE_BASED_FOR
-- Performing Test HAVE_RANGE_BASED_FOR - Success
-- Performing Test HAVE_NOEXCEPT_SPECIFIER
-- Performing Test HAVE_NOEXCEPT_SPECIFIER - Success
-- Performing Test HAVE_STD_DECLVAL
-- Performing Test HAVE_STD_DECLVAL - Success
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT
-- Performing Test HAVE_IS_INDEXABLE_SUPPORT - Success
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE  
-- Performing Test STDTHREAD_WORKS
-- Performing Test STDTHREAD_WORKS - Success
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/libmpichcxx.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Found MPI_Fortran: /usr/lib/x86_64-linux-gnu/libmpichf90.so;/usr/lib/x86_64-linux-gnu/libmpich.so;/usr/lib/x86_64-linux-gnu/libopa.so;/usr/lib/x86_64-linux-gnu/libmpl.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/libcr.so;/usr/lib/x86_64-linux-gnu/libpthread.so  
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
CMake Warning at /home/dune/Dune/dune-common/cmake/modules/DuneDoc.cmake:27 (message):
   Need latex to create documentation!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:654 (include)
  CMakeLists.txt:19 (dune_project)


-- Found Doxygen: /usr/bin/doxygen (found version "1.8.6") 
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Performing tests specific to dune-common from file /home/dune/Dune/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran dgemm
-- Looking for Fortran dgemm - found
-- A library with BLAS API found.
-- Looking for Fortran cheev
-- Looking for Fortran cheev - found
-- A library with LAPACK API found.
-- Looking for C++ include gmpxx.h
-- Looking for C++ include gmpxx.h - found
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so
-- Looking for __gmpz_abs in /usr/lib/x86_64-linux-gnu/libgmp.so - found
-- Found GMP: /usr/include  
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Setting dune-common_INCLUDE_DIRS=/home/dune/Dune/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/dune/Dune/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for mkstemp
-- Looking for mkstemp - found
-- Looking for metis.h
-- Looking for metis.h - not found
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Looking for parmetis.h
-- Looking for parmetis.h - not found
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- checking for module 'alugrid'
--   found alugrid, version 1.52
-- Looking for malloc in alugrid
-- Looking for malloc in alugrid - found
-- Looking for C++ include stlheaders.h
-- Looking for C++ include stlheaders.h - found
-- Performing Test ALUGRID_PARALLEL_FOUND
-- Performing Test ALUGRID_PARALLEL_FOUND - Failed
-- Found ALUGrid: 1.52  
CMake Warning at /home/dune/Dune/dune-grid/cmake/modules/UseUG.cmake:20 (message):
  Could not find file ug-config.cmake relative to given UG_ROOT
Call Stack (most recent call first):
  /home/dune/Dune/dune-grid/cmake/modules/DuneGridMacros.cmake:16 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


-- Found UG: /usr/local/lib/cmake/ug  
-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY OPENGL_INCLUDE_DIR) 
-- Could NOT find Grape (missing:  X11_FOUND OPENGL_FOUND GRAPE_INCLUDE_DIR GRAPE_LIBRARY _GRAPE_LIB_FUNCTIONAL _GRAPE_HEADER_USABLE) 
-- checking for one of the modules 'psurface'
-- checking for module 'psurface'
--   package 'psurface' not found
-- Could NOT find psurface (missing:  PSURFACE_INCLUDE_DIR PSURFACE_LIBRARY) 
-- Could NOT find AmiraMesh (missing:  AMIRAMESH_INCLUDE_DIR AMIRAMESH_LIBRARY) 
-- Setting dune-grid_INCLUDE_DIRS=/home/dune/Dune/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/dune/Dune/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing:  ZLIB_LIBRARY ZLIB_INCLUDE_DIR) 
-- Looking for include file sion.h
-- Looking for include file sion.h - not found
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Could NOT find DLMalloc (missing:  DLMALLOC_INCLUDE_DIR DLMALLOC_SOURCE_INCLUDE) 
-- Could NOT find PTScotch (missing:  PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY SCOTCH_LIBRARY PTSCOTCHERR_LIBRARY) 
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES
-- Performing Test DUNE_CV_PTHREAD_TLS_COMPILES - Failed
-- Setting dune-alugrid_INCLUDE_DIRS=/home/dune/Dune/dune-alugrid
-- Setting dune-alugrid_LIBRARIES=dunealugrid
-- Performing tests specific to dune-spgrid from file /home/dune/Dune/dune-spgrid/cmake/modules/DuneSpgridMacros.cmake.
-- Setting dune-spgrid_INCLUDE_DIRS=/home/dune/Dune/dune-spgrid
-- Performing tests specific to dune-localfunctions from file /home/dune/Dune/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Setting dune-localfunctions_INCLUDE_DIRS=/home/dune/Dune/dune-localfunctions
-- Performing tests specific to dune-istl from file /home/dune/Dune/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.54.0
-- Boost version: 1.54.0
-- Checking whether the Boost::FUSION library is available.
-- Performing Test HAVE_BOOST_FUSION
-- Performing Test HAVE_BOOST_FUSION - Success
-- Boost::FUSION is available
-- Could NOT find METIS (missing:  METIS_INCLUDE_DIR METIS_LIBRARY HAVE_METIS_PARTGRAPHKWAY) 
-- Could NOT find ParMETIS (missing:  PARMETIS_INCLUDE_DIR PARMETIS_LIBRARY HAVE_PARMETIS) 
-- Performing Test HAVE_MEM_USAGE_T_EXPANSIONS
-- Performing Test HAVE_MEM_USAGE_T_EXPANSIONS - Failed
-- Performing Test SUPERLU_MIN_VERSION_4_3
-- Performing Test SUPERLU_MIN_VERSION_4_3 - Success
-- Found SuperLU: /home/dune/Libs/SuperLU_4.3/SRC  
-- Found SuiteSparse: TRUE  found components:  UMFPACK 
-- Found UMFPack: /usr/include/suitesparse  
-- Setting dune-istl_INCLUDE_DIRS=/home/dune/Dune/dune-istl
-- Performing tests specific to dune-python from file /home/dune/Dune/dune-python/cmake/modules/DunePythonMacros.cmake.
-- Found Python3Interp: /usr/bin/python3  
-- Found Python2Interp: /usr/bin/python2  
-- Found Sphinx: /usr/local/bin/sphinx-build  
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env-2
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env-3
-- Writing a wrapper script around virtualenv to /home/dune/Dune/dune-spl/build-cmake/dune-env
-- Setting dune-python_INCLUDE_DIRS=/home/dune/Dune/dune-python
-- Performing tests specific to dune-typetree from file /home/dune/Dune/dune-typetree/cmake/modules/DuneTypetreeMacros.cmake.
-- Performing Test HAVE_TEMPLATE_ALIASES
-- Performing Test HAVE_TEMPLATE_ALIASES - Success
-- Found CXXTemplateAliases: 1  
-- Performing Test HAVE_STD_DECLTYPE
-- Performing Test HAVE_STD_DECLTYPE - Success
-- Found CXXDecltype: 1  
-- Performing Test HAVE_GCC___TYPEOF__
-- Performing Test HAVE_GCC___TYPEOF__ - Success
-- Found GCCTypeof: 1  
-- Setting dune-typetree_INCLUDE_DIRS=/home/dune/Dune/dune-typetree
-- Performing tests specific to dune-fem from file /home/dune/Dune/dune-fem/cmake/modules/DuneFemMacros.cmake.
-- Looking for C++ include endian.h
-- Looking for C++ include endian.h - found
-- Could NOT find SIONlib (missing:  SIONLIB_INCLUDE_DIR SIONLIB_LIBRARY SIONLIB_HEADER_USABLE SIONLIB_LIB_WORKS SIONLIB_LIB_SIONSER_WORKS) 
-- Looking for include file papi.h
-- Looking for include file papi.h - not found
-- Could NOT find PAPI (missing:  PAPI_INCLUDE_DIR PAPI_LIBRARY PAPI_HEADER_USABLE PAPI_LIB_WORKS) 
-- Updating cmake-modules from Jed Brown into /home/dune/Dune/dune-fem/cmake/modules/petsc/
Already up-to-date.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
-- Looking for xdr_uint64_t
-- Looking for xdr_uint64_t - found
-- Found XDR: /usr/include/rpc  
-- Setting dune-fem_INCLUDE_DIRS=/home/dune/Dune/dune-fem
-- Setting dune-fem_LIBRARIES=dunefem
-- Performing tests specific to dune-pdelab from file /home/dune/Dune/dune-pdelab/cmake/modules/DunePdelabMacros.cmake.
-- PETSc could not be found.  Be sure to set PETSC_DIR and PETSC_ARCH. (missing:  PETSC_INCLUDES PETSC_LIBRARIES PETSC_EXECUTABLE_RUNS) 
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0") 
CMake Warning at /home/dune/Dune/dune-pdelab/cmake/modules/DunePdelabMacros.cmake:37 (message):
  You are using a sequential UG in a parallel PDELab environment!
Call Stack (most recent call first):
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:522 (include)
  /home/dune/Dune/dune-common/cmake/modules/DuneMacros.cmake:665 (dune_process_dependency_macros)
  CMakeLists.txt:19 (dune_project)


-- Setting dune-pdelab_INCLUDE_DIRS=/home/dune/Dune/dune-pdelab
-- Setting dune-pdelab_LIBRARIES=dunepdelab
-- Performing tests specific to dune-testtools from file /home/dune/Dune/dune-testtools/cmake/modules/DuneTesttoolsMacros.cmake.
-- Setting dune-testtools_INCLUDE_DIRS=/home/dune/Dune/dune-testtools
-- Performing tests specific to dune-spl from file /home/dune/Dune/dune-spl/cmake/modules/DuneSplMacros.cmake.
-- Using scripts from /home/dune/Dune/dune-common/cmake/scripts for creating doxygen stuff.
-- using /home/dune/Dune/dune-common/doc/doxygen/Doxystyle to create doxystyle file
-- Adding custom target for config.h generation
-- 
-- The following OPTIONAL packages have been found:

 * Doxygen
 * PkgConfig
 * LAPACK
 * GMP
 * Inkscape
 * ALUGrid
 * UG (required version >= 3.11.0)
 * MPI
 * Boost
 * SuperLU
 * Threads
 * SuiteSparse
 * UMFPack
 * Python3Interp
 * Python2Interp
 * Sphinx
 * CXXTemplateAliases
 * CXXDecltype
 * GCCTypeof
 * XDR
 * Eigen3

-- The following REQUIRED packages have been found:

 * dune-common
 * dune-python
 * dune-geometry
 * dune-grid
 * dune-alugrid
 * dune-testtools
 * dune-spgrid
 * dune-istl
 * dune-localfunctions
 * dune-typetree
 * dune-pdelab
 * dune-fem

-- The following features have been disabled:

 * Experimental grid extensions , Enables additional grid features.

-- The following OPTIONAL packages have not been found:

 * ThreadsCMake31
 * LATEX
 * Alberta
 * X11
 * OpenGL
 * Grape
 * Psurface
 * AmiraMesh
 * ZLIB
 * DLMalloc
 * PTScotch
 * ZOLTAN
 * BoostFusion
 * METIS
 * ParMETIS
 * SIONlib
 * PAPI
 * PETSc

-- Configuring done
-- Generating done
-- Build files have been written to: /home/dune/Dune/dune-spl/build-cmake
--- dune-spl done ---
--- done ---


More information about the dune-pdelab mailing list