[Dune] dunecontrol crash
Aleksejs Fomins
aleksejs.fomins at lspr.ch
Mon May 11 13:59:25 CEST 2015
sorry, forgot the log file
On 11/05/15 13:58, Aleksejs Fomins wrote:
> Dear All,
>
> I wrote a little CMake script to locate SuperLUDist, so I tried to compile my project with it.
> So, the only things that were changed was the .opts file and the extra CMake routines.
>
> The compilation went well for all libraries, except our code Hades3d, which crashed
> ./dune-common/bin/dunecontrol: line 723: 84478 Segmentation fault
>
> Could somebody suggest what such crash could be caused by?
>
> Regards,
> Aleksejs
>
>
>
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
>
-------------- next part --------------
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
--- going to build dune-common dune-istl dune-geometry dune-localfunctions dune-curvilineargeometry dune-grid dune-curvilineargrid dune-alugrid hades dune-grid-howto ---
--- calling all for dune-common ---
--- calling vcsetup for dune-common ---
--- calling autogen for dune-common ---
Skipping dune-autogen because of CMake
--- calling configure for dune-common ---
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/dune-common"
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90 -- yes
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - 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 - found
-- 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: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_CXX: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_cxx.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_Fortran: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_usempi.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_mpifh.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- I could not find the latex2html command.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Performing tests specific to dune-common from file /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - 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 - not found
-- Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS)
-- Looking for sys/mman.h
-- Looking for sys/mman.h - found
-- Performing Test HAVE_MPROTECT
-- Performing Test HAVE_MPROTECT - Success
-- Using scripts from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/scripts for creating doxygen stuff.
-- Not adding custom target for config.h generation
--
-- The following OPTIONAL packages have been found:
* PkgConfig
* BLAS
* LAPACK
* Inkscape
* MPI
* Threads
-- The following OPTIONAL packages have not been found:
* ThreadsCMake31
* LATEX
* UnixCommands
* Doxygen
* GMP
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXXFLAGS
DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
HADES_FLAGS
METIS_ROOT
PARMETIS_ROOT
SUPERLUDIST_ROOT
-- Build files have been written to: /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake
--- calling make for dune-common ---
build directory: build-cmake
cmake --build . --
Scanning dependencies of target dunecommon
[ 8%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/debugallocator.cc.o
[ 16%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/dynmatrixev.cc.o
[ 25%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/exceptions.cc.o
[ 25%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/fmatrixev.cc.o
[ 33%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/ios_state.cc.o
[ 41%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/parametertree.cc.o
[ 50%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/parametertreeparser.cc.o
[ 58%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/path.cc.o
[ 66%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/stdstreams.cc.o
[ 75%] Building CXX object dune/common/CMakeFiles/dunecommon.dir/stdthread.cc.o
Linking CXX static library ../../lib/libdunecommon.a
[ 75%] Built target dunecommon
Scanning dependencies of target indexset
[ 75%] Building CXX object doc/comm/CMakeFiles/indexset.dir/indexset.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/indexset.cc:7:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:7:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:9,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/indexset.cc:7:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/indexset.cc:7:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:7:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:9,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/indexset.cc:7:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::ParallelLocalIndex<T> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:294:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[3] = {MPI_LB, MPITraits<char>::getType(), MPI_UB};
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:294:68: note: in expansion of macro ‘MPI_UB’
MPI_Datatype types[3] = {MPI_LB, MPITraits<char>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/indexset.cc:7:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:297:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:298:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].attribute_), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:299:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+2); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:302:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(3, length, disp, types, &type);
^
Linking CXX executable indexset
[ 75%] Built target indexset
Scanning dependencies of target poosc08
[ 83%] Building CXX object doc/comm/CMakeFiles/poosc08.dir/poosc08.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/poosc08.cc:8:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/poosc08.cc:8:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/poosc08.cc:8:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/poosc08.cc:8:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::ParallelLocalIndex<T> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:294:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[3] = {MPI_LB, MPITraits<char>::getType(), MPI_UB};
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:294:68: note: in expansion of macro ‘MPI_UB’
MPI_Datatype types[3] = {MPI_LB, MPITraits<char>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/doc/comm/poosc08.cc:10:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:297:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:298:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].attribute_), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:299:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+2); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:302:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(3, length, disp, types, &type);
^
Linking CXX executable poosc08
[ 83%] Built target poosc08
[ 91%] Generating poosc08_test.cc
Scanning dependencies of target poosc08_test
[100%] Building CXX object doc/comm/CMakeFiles/poosc08_test.dir/poosc08_test.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:8:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:8:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:8:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:8:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::ParallelLocalIndex<T> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:294:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[3] = {MPI_LB, MPITraits<char>::getType(), MPI_UB};
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:294:68: note: in expansion of macro ‘MPI_UB’
MPI_Datatype types[3] = {MPI_LB, MPITraits<char>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:7:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:10:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:297:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:298:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].attribute_), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:299:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+2); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:302:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(3, length, disp, types, &type);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:8:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::IndexPair<TG, Dune::ParallelLocalIndex<TA> > >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:890:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<TG>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:891:79: note: in expansion of macro ‘MPI_UB’
MPITraits<ParallelLocalIndex<TA> >::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:10:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:894:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:895:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].global_), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:896:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].local_), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:897:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:900:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:11:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/communicator.hh: In member function ‘void Dune::DatatypeCommunicator<T>::MPIDatatypeInformation<V>::add(int, int)’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/communicator.hh:422:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address( const_cast<void*>(CommPolicy<V>::getAddress(data_, local)),
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:11:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/communicator.hh: In member function ‘void Dune::DatatypeCommunicator<T>::createDataTypes(const T1&, const T2&, V&)’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/communicator.hh:1009:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(const_cast<void *>(CommPolicy<V>::getAddress(data, 0)), &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/communicator.hh:1017:7: warning: ‘int MPI_Type_hindexed(int, int*, MPI_Aint*, MPI_Datatype, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1769): MPI_Type_hindexed is superseded by MPI_Type_create_hindexed in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_hindexed(info.elements, info.length, info.displ,
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:10:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh: In instantiation of ‘static ompi_datatype_t* Dune::MPITraits<Dune::IndexPair<TG, Dune::ParallelLocalIndex<TA> > >::getType() [with TG = int; TA = Flags; MPI_Datatype = ompi_datatype_t*]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:1171:54: required from ‘void Dune::RemoteIndices<T, A>::buildRemote(bool) [with bool ignorePublic = true; T = Dune::ParallelIndexSet<int, Dune::ParallelLocalIndex<Flags> >; A = std::allocator<Dune::RemoteIndex<int, Flags> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:1455:18: required from ‘void Dune::RemoteIndices<T, A>::rebuild() [with bool ignorePublic = true; T = Dune::ParallelIndexSet<int, Dune::ParallelLocalIndex<Flags> >; A = std::allocator<Dune::RemoteIndex<int, Flags> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:89:26: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:894:28: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:895:44: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].global_), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:896:43: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].local_), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:897:32: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:900:52: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:7:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:10:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh: In instantiation of ‘static ompi_datatype_t* Dune::MPITraits<Dune::ParallelLocalIndex<T> >::getType() [with T = Flags; MPI_Datatype = ompi_datatype_t*]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:891:76: required from ‘static ompi_datatype_t* Dune::MPITraits<Dune::IndexPair<TG, Dune::ParallelLocalIndex<TA> > >::getType() [with TG = int; TA = Flags; MPI_Datatype = ompi_datatype_t*]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:1171:54: required from ‘void Dune::RemoteIndices<T, A>::buildRemote(bool) [with bool ignorePublic = true; T = Dune::ParallelIndexSet<int, Dune::ParallelLocalIndex<Flags> >; A = std::allocator<Dune::RemoteIndex<int, Flags> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/remoteindices.hh:1455:18: required from ‘void Dune::RemoteIndices<T, A>::rebuild() [with bool ignorePublic = true; T = Dune::ParallelIndexSet<int, Dune::ParallelLocalIndex<Flags> >; A = std::allocator<Dune::RemoteIndex<int, Flags> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake/doc/comm/poosc08_test.cc:89:26: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:297:28: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:298:47: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].attribute_), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:299:32: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+2); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/plocalindex.hh:302:52: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(3, length, disp, types, &type);
^
Linking CXX executable poosc08_test
[100%] Built target poosc08_test
--- dune-common done ---
--- calling all for dune-istl ---
--- calling vcsetup for dune-istl ---
--- calling autogen for dune-istl ---
Skipping dune-autogen because of CMake
--- calling configure for dune-istl ---
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" "-Ddune-common_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake" -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/dune-istl"
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Dependencies for dune-istl: dune-common (>= 2.4)
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90 -- yes
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - 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 - found
-- 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: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_CXX: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_cxx.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_Fortran: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_usempi.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_mpifh.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- I could not find the latex2html command.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Performing tests specific to dune-common from file /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - 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 - not found
-- Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS)
-- 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/fomins/gitwork/hades-github-lspr-ag/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Performing tests specific to dune-istl from file /home/fomins/gitwork/hades-github-lspr-ag/dune-istl/cmake/modules/DuneIstlMacros.cmake.
-- Boost version: 1.58.0
-- Boost version: 1.58.0
-- Skipping check for Boost::FUSION as Boost is not available.
-- Looking for metis.h
-- Looking for metis.h - found
-- Looking for METIS_PartGraphKway
-- Looking for METIS_PartGraphKway - found
-- Found METIS: /opt/extlib/metis/5.1.0/gcc/4.9.0/include
-- Looking for parmetis.h
-- Looking for parmetis.h - found
-- Looking for parmetis_v3_partkway
-- Looking for parmetis_v3_partkway - found
-- Found ParMETIS: /opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0/include
-- 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 - Failed
-- Could NOT find SuperLU (missing: SUPERLU_LIBRARY)
CMake Warning at /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/FindUMFPack.cmake:32 (message):
UMFPack requires AMD (approximate minimum degree ordering) which was not
found, skipping the test.
Call Stack (most recent call first):
cmake/modules/DuneIstlMacros.cmake:8 (find_package)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:516 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:646 (dune_process_dependency_macros)
CMakeLists.txt:24 (dune_project)
-- Using scripts from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/scripts for creating doxygen stuff.
-- Adding custom target for config.h generation
--
-- The following OPTIONAL packages have been found:
* PkgConfig
* LAPACK
* Inkscape
* Boost
* METIS
* ParMETIS
* MPI
* Threads
-- The following REQUIRED packages have been found:
* dune-common
* BLAS
-- The following OPTIONAL packages have not been found:
* ThreadsCMake31
* LATEX
* UnixCommands
* Doxygen
* GMP
* BoostFusion
* SuperLU
* UMFPack
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXXFLAGS
DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
HADES_FLAGS
SUPERLUDIST_ROOT
-- Build files have been written to: /home/fomins/gitwork/hades-github-lspr-ag/dune-istl/build-cmake
--- calling make for dune-istl ---
build directory: build-cmake
cmake --build . --
Scanning dependencies of target example
[100%] Building CXX object dune/istl/tutorial/CMakeFiles/example.dir/example.cc.o
Linking CXX executable example
[100%] Built target example
--- dune-istl done ---
--- calling all for dune-geometry ---
--- calling vcsetup for dune-geometry ---
--- calling autogen for dune-geometry ---
Skipping dune-autogen because of CMake
--- calling configure for dune-geometry ---
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" "-Ddune-common_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake" -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry"
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90 -- yes
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - 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 - found
-- 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: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_CXX: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_cxx.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_Fortran: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_usempi.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_mpifh.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- I could not find the latex2html command.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Performing tests specific to dune-common from file /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - 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 - not found
-- Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS)
-- 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/fomins/gitwork/hades-github-lspr-ag/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Using scripts from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/scripts for creating doxygen stuff.
-- Adding custom target for config.h generation
--
-- The following OPTIONAL packages have been found:
* MPI
* PkgConfig
* BLAS
* Threads
* LAPACK
* Inkscape
-- The following REQUIRED packages have been found:
* dune-common
-- The following OPTIONAL packages have not been found:
* ThreadsCMake31
* LATEX
* UnixCommands
* Doxygen
* GMP
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXXFLAGS
DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
HADES_FLAGS
METIS_ROOT
PARMETIS_ROOT
SUPERLUDIST_ROOT
-- Build files have been written to: /home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/build-cmake
--- calling make for dune-geometry ---
build directory: build-cmake
cmake --build . --
Scanning dependencies of target dunegeometry
[ 14%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/genericgeometry/referencedomain.cc.o
[ 28%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/genericgeometry/subtopologies.cc.o
[ 42%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/gauss.cc.o
[ 57%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/jacobi_1_0.cc.o
[ 71%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/jacobi_2_0.cc.o
[ 85%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/quadraturerules.cc.o
[100%] Building CXX object lib/CMakeFiles/dunegeometry.dir/__/dune/geometry/quadraturerules/gausslobatto.cc.o
Linking CXX static library libdunegeometry.a
[100%] Built target dunegeometry
--- dune-geometry done ---
--- calling all for dune-localfunctions ---
--- calling vcsetup for dune-localfunctions ---
--- calling autogen for dune-localfunctions ---
Skipping dune-autogen because of CMake
--- calling configure for dune-localfunctions ---
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/fomins/gitwork/hades-github-lspr-ag/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" "-Ddune-common_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/build-cmake" -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/dune-localfunctions"
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90 -- yes
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - 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 - found
-- 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: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_CXX: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_cxx.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_Fortran: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_usempi.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_mpifh.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- I could not find the latex2html command.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Performing tests specific to dune-common from file /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - 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 - not found
-- Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS)
-- 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/fomins/gitwork/hades-github-lspr-ag/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-localfunctions from file /home/fomins/gitwork/hades-github-lspr-ag/dune-localfunctions/cmake/modules/DuneLocalfunctionsMacros.cmake.
-- Using scripts from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/scripts for creating doxygen stuff.
-- Adding custom target for config.h generation
--
-- The following OPTIONAL packages have been found:
* MPI
* PkgConfig
* BLAS
* Threads
* LAPACK
* Inkscape
-- The following REQUIRED packages have been found:
* dune-common
* dune-geometry
-- The following OPTIONAL packages have not been found:
* ThreadsCMake31
* LATEX
* UnixCommands
* Doxygen
* GMP
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXXFLAGS
DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
HADES_FLAGS
METIS_ROOT
PARMETIS_ROOT
SUPERLUDIST_ROOT
-- Build files have been written to: /home/fomins/gitwork/hades-github-lspr-ag/dune-localfunctions/build-cmake
--- calling make for dune-localfunctions ---
build directory: build-cmake
cmake --build . --
--- dune-localfunctions done ---
--- calling all for dune-curvilineargeometry ---
--- calling vcsetup for dune-curvilineargeometry ---
--- calling autogen for dune-curvilineargeometry ---
Skipping dune-autogen because of CMake
--- calling configure for dune-curvilineargeometry ---
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/lib/dunecurvilineargeometryam2cmake.lib for converting options does not exist
CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" "-Ddune-common_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/build-cmake" -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry"
-- The CXX compiler identification is GNU 4.9.0
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- The C compiler identification is GNU 4.9.0
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Dependencies for dune-curvilineargeometry: dune-common;dune-geometry
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90 -- yes
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - 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 - found
-- 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: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_CXX: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_cxx.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_Fortran: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_usempi.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_mpifh.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- I could not find the latex2html command.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Performing tests specific to dune-common from file /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - 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 - not found
-- Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS)
-- 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/fomins/gitwork/hades-github-lspr-ag/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-curvilineargeometry from file /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/cmake/modules/DuneCurvilineargeometryMacros.cmake.
-- Using scripts from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/scripts for creating doxygen stuff.
-- Adding custom target for config.h generation
--
-- The following OPTIONAL packages have been found:
* MPI
* PkgConfig
* BLAS
* Threads
* LAPACK
* Inkscape
-- The following REQUIRED packages have been found:
* dune-common
* dune-geometry
-- The following OPTIONAL packages have not been found:
* ThreadsCMake31
* LATEX
* UnixCommands
* Doxygen
* GMP
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXXFLAGS
DUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS
HADES_FLAGS
METIS_ROOT
PARMETIS_ROOT
SUPERLUDIST_ROOT
-- Build files have been written to: /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/build-cmake
--- calling make for dune-curvilineargeometry ---
build directory: build-cmake
cmake --build . --
Scanning dependencies of target dune_curvilineargeometry
[ 16%] Building CXX object src/CMakeFiles/dune_curvilineargeometry.dir/dune_curvilineargeometry.cc.o
Linking CXX executable dune_curvilineargeometry
[ 16%] Built target dune_curvilineargeometry
Scanning dependencies of target test_curvilinearelementinterpolation
[ 33%] Building CXX object dune/curvilineargeometry/test/CMakeFiles/test_curvilinearelementinterpolation.dir/test-curvilinearelementinterpolation.cc.o
Linking CXX executable test_curvilinearelementinterpolation
[ 33%] Built target test_curvilinearelementinterpolation
Scanning dependencies of target test_curvilineargeometry
[ 50%] Building CXX object dune/curvilineargeometry/test/CMakeFiles/test_curvilineargeometry.dir/test-curvilineargeometry.cc.o
Linking CXX executable test_curvilineargeometry
[ 50%] Built target test_curvilineargeometry
Scanning dependencies of target test_polynomial
[ 66%] Building CXX object dune/curvilineargeometry/test/CMakeFiles/test_polynomial.dir/test-polynomial.cc.o
Linking CXX executable test_polynomial
[ 66%] Built target test_polynomial
Scanning dependencies of target test_quadratureintegration
[ 83%] Building CXX object dune/curvilineargeometry/test/CMakeFiles/test_quadratureintegration.dir/test-quadratureintegration.cc.o
Linking CXX executable test_quadratureintegration
[ 83%] Built target test_quadratureintegration
Scanning dependencies of target test_recursiveinterpolationintegration
[100%] Building CXX object dune/curvilineargeometry/test/CMakeFiles/test_recursiveinterpolationintegration.dir/test-recursiveinterpolationintegration.cc.o
Linking CXX executable test_recursiveinterpolationintegration
[100%] Built target test_recursiveinterpolationintegration
--- dune-curvilineargeometry done ---
--- calling all for dune-grid ---
--- calling vcsetup for dune-grid ---
--- calling autogen for dune-grid ---
Skipping dune-autogen because of CMake
--- calling configure for dune-grid ---
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" "-Ddune-common_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/build-cmake" -DENABLE_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/dune-grid"
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Dependencies for dune-grid: dune-common (>= 2.4);dune-geometry (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90 -- yes
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - 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 - found
-- 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: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_CXX: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_cxx.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_Fortran: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_usempi.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_mpifh.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- I could not find the latex2html command.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Performing tests specific to dune-common from file /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - 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 - not found
-- Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS)
-- 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/fomins/gitwork/hades-github-lspr-ag/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for metis.h
-- Looking for metis.h - found
-- Looking for METIS_PartGraphKway
-- Looking for METIS_PartGraphKway - found
-- Found METIS: /opt/extlib/metis/5.1.0/gcc/4.9.0/include
-- Looking for parmetis.h
-- Looking for parmetis.h - found
-- Looking for parmetis_v3_partkway
-- Looking for parmetis_v3_partkway - found
-- Found ParMETIS: /opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0/include
-- checking for module 'alugrid'
-- package 'alugrid' not found
-- checking for module 'alugrid'
-- package 'alugrid' not found
-- Could NOT find ALUGrid (missing: ALUGRID_VERSION ALUGRID_INCLUDE_PATH ALUGRID_LIB ALUGRID_LIB_PATH ALULIB_FUNCTIONAL HAVE_ALUGRID_SERIAL_H)
CMake Warning at cmake/modules/UseUG.cmake:27 (find_package):
Could not find a package configuration file provided by "UG" (requested
version 3.11.0) with any of the following names:
UGConfig.cmake
ug-config.cmake
Add the installation prefix of "UG" to CMAKE_PREFIX_PATH or set "UG_DIR" to
a directory containing one of the above files. If "UG" provides a separate
development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
cmake/modules/DuneGridMacros.cmake:14 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:516 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:646 (dune_process_dependency_macros)
CMakeLists.txt:22 (dune_project)
-- Could NOT find UG (missing: UG_DIR HAVE_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/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/scripts for creating doxygen stuff.
-- Adding custom target for config.h generation
--
-- The following features have been enabled:
* Experimental grid extensions , Enables additional grid features.
-- The following OPTIONAL packages have been found:
* MPI
* PkgConfig
* BLAS
* Threads
* LAPACK
* Inkscape
* METIS
* ParMETIS
-- The following REQUIRED packages have been found:
* dune-common
* dune-geometry
-- The following OPTIONAL packages have not been found:
* ThreadsCMake31
* LATEX
* UnixCommands
* Doxygen
* GMP
* ALUGrid
* Alberta
* UG (required version >= 3.11.0)
* X11
* OpenGL
* Grape
* Psurface
* AmiraMesh
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXXFLAGS
ENABLE_EXPERIMENTAL_GRID_EXTENSIONS
HADES_FLAGS
SUPERLUDIST_ROOT
-- Build files have been written to: /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/build-cmake
--- calling make for dune-grid ---
build directory: build-cmake
cmake --build . --
Scanning dependencies of target dunegrid
[ 5%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/onedgrid/onedgrid.cc.o
[ 11%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/onedgrid/onedgridfactory.cc.o
[ 16%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/onedgrid/nulliteratorfactory.cc.o
[ 22%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/dgfparser.cc.o
[ 27%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/dgfug.cc.o
[ 33%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/basic.cc.o
[ 38%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/boundarydom.cc.o
[ 44%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/boundaryseg.cc.o
[ 50%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/cube.cc.o
[ 55%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/dim.cc.o
[ 61%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/general.cc.o
[ 66%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/gridparameter.cc.o
[ 72%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/interval.cc.o
[ 77%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/periodicfacetrans.cc.o
[ 83%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/projection.cc.o
[ 88%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/simplex.cc.o
[ 94%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/simplexgeneration.cc.o
[100%] Building CXX object lib/CMakeFiles/dunegrid.dir/__/dune/grid/io/file/dgfparser/blocks/vertex.cc.o
Linking CXX static library libdunegrid.a
[100%] Built target dunegrid
--- dune-grid done ---
--- calling all for dune-curvilineargrid ---
--- calling vcsetup for dune-curvilineargrid ---
--- calling autogen for dune-curvilineargrid ---
Skipping dune-autogen because of CMake
--- calling configure for dune-curvilineargrid ---
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/lib/dunecurvilineargeometryam2cmake.lib for converting options does not exist
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/lib/dunecurvilineargridam2cmake.lib for converting options does not exist
CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" "-Ddune-common_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/build-cmake" "-Ddune-curvilineargeometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/build-cmake" -DENABLE_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE "-Ddune-grid_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/build-cmake" -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid"
-- The CXX compiler identification is GNU 4.9.0
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Warning at CMakeLists.txt:5 (find_package):
By not providing "FindParMETIS.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ParMETIS",
but CMake did not find one.
Could not find a package configuration file provided by "ParMETIS" with any
of the following names:
ParMETISConfig.cmake
parmetis-config.cmake
Add the installation prefix of "ParMETIS" to CMAKE_PREFIX_PATH or set
"ParMETIS_DIR" to a directory containing one of the above files. If
"ParMETIS" provides a separate development package or SDK, be sure it has
been installed.
-- The C compiler identification is GNU 4.9.0
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Dependencies for dune-curvilineargrid: dune-common;dune-geometry;dune-curvilineargeometry;dune-grid
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- Dependencies for dune-curvilineargeometry: dune-common;dune-geometry
-- Dependencies for dune-grid: dune-common (>= 2.4);dune-geometry (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90 -- yes
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - 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 - found
-- 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: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_CXX: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_cxx.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_Fortran: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_usempi.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_mpifh.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- I could not find the latex2html command.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Performing tests specific to dune-common from file /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - 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 - not found
-- Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS)
-- 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/fomins/gitwork/hades-github-lspr-ag/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for metis.h
-- Looking for metis.h - found
-- Looking for METIS_PartGraphKway
-- Looking for METIS_PartGraphKway - found
-- Found METIS: /opt/extlib/metis/5.1.0/gcc/4.9.0/include
-- Looking for parmetis.h
-- Looking for parmetis.h - found
-- Looking for parmetis_v3_partkway
-- Looking for parmetis_v3_partkway - found
-- Found ParMETIS: /opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0/include
-- checking for module 'alugrid'
-- package 'alugrid' not found
-- checking for module 'alugrid'
-- package 'alugrid' not found
-- Could NOT find ALUGrid (missing: ALUGRID_VERSION ALUGRID_INCLUDE_PATH ALUGRID_LIB ALUGRID_LIB_PATH ALULIB_FUNCTIONAL HAVE_ALUGRID_SERIAL_H)
CMake Warning at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/UseUG.cmake:27 (find_package):
Could not find a package configuration file provided by "UG" (requested
version 3.11.0) with any of the following names:
UGConfig.cmake
ug-config.cmake
Add the installation prefix of "UG" to CMAKE_PREFIX_PATH or set "UG_DIR" to
a directory containing one of the above files. If "UG" provides a separate
development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/DuneGridMacros.cmake:14 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:516 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:646 (dune_process_dependency_macros)
CMakeLists.txt:25 (dune_project)
-- Could NOT find UG (missing: UG_DIR HAVE_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/fomins/gitwork/hades-github-lspr-ag/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-curvilineargeometry from file /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/cmake/modules/DuneCurvilineargeometryMacros.cmake.
-- Setting dune-curvilineargeometry_INCLUDE_DIRS=/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry
-- Performing tests specific to dune-curvilineargrid from file /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/cmake/modules/DuneCurvilineargridMacros.cmake.
-- Boost version: 1.58.0
-- Using scripts from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/scripts for creating doxygen stuff.
-- Adding custom target for config.h generation
--
-- The following features have been enabled:
* Experimental grid extensions , Enables additional grid features.
-- The following OPTIONAL packages have been found:
* MPI
* PkgConfig
* BLAS
* Threads
* LAPACK
* Inkscape
* METIS
* ParMETIS
* Boost
-- The following REQUIRED packages have been found:
* dune-common
* dune-geometry
* dune-curvilineargeometry
* dune-grid
-- The following OPTIONAL packages have not been found:
* ThreadsCMake31
* LATEX
* UnixCommands
* Doxygen
* GMP
* ALUGrid
* Alberta
* UG (required version >= 3.11.0)
* X11
* OpenGL
* Grape
* Psurface
* AmiraMesh
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_CXXFLAGS
ENABLE_EXPERIMENTAL_GRID_EXTENSIONS
HADES_FLAGS
SUPERLUDIST_ROOT
-- Build files have been written to: /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/build-cmake
--- calling make for dune-curvilineargrid ---
build directory: build-cmake
cmake --build . --
Scanning dependencies of target dune_curvilineargrid
[ 7%] Building CXX object src/CMakeFiles/dune_curvilineargrid.dir/dune_curvilineargrid.cc.o
Linking CXX executable dune_curvilineargrid
[ 7%] Built target dune_curvilineargrid
Scanning dependencies of target tutorial1gettingstarted
[ 14%] Building CXX object dune/curvilineargrid/curvilineargridhowto/CMakeFiles/tutorial1gettingstarted.dir/tutorial1gettingstarted.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial1gettingstarted.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial1gettingstarted.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial1gettingstarted.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable tutorial1gettingstarted
[ 14%] Built target tutorial1gettingstarted
Scanning dependencies of target tutorial2traversal
[ 21%] Building CXX object dune/curvilineargrid/curvilineargridhowto/CMakeFiles/tutorial2traversal.dir/tutorial2traversal.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial2traversal.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial2traversal.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial2traversal.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable tutorial2traversal
[ 21%] Built target tutorial2traversal
Scanning dependencies of target tutorial3visualisation
[ 28%] Building CXX object dune/curvilineargrid/curvilineargridhowto/CMakeFiles/tutorial3visualisation.dir/tutorial3visualisation.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial3visualisation.cc:12:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial3visualisation.cc:12:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial3visualisation.cc:12:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable tutorial3visualisation
[ 28%] Built target tutorial3visualisation
Scanning dependencies of target tutorial4IntegrationGauss
[ 35%] Building CXX object dune/curvilineargrid/curvilineargridhowto/CMakeFiles/tutorial4IntegrationGauss.dir/tutorial4IntegrationGauss.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial4IntegrationGauss.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial4IntegrationGauss.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial4IntegrationGauss.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable tutorial4IntegrationGauss
[ 35%] Built target tutorial4IntegrationGauss
Scanning dependencies of target tutorial4IntegrationNormal
[ 42%] Building CXX object dune/curvilineargrid/curvilineargridhowto/CMakeFiles/tutorial4IntegrationNormal.dir/tutorial4IntegrationNormal.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial4IntegrationNormal.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial4IntegrationNormal.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial4IntegrationNormal.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable tutorial4IntegrationNormal
[ 42%] Built target tutorial4IntegrationNormal
Scanning dependencies of target tutorial6CommunicationConstant
[ 50%] Building CXX object dune/curvilineargrid/curvilineargridhowto/CMakeFiles/tutorial6CommunicationConstant.dir/tutorial6CommunicationConstant.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial6CommunicationConstant.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial6CommunicationConstant.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial6CommunicationConstant.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable tutorial6CommunicationConstant
[ 50%] Built target tutorial6CommunicationConstant
Scanning dependencies of target tutorial6CommunicationGlobalIndex
[ 57%] Building CXX object dune/curvilineargrid/curvilineargridhowto/CMakeFiles/tutorial6CommunicationGlobalIndex.dir/tutorial6CommunicationGlobalIndex.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial6CommunicationGlobalIndex.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial6CommunicationGlobalIndex.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargridhowto/tutorial6CommunicationGlobalIndex.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable tutorial6CommunicationGlobalIndex
[ 57%] Built target tutorial6CommunicationGlobalIndex
Scanning dependencies of target curvilineargmshtest
[ 64%] Building CXX object dune/curvilineargrid/io/file/test/CMakeFiles/curvilineargmshtest.dir/curvilineargmshtest.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/io/file/test/curvilineargmshtest.cc:36:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/io/file/test/curvilineargmshtest.cc:36:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/io/file/test/curvilineargmshtest.cc:36:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable curvilineargmshtest
[ 64%] Built target curvilineargmshtest
Scanning dependencies of target test-allcommunicate
[ 71%] Building CXX object dune/curvilineargrid/test/CMakeFiles/test-allcommunicate.dir/test-allcommunicate.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-allcommunicate.cc:14:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-allcommunicate.cc:14:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-allcommunicate.cc:14:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable test-allcommunicate
[ 71%] Built target test-allcommunicate
Scanning dependencies of target test-curvgrid
[ 78%] Building CXX object dune/curvilineargrid/test/CMakeFiles/test-curvgrid.dir/test-curvgrid.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:17:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/gridcheck.cc:4:2: warning: #warning "This file is deprecated and will be removed after the release of DUNE 2.4" [-Wcpp]
#warning "This file is deprecated and will be removed after the release of DUNE 2.4"
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/gridcheck.cc:5:2: warning: #warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements" [-Wcpp]
#warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements"
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:18:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.cc:4:2: warning: #warning "This file is deprecated and will be removed after the release of DUNE 2.4" [-Wcpp]
#warning "This file is deprecated and will be removed after the release of DUNE 2.4"
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.cc:5:2: warning: #warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements" [-Wcpp]
#warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements"
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:19:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkgeometryinfather.cc:4:2: warning: #warning "This file is deprecated and will be removed after the release of DUNE 2.4" [-Wcpp]
#warning "This file is deprecated and will be removed after the release of DUNE 2.4"
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkgeometryinfather.cc:5:2: warning: #warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements" [-Wcpp]
#warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements"
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:20:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkintersectionit.cc:4:2: warning: #warning "This file is deprecated and will be removed after the release of DUNE 2.4" [-Wcpp]
#warning "This file is deprecated and will be removed after the release of DUNE 2.4"
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkintersectionit.cc:5:2: warning: #warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements" [-Wcpp]
#warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements"
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:21:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkiterators.cc:4:2: warning: #warning "This file is deprecated and will be removed after the release of DUNE 2.4" [-Wcpp]
#warning "This file is deprecated and will be removed after the release of DUNE 2.4"
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkiterators.cc:5:2: warning: #warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements" [-Wcpp]
#warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements"
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:22:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkadaptation.cc:4:2: warning: #warning "This file is deprecated and will be removed after the release of DUNE 2.4" [-Wcpp]
#warning "This file is deprecated and will be removed after the release of DUNE 2.4"
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkadaptation.cc:5:2: warning: #warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements" [-Wcpp]
#warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements"
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:23:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkpartition.cc:4:2: warning: #warning "This file is deprecated and will be removed after the release of DUNE 2.4" [-Wcpp]
#warning "This file is deprecated and will be removed after the release of DUNE 2.4"
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkpartition.cc:5:2: warning: #warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements" [-Wcpp]
#warning "The gridcheck headers have been renamed from *.cc to *.hh to better reflect their nature. Please update your include statements"
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:11:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.cc:7:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:18:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘void CheckCommunication<GridView, cdim, OutputStream>::project(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:487:45: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:535:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:565:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:301:77: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:302:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp; // check dereferencing in case grid returns entity
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:324:55: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
EntityPointer ep = intersection.outside();
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:325:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*ep;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:346:78: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = neigh.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:347:17: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘double CheckCommunication<GridView, cdim, OutputStream>::test(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, bool) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:489:60: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:535:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:565:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:426:73: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( i );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:427:11: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘void CheckCommunication<GridView, cdim, OutputStream>::project(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:487:45: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:535:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:572:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:301:77: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:302:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp; // check dereferencing in case grid returns entity
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:324:55: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
EntityPointer ep = intersection.outside();
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:325:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*ep;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:346:78: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = neigh.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:347:17: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘double CheckCommunication<GridView, cdim, OutputStream>::test(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, bool) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:489:60: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:535:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:572:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:426:73: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( i );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:427:11: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<3, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘void CheckCommunication<GridView, cdim, OutputStream>::project(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:487:45: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:535:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:565:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:301:77: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:302:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp; // check dereferencing in case grid returns entity
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:324:55: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
EntityPointer ep = intersection.outside();
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:325:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*ep;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:346:78: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = neigh.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:347:17: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘double CheckCommunication<GridView, cdim, OutputStream>::test(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, bool) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:489:60: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:535:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:565:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:426:73: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( i );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:427:11: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘void CheckCommunication<GridView, cdim, OutputStream>::project(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:487:45: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:535:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:572:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:301:77: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:302:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp; // check dereferencing in case grid returns entity
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:324:55: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
EntityPointer ep = intersection.outside();
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:325:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*ep;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:346:78: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = neigh.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:347:17: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘double CheckCommunication<GridView, cdim, OutputStream>::test(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, bool) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:489:60: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:535:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:572:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:426:73: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( i );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:427:11: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<2, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<2, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:12:0:
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargrid/grid.hh: In instantiation of ‘const CollectiveCommunication& Dune::CurvilinearGrid<ct, cdim, isCached, LogMsg>::comm() const [with ct = double; int cdim = 3; bool isCached = false; LogMsg = Dune::LoggingMessage<0u>; Dune::CurvilinearGrid<ct, cdim, isCached, LogMsg>::CollectiveCommunication = Dune::CollectiveCommunication<ompi_communicator_t*>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/defaultgridview.hh:376:26: required from ‘const CollectiveCommunication& Dune::DefaultLeafGridView<GridImp, pitype>::comm() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; Dune::PartitionIteratorType pitype = (Dune::PartitionIteratorType)4u; Dune::DefaultLeafGridView<GridImp, pitype>::CollectiveCommunication = Dune::CollectiveCommunication<ompi_communicator_t*>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/gridview.hh:251:26: required from ‘const CollectiveCommunication& Dune::GridView<ViewTraits>::comm() const [with ViewTraits = Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u>; Dune::GridView<ViewTraits>::CollectiveCommunication = Dune::CollectiveCommunication<ompi_communicator_t*>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:475:40: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:535:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:565:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/curvilineargrid/grid.hh:572:98: warning: returning reference to temporary [-Wreturn-local-addr]
const CollectiveCommunication &comm () const { return mpihelper_.getCollectiveCommunication(); }
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.cc:7:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:18:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘void CheckCommunication<GridView, cdim, OutputStream>::project(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 1; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:487:45: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 1; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: recursively required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:565:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:301:77: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:302:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp; // check dereferencing in case grid returns entity
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:324:55: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
EntityPointer ep = intersection.outside();
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:325:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*ep;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:346:78: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = neigh.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:347:17: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘double CheckCommunication<GridView, cdim, OutputStream>::test(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, bool) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 1; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:489:60: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 1; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: recursively required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:565:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:426:73: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( i );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:427:11: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘void CheckCommunication<GridView, cdim, OutputStream>::project(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 1; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:487:45: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 1; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: recursively required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:572:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:301:77: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:302:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp; // check dereferencing in case grid returns entity
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:324:55: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
EntityPointer ep = intersection.outside();
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:325:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*ep;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:346:78: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = neigh.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:347:17: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘double CheckCommunication<GridView, cdim, OutputStream>::test(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, bool) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 1; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:489:60: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 1; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: recursively required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:572:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:426:73: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( i );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:427:11: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<1, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<1, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘void CheckCommunication<GridView, cdim, OutputStream>::project(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 0; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:487:45: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 0; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: recursively required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:565:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:301:77: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:302:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp; // check dereferencing in case grid returns entity
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:324:55: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
EntityPointer ep = intersection.outside();
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:325:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*ep;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:346:78: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = neigh.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:347:17: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘double CheckCommunication<GridView, cdim, OutputStream>::test(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, bool) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 0; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:489:60: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 0; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: recursively required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLeafGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:565:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:426:73: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( i );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:427:11: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘void CheckCommunication<GridView, cdim, OutputStream>::project(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 0; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:487:45: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 0; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: recursively required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:572:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:301:77: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:302:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp; // check dereferencing in case grid returns entity
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:324:55: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
EntityPointer ep = intersection.outside();
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:325:15: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*ep;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:346:78: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = neigh.template subEntity< cdim >( e );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:347:17: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh: In instantiation of ‘double CheckCommunication<GridView, cdim, OutputStream>::test(int, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, CheckCommunication<GridView, cdim, OutputStream>::ArrayType&, bool) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 0; OutputStream = Dune::DebugStream<1u, 4u>; CheckCommunication<GridView, cdim, OutputStream>::ArrayType = std::vector<double>]’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:489:60: required from ‘bool CheckCommunication<GridView, cdim, OutputStream>::checkCommunication() [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 0; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: recursively required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 2; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:543:36: required from ‘CheckCommunication<GridView, cdim, OutputStream>::CheckCommunication(const GridView&, OutputStream&, int) [with GridView = Dune::GridView<Dune::DefaultLevelGridViewTraits<const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, (Dune::PartitionIteratorType)4u> >; int cdim = 3; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:572:33: required from ‘void checkCommunication(const Grid&, int, OutputStream&) [with Grid = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; OutputStream = Dune::DebugStream<1u, 4u>]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:76:44: required from ‘void check_grid(GridType&) [with GridType = Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >]’
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-curvgrid.cc:120:25: required from here
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:426:73: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::EntityPointer(const Entity&) [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Entity = Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:183): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
SubEntityPointer subEp = entity.template subEntity< cdim >( i );
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/test/checkcommunicate.hh:427:11: warning: ‘Dune::EntityPointer<GridImp, EntityPointerImp>::Reference Dune::EntityPointer<GridImp, EntityPointerImp>::operator*() const [with GridImp = const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >; IteratorImp = Dune::CurvGrid::CurvEntityPointer<0, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> > >; Dune::EntityPointer<GridImp, EntityPointerImp>::Reference = const Dune::Entity<0, 3, const Dune::CurvilinearGrid<double, 3, false, Dune::LoggingMessage<0u> >, Dune::CurvGrid::CurvEntity>&]’ is deprecated (declared at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/dune/grid/common/entitypointer.hh:236): "EntityPointer is deprecated and will be removed after the release of dune-grid-2.4. Instead, you can copy and store entities directly now. Note, this might lead to a decreased performance until all grid implementations properly addressed this interface change." [-Wdeprecated-declarations]
*subEp;
^
Linking CXX executable test-curvgrid
[ 78%] Built target test-curvgrid
Scanning dependencies of target test-diagnostics
[ 85%] Building CXX object dune/curvilineargrid/test/CMakeFiles/test-diagnostics.dir/test-diagnostics.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-diagnostics.cc:14:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-diagnostics.cc:14:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-diagnostics.cc:14:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable test-diagnostics
[ 85%] Built target test-diagnostics
Scanning dependencies of target test-diagnostics-base
[ 92%] Building CXX object dune/curvilineargrid/test/CMakeFiles/test-diagnostics-base.dir/test-diagnostics-base.cc.o
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-diagnostics-base.cc:14:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::FieldVector<K, n> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:99:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&fvector, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:100:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(fvector[0]), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:104:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<Dune::bigunsignedint<k> >::getType()’:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:136:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&data, &base);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:137:9: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(data.digit), &displ);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:140:9: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(1, length, &displ, &vectortype, &datatype);
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:9:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-diagnostics-base.cc:14:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh: In static member function ‘static ompi_datatype_t* Dune::MPITraits<std::pair<_T1, _T2> >::getType()’:
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1061:53: warning: ‘ompi_mpi_lb’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:909): MPI_LB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_LB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_lb)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:169:32: note: in expansion of macro ‘MPI_LB’
MPI_Datatype types[4] = {MPI_LB, MPITraits<T1>::getType(),
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1060:53: warning: ‘ompi_mpi_ub’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:910): MPI_UB is deprecated in MPI-2.0 [-Wdeprecated-declarations]
#define MPI_UB OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_ub)
^
/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:308:66: note: in definition of macro ‘OMPI_PREDEFINED_GLOBAL’
#define OMPI_PREDEFINED_GLOBAL(type, global) ((type) ((void *) &(global)))
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:170:58: note: in expansion of macro ‘MPI_UB’
MPITraits<T2>::getType(), MPI_UB};
^
In file included from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpicollectivecommunication.hh:24:0,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpihelper.hh:10,
from /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/dune/curvilineargrid/test/test-diagnostics-base.cc:14:
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:173:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep, disp); // lower bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:174:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].first), disp+1);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:175:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(&(rep[0].second), disp+2);
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:176:7: warning: ‘int MPI_Address(void*, MPI_Aint*)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1178): MPI_Address is superseded by MPI_Get_address in MPI-2.0 [-Wdeprecated-declarations]
MPI_Address(rep+1, disp+3); // upper bound of the datatype
^
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/dune/common/parallel/mpitraits.hh:179:7: warning: ‘int MPI_Type_struct(int, int*, MPI_Aint*, ompi_datatype_t**, ompi_datatype_t**)’ is deprecated (declared at /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/include/mpi.h:1787): MPI_Type_struct is superseded by MPI_Type_create_struct in MPI-2.0 [-Wdeprecated-declarations]
MPI_Type_struct(4, length, disp, types, &type);
^
Linking CXX executable test-diagnostics-base
[ 92%] Built target test-diagnostics-base
Scanning dependencies of target test-vectorhelper
[100%] Building CXX object dune/curvilineargrid/test/CMakeFiles/test-vectorhelper.dir/test-vectorhelper.cc.o
Linking CXX executable test-vectorhelper
[100%] Built target test-vectorhelper
--- dune-curvilineargrid done ---
--- calling all for dune-alugrid ---
--- calling vcsetup for dune-alugrid ---
--- calling autogen for dune-alugrid ---
Skipping dune-autogen because of CMake
--- calling configure for dune-alugrid ---
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" "-Ddune-common_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/build-cmake" -DENABLE_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE "-Ddune-grid_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/build-cmake" -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/dune-alugrid"
-- Dependencies for dune-alugrid: dune-grid (>= 2.3)
-- Dependencies for dune-grid: dune-common (>= 2.4);dune-geometry (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- I could not find the latex2html command.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Performing tests specific to dune-common from file /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS)
-- Setting dune-common_INCLUDE_DIRS=/home/fomins/gitwork/hades-github-lspr-ag/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- checking for module 'alugrid'
-- package 'alugrid' not found
-- checking for module 'alugrid'
-- package 'alugrid' not found
-- Could NOT find ALUGrid (missing: ALUGRID_VERSION ALUGRID_INCLUDE_PATH ALUGRID_LIB ALUGRID_LIB_PATH ALULIB_FUNCTIONAL HAVE_ALUGRID_SERIAL_H)
CMake Warning at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/UseUG.cmake:27 (find_package):
Could not find a package configuration file provided by "UG" (requested
version 3.11.0) with any of the following names:
UGConfig.cmake
ug-config.cmake
Add the installation prefix of "UG" to CMAKE_PREFIX_PATH or set "UG_DIR" to
a directory containing one of the above files. If "UG" provides a separate
development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/DuneGridMacros.cmake:14 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:516 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:646 (dune_process_dependency_macros)
CMakeLists.txt:26 (dune_project)
-- Could NOT find UG (missing: UG_DIR HAVE_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/fomins/gitwork/hades-github-lspr-ag/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-alugrid from file /home/fomins/gitwork/hades-github-lspr-ag/dune-alugrid/cmake/modules/DuneAlugridMacros.cmake.
-- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
-- 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_USABLE)
-- Could NOT find PTScotch (missing: PTSCOTCH_INCLUDE_DIR PTSCOTCH_LIBRARY PTSCOTCHERR_LIBRARY)
Zoltan Dir: ZOLTAN_INCLUDE_DIR-NOTFOUND
-- Could NOT find ZOLTAN (missing: ZOLTAN_INCLUDE_DIR ZOLTAN_LIBRARY ZOLTAN_HEADER_USABLE)
CMake Warning (dev) at cmake/modules/DuneAlugridMacros.cmake:49 (message):
TODO: Improve module test.
Call Stack (most recent call first):
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:516 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:646 (dune_process_dependency_macros)
CMakeLists.txt:26 (dune_project)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Adding custom target for config.h generation
--
-- The following features have been enabled:
* Experimental grid extensions , Enables additional grid features.
-- The following OPTIONAL packages have been found:
* PkgConfig
* BLAS
* LAPACK
* Inkscape
* METIS
* MPI
* Threads
* ParMETIS
-- The following REQUIRED packages have been found:
* dune-common
* dune-grid
* dune-geometry
-- The following OPTIONAL packages have not been found:
* ThreadsCMake31
* LATEX
* UnixCommands
* Doxygen
* GMP
* ALUGrid
* Alberta
* UG (required version >= 3.11.0)
* X11
* OpenGL
* Grape
* Psurface
* AmiraMesh
* ZLIB
* SIONlib
* DLMalloc
* PTScotch
* ZOLTAN
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
HADES_FLAGS
SUPERLUDIST_ROOT
-- Build files have been written to: /home/fomins/gitwork/hades-github-lspr-ag/dune-alugrid/build-cmake
--- calling make for dune-alugrid ---
build directory: build-cmake
cmake --build . --
[100%] Built target dunealugrid
--- dune-alugrid done ---
--- calling all for hades ---
--- calling vcsetup for hades ---
--- calling autogen for hades ---
Skipping dune-autogen because of CMake
--- calling configure for hades ---
----- using default flags $CONFIGURE_FLAGS from /home/fomins/gitwork/hades-github-lspr-ag/af.debian7.lsprag.cmakebuild.minimalistic-hades-2.opts -----
/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/lib/dunegeometryam2cmake.lib for converting options does not exist
/home/fomins/gitwork/hades-github-lspr-ag/dune-localfunctions/lib/dunelocalfunctionsam2cmake.lib for converting options does not exist
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/lib/dunecurvilineargeometryam2cmake.lib for converting options does not exist
/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/lib/dunecurvilineargridam2cmake.lib for converting options does not exist
/home/fomins/gitwork/hades-github-lspr-ag/hades/lib/hadesam2cmake.lib for converting options does not exist
CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" "-Ddune-common_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/build-cmake" -DENABLE_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE "-Ddune-grid_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/build-cmake" "-Ddune-istl_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-istl/build-cmake" "-Ddune-localfunctions_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-localfunctions/build-cmake" "-Ddune-alugrid_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-alugrid/build-cmake" "-Ddune-curvilineargeometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/build-cmake" "-Ddune-curvilineargrid_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/build-cmake" -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/hades"
-- The C compiler identification is GNU 4.9.0
-- The CXX compiler identification is GNU 4.9.0
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc
-- Check for working C compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx
-- Check for working CXX compiler: /opt/extlib/openmpi/1.8.1/gcc/4.9.0/bin/mpicxx -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Dependencies for hades: dune-common;dune-geometry;dune-grid;dune-istl;dune-localfunctions;dune-alugrid;dune-curvilineargeometry;dune-curvilineargrid
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4);dune-geometry (>= 2.4)
-- Dependencies for dune-istl: dune-common (>= 2.4)
-- Dependencies for dune-localfunctions: dune-geometry (>= 2.4)
-- Dependencies for dune-alugrid: dune-grid (>= 2.3)
-- Dependencies for dune-curvilineargeometry: dune-common;dune-geometry
-- Dependencies for dune-curvilineargrid: dune-common;dune-geometry;dune-curvilineargeometry;dune-grid
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- Dependencies for dune-curvilineargeometry: dune-common;dune-geometry
-- Dependencies for dune-grid: dune-common (>= 2.4);dune-geometry (>= 2.4)
-- Dependencies for dune-grid: dune-common (>= 2.4);dune-geometry (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- Dependencies for dune-geometry: dune-common (>= 2.4)
-- The Fortran compiler identification is GNU
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran
-- Check for working Fortran compiler: /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran -- works
-- Detecting Fortran compiler ABI info
-- Detecting Fortran compiler ABI info - done
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90
-- Checking whether /opt/extlib/gcc/4.9.0/gcc/4.9.0/bin/gfortran supports Fortran 90 -- yes
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - yes
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - 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 - found
-- 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: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_CXX: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_cxx.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Found MPI_Fortran: /home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_usempi.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi_mpifh.so;/home/fomins/extlib/openmpi/1.8.1/gcc/4.9.0/lib/libmpi.so
-- Looking for MPI_Finalized
-- Looking for MPI_Finalized - found
-- Performing Test MPI_VERSION_SUPPORTED
-- Performing Test MPI_VERSION_SUPPORTED - Success
-- Detecting Fortran/C Interface
-- Detecting Fortran/C Interface - Found GLOBAL and MODULE mangling
-- Verifying Fortran/CXX Compiler Compatibility
-- Verifying Fortran/CXX Compiler Compatibility - Success
-- I could not find the latex2html command.
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
-- Performing tests specific to dune-common from file /home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneCommonMacros.cmake.
-- Looking for Fortran sgemm
-- Looking for Fortran sgemm - 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 - not found
-- Could NOT find GMP (missing: GMP_INCLUDE_DIR GMP_LIB GMPXX_LIB GMP_HEADER_WORKS GMPXX_LIB_WORKS)
-- 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/fomins/gitwork/hades-github-lspr-ag/dune-common
-- Setting dune-common_LIBRARIES=dunecommon
-- Setting dune-geometry_INCLUDE_DIRS=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry
-- Setting dune-geometry_LIBRARIES=dunegeometry
-- Performing tests specific to dune-grid from file /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/DuneGridMacros.cmake.
-- Looking for metis.h
-- Looking for metis.h - found
-- Looking for METIS_PartGraphKway
-- Looking for METIS_PartGraphKway - found
-- Found METIS: /opt/extlib/metis/5.1.0/gcc/4.9.0/include
-- Looking for parmetis.h
-- Looking for parmetis.h - found
-- Looking for parmetis_v3_partkway
-- Looking for parmetis_v3_partkway - found
-- Found ParMETIS: /opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0/include
-- checking for module 'alugrid'
-- package 'alugrid' not found
-- checking for module 'alugrid'
-- package 'alugrid' not found
-- Could NOT find ALUGrid (missing: ALUGRID_VERSION ALUGRID_INCLUDE_PATH ALUGRID_LIB ALUGRID_LIB_PATH ALULIB_FUNCTIONAL HAVE_ALUGRID_SERIAL_H)
CMake Warning at /home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/UseUG.cmake:27 (find_package):
Could not find a package configuration file provided by "UG" (requested
version 3.11.0) with any of the following names:
UGConfig.cmake
ug-config.cmake
Add the installation prefix of "UG" to CMAKE_PREFIX_PATH or set "UG_DIR" to
a directory containing one of the above files. If "UG" provides a separate
development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/cmake/modules/DuneGridMacros.cmake:14 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:516 (include)
/home/fomins/gitwork/hades-github-lspr-ag/dune-common/cmake/modules/DuneMacros.cmake:646 (dune_process_dependency_macros)
CMakeLists.txt:30 (dune_project)
-- Could NOT find UG (missing: UG_DIR HAVE_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/fomins/gitwork/hades-github-lspr-ag/dune-grid
-- Setting dune-grid_LIBRARIES=dunegrid
-- Performing tests specific to dune-curvilineargeometry from file /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/cmake/modules/DuneCurvilineargeometryMacros.cmake.
-- Setting dune-curvilineargeometry_INCLUDE_DIRS=/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry
-- Performing tests specific to dune-curvilineargrid from file /home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/cmake/modules/DuneCurvilineargridMacros.cmake.
./dune-common/bin/dunecontrol: line 723: 84478 Segmentation fault CXX=mpicxx CC=mpicc cmake -DCMAKE_MODULE_PATH="" "-Ddune-common_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-common/build-cmake" "-Ddune-geometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-geometry/build-cmake" -DENABLE_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE "-Ddune-grid_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-grid/build-cmake" "-Ddune-istl_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-istl/build-cmake" "-Ddune-localfunctions_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-localfunctions/build-cmake" "-Ddune-alugrid_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-alugrid/build-cmake" "-Ddune-curvilineargeometry_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargeometry/build-cmake" "-Ddune-curvilineargrid_DIR=/home/fomins/gitwork/hades-github-lspr-ag/dune-curvilineargrid/build-cmake" -DHADES_FLAGS='-DHAVE_DEBUG' -DCMAKE_CXXFLAGS="-Wall -pedantic -O0 -g3 -I/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0 -I/opt/extlib/metis/5.1.0/gcc/4.9.0/include -I/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC " -DMETIS_ROOT='/opt/extlib/metis/5.1.0/gcc/4.9.0' -DPARMETIS_ROOT='/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0' -DSUPERLUDIST_ROOT='/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0' -DCMAKE_LIBRARY_PATH:RELEASE="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_LIBRARY_PATH:DEBUG="/opt/extlib/boost/1.58.0/gcc/4.9.0/lib" -DCMAKE_STANDARD_LIBRARIES:RELEASE="-lboost_system -lprogram_options" -DCMAKE_STANDARD_LIBRARIES:DEBUG="-lboost_system -lprogram_options" -DCMAKE_PREFIX_PATH="/opt/extlib/boost/1.58.0/gcc/4.9.0;/opt/extlib/parmetis/4.0.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/metis/5.1.0/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/SRC;/opt/extlib/superludist/3.3/openmpi/1.8.1/gcc/4.9.0/lib;" -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS:BOOL=TRUE -DCMAKE_SHARED_LINKER_FLAGS="-lzlib" "/home/fomins/gitwork/hades-github-lspr-ag/hades"
--- Failed to build hades ---
Terminating dunecontrol due to previous errors!
More information about the Dune
mailing list