Installation issue: pthreads

Asked by Stathis Charalampidis

Dear All,

I am trying to install dolfin where I have been following the instructions written in the INSTALL file. However, a bunch of errors are coming up about the pthreads library. I would appreciate if anyone could give me a hint about successfully installing doflin.

Thanks again and I am looking forward to hearing from you. For your convenience, I am attaching cmake's output together with the two logfiles.

Best,
Stathis.

1) Cmake output:
=================================================================================
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
fatal: not a git repository (or any of the parent directories): .git
-- Performing Test HAVE_PIPE
-- Performing Test HAVE_PIPE - Success
-- Performing Test HAVE_PEDANTIC
-- Performing Test HAVE_PEDANTIC - Success
-- Performing Test HAVE_DEBUG
-- Performing Test HAVE_DEBUG - Success
-- Performing Test HAVE_O2_OPTIMISATION
-- Performing Test HAVE_O2_OPTIMISATION - Success
-- Found MPI_C: /opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/lib/libmpifort.so;/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/lib/release/libmpi.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libdl.so
-- Found MPI_CXX: /opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/lib/libmpicxx.so;/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/lib/libmpifort.so;/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/lib/release/libmpi.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libdl.so
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- timer
-- filesystem
-- program_options
-- iostreams
-- system
-- regex
-- Found Eigen3: /usr/include/eigen3 (Required is at least version "3.2.90")
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.7", minimum required is "3")
-- Found UFC: /usr/include (Required is at least version "2019.1")
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for one of the modules 'craypetsc_real;PETSc'
-- Test PETSC_TEST_RUNS with shared library linking - Success
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of PetscInt
-- Check size of PetscInt - done
-- Found PETSc: TRUE (found suitable version "3.11.2", minimum required is "3.7")
-- Checking for one of the modules 'crayslepc_real;SLEPc'
-- Test SLEPC_TEST_RUNS with shared library linking - Success
-- Found SLEPc: TRUE (found suitable version "3.11.1", minimum required is "3.7")
-- ParMETIS could not be found/configured. (missing: PARMETIS_LIBRARIES PARMETIS_TEST_RUNS PARMETIS_INCLUDE_DIRS PARMETIS_VERSION PARMETIS_VERSION_OK) (Required is at least version "4.0.2")
-- SUNDIALS could not be found/configured. (missing: SUNDIALS_LIBRARIES SUNDIALS_TEST_RUNS SUNDIALS_INCLUDE_DIRS SUNDIALS_VERSION SUNDIALS_VERSION_OK) (Required is at least version "3")
-- Checking for package 'SCOTCH-PT'
-- Found SCOTCH (version 6.0.4)
-- Performing test SCOTCH_TEST_RUNS
-- Performing test SCOTCH_TEST_RUNS - Success
-- Found SCOTCH: /usr/lib/x86_64-linux-gnu/libptscotch.so;/usr/lib/x86_64-linux-gnu/libscotch.so;/usr/lib/x86_64-linux-gnu/libptscotcherr.so
-- Checking for package 'AMD'
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Checking for package 'UMFPACK'
-- Checking for package 'AMD'
-- Checking for package 'CHOLMOD'
-- Checking for package 'AMD'
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libblas.so
-- Looking for cheev_
-- Looking for cheev_ - found
-- Performing test CHOLMOD_TEST_RUNS - Success
-- Performing test UMFPACK_TEST_RUNS - Success
-- Found UMFPACK: /usr/lib/x86_64-linux-gnu/libumfpack.so;/usr/lib/x86_64-linux-gnu/libamd.so;/usr/lib/x86_64-linux-gnu/libblas.so;/usr/lib/x86_64-linux-gnu/libcholmod.so;/usr/lib/x86_64-linux-gnu/libamd.so;/usr/lib/x86_64-linux-gnu/libcamd.so;/usr/lib/x86_64-linux-gnu/libcolamd.so;/usr/lib/x86_64-linux-gnu/libccolamd.so;/usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/liblapack.so;/usr/lib/x86_64-linux-gnu/libblas.so;/usr/lib/x86_64-linux-gnu/libblas.so;/usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.so;/usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so;/usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.so
-- Checking for package 'CHOLMOD'
-- Checking for package 'AMD'
-- Found BLAS: /usr/lib/x86_64-linux-gnu/libblas.so
-- Performing test CHOLMOD_TEST_RUNS - Success
-- Found CHOLMOD: /usr/lib/x86_64-linux-gnu/libcholmod.so;/usr/lib/x86_64-linux-gnu/libamd.so;/usr/lib/x86_64-linux-gnu/libcamd.so;/usr/lib/x86_64-linux-gnu/libcolamd.so;/usr/lib/x86_64-linux-gnu/libccolamd.so;/usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so;/usr/lib/x86_64-linux-gnu/librt.so;/usr/lib/x86_64-linux-gnu/liblapack.so;/usr/lib/x86_64-linux-gnu/libblas.so;/usr/lib/x86_64-linux-gnu/libblas.so;/usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.so
-- HDF5: Using hdf5 compiler wrapper to determine C configuration
-- Found HDF5: /usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so;/usr/lib/x86_64-linux-gnu/libsz.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so (found version "1.10.0.1") found components: C
-- Checking for Trilinos
CMake Error at /usr/local/lib/cmake/Trilinos/TrilinosConfig.cmake:174 (LIST):
  LIST sub-command REMOVE_DUPLICATES requires list to be present.
Call Stack (most recent call first):
  CMakeLists.txt:382 (find_package)

CMake Error at /usr/local/lib/cmake/Trilinos/TrilinosConfig.cmake:182 (LIST):
  LIST sub-command REMOVE_DUPLICATES requires list to be present.
Call Stack (most recent call first):
  CMakeLists.txt:382 (find_package)

-- Trilinos version 12.12.1 found. Checking for components
-- Trilinos found, but required package Tpetra not found. Trilinos will be disabled.
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- The following features have been enabled:

 * BUILD_SHARED_LIBS, Build DOLFIN with shared libraries.
 * DOLFIN_AUTO_DETECT_MPI, Detect MPI automatically (turn this off to use the MPI compiler wrappers directly via setting CXX, CXX, FC).
 * DOLFIN_WITH_LIBRARY_VERSION, Build with library version information.
 * DOLFIN_ENABLE_DOCS, Enable generation of documentation.
 * CMAKE_INSTALL_RPATH_USE_LINK_PATH, Add paths to linker search and installed rpath.
 * DOLFIN_ENABLE_MPI, Compile with support for MPI.
 * DOLFIN_ENABLE_PETSC, Compile with support for PETSc.
 * DOLFIN_ENABLE_SLEPC, Compile with support for SLEPc.
 * DOLFIN_ENABLE_TRILINOS, Compile with support for Trilinos.
 * DOLFIN_ENABLE_UMFPACK, Compile with support for UMFPACK.
 * DOLFIN_ENABLE_CHOLMOD, Compile with support for CHOLMOD.
 * DOLFIN_ENABLE_SCOTCH, Compile with support for SCOTCH.
 * DOLFIN_ENABLE_PARMETIS, Compile with support for ParMETIS.
 * DOLFIN_ENABLE_SUNDIALS, Compile with support for SUNDIALS.
 * DOLFIN_ENABLE_ZLIB, Compile with support for zlib.
 * DOLFIN_ENABLE_HDF5, Compile with support for HDF5.

-- The following OPTIONAL packages have been found:

 * MPI, Message Passing Interface (MPI)
   Enables DOLFIN to run in parallel with MPI
 * PETSc (required version >= 3.7), Portable, Extensible Toolkit for Scientific Computation, <https://www.mcs.anl.gov/petsc/>
   Enables the PETSc linear algebra backend
 * SLEPc (required version >= 3.7), Scalable Library for Eigenvalue Problem Computations, <http://slepc.upv.es/>
 * SCOTCH, Programs and libraries for graph, mesh and hypergraph partitioning, <https://www.labri.fr/perso/pelegrin/scotch>
   Enables parallel graph partitioning
 * UMFPACK, Sparse LU factorization library, <http://faculty.cse.tamu.edu/davis/suitesparse.html>
 * BLAS, Basic Linear Algebra Subprograms, <http://netlib.org/blas/>
 * Threads
 * CHOLMOD, Sparse Cholesky factorization library for sparse matrices, <http://faculty.cse.tamu.edu/davis/suitesparse.html>
 * HDF5, Hierarchical Data Format 5 (HDF5), <https://www.hdfgroup.org/HDF5>
 * ZLIB, Compression library, <http://www.zlib.net>

-- The following REQUIRED packages have been found:

 * Boost, Boost C++ libraries, <http://www.boost.org>
 * Eigen3 (required version >= 3.2.90), Lightweight C++ template library for linear algebra, <http://eigen.tuxfamily.org>
 * PythonInterp (required version >= 3), Interactive high-level object-oriented language, <http://www.python.org>
 * UFC (required version >= 2019.1), Unified language for form-compilers (part of FFC), <https://bitbucket.org/fenics-project/ffc>
 * PkgConfig

-- The following features have been disabled:

 * CMAKE_USE_RELATIVE_PATHS, Use relative paths in makefiles and projects.
 * DOLFIN_ENABLE_CODE_COVERAGE, Enable code coverage.
 * DOLFIN_ENABLE_BENCHMARKS, Enable benchmark programs.
 * DOLFIN_SKIP_BUILD_TESTS, Skip build tests for testing usability of dependency packages.
 * DOLFIN_DEPRECATION_ERROR, Turn deprecation warnings into errors.
 * DOLFIN_ENABLE_GEOMETRY_DEBUGGING, Enable geometry debugging.

-- The following OPTIONAL packages have not been found:

 * SUNDIALS (required version >= 3), SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers, <http://computation.llnl.gov/projects/sundials>
   Provides robust time integrators and nonlinear solvers that can easily be incorporated into existing simulation codes.

--
-- Generating demo source files from reStructuredText
-- --------------------------------------------------
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/auto-adaptive-poisson/cpp/main.cpp
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/biharmonic/cpp/main.cpp
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/built-in-meshes/cpp/main.cpp
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/eigenvalue/cpp/main.cpp
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/hyperelasticity/cpp/main.cpp
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/mixed-poisson/cpp/main.cpp
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/nonmatching-interpolation/cpp/main.cpp
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/poisson/cpp/main.cpp
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/auto-adaptive-poisson/cpp/AdaptivePoisson.ufl
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/biharmonic/cpp/Biharmonic.ufl
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/eigenvalue/cpp/StiffnessMatrix.ufl
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/hyperelasticity/cpp/HyperElasticity.ufl
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/mixed-poisson/cpp/MixedPoisson.ufl
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/nonmatching-interpolation/cpp/P1.ufl
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/nonmatching-interpolation/cpp/P3.ufl
extract written to /home/stathis/Documents/dolfin-2019.1.0.post0/demo/documented/poisson/cpp/Poisson.ufl
-- Performing Test HAVE_NO_MULTLINE
-- Performing Test HAVE_NO_MULTLINE - Success
-- Configuring incomplete, errors occurred!
See also "/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeOutput.log".
See also "/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeError.log".

2) CMakeError.log:
=================================================================================
Determining if the pthread_create exist failed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_be779/fast"
/usr/bin/make -f CMakeFiles/cmTC_be779.dir/build.make CMakeFiles/cmTC_be779.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_be779.dir/CheckSymbolExists.c.o
/usr/bin/cc -I/usr/include/scotch -I/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/include -o CMakeFiles/cmTC_be779.dir/CheckSymbolExists.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_be779
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be779.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_be779.dir/CheckSymbolExists.c.o -o cmTC_be779
CMakeFiles/cmTC_be779.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_be779.dir/build.make:97: recipe for target 'cmTC_be779' failed
make[1]: *** [cmTC_be779] Error 1
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_be779/fast' failed
make: *** [cmTC_be779/fast] Error 2

File /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_create
  return ((int*)(&pthread_create))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_932db/fast"
/usr/bin/make -f CMakeFiles/cmTC_932db.dir/build.make CMakeFiles/cmTC_932db.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_932db.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_932db.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_932db
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_932db.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_932db.dir/CheckFunctionExists.c.o -o cmTC_932db -lpthreads
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_932db.dir/build.make:97: recipe for target 'cmTC_932db' failed
make[1]: *** [cmTC_932db] Error 1
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_932db/fast' failed
make: *** [cmTC_932db/fast] Error 2

3) CMakeOutput.log
=================================================================================
The system is: Linux - 4.15.0-51-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:

The output was:
0

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is GNU, found in "/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/3.10.2/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:

The output was:
0

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is GNU, found in "/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/3.10.2/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_dd7ac/fast"
/usr/bin/make -f CMakeFiles/cmTC_dd7ac.dir/build.make CMakeFiles/cmTC_dd7ac.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_dd7ac.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_dd7ac.dir/testCCompiler.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_dd7ac
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dd7ac.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_dd7ac.dir/testCCompiler.c.o -o cmTC_dd7ac
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_d3a9a/fast"
/usr/bin/make -f CMakeFiles/cmTC_d3a9a.dir/build.make CMakeFiles/cmTC_d3a9a.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d3a9a.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_d3a9a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_d3a9a
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d3a9a.dir/link.txt --verbose=1
/usr/bin/cc -v CMakeFiles/cmTC_d3a9a.dir/CMakeCCompilerABI.c.o -o cmTC_d3a9a
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64/:/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d3a9a' '-mtune=generic' '-march=x86-64'
 /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZpXEwI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_d3a9a /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_d3a9a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d3a9a' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_d3a9a/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_d3a9a.dir/build.make CMakeFiles/cmTC_d3a9a.dir/build]
  ignore line: [make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_d3a9a.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_d3a9a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake-3.10/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_d3a9a]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d3a9a.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc -v CMakeFiles/cmTC_d3a9a.dir/CMakeCCompilerABI.c.o -o cmTC_d3a9a ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-linux-gnu]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
  ignore line: [LIBRARY_PATH=/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64/:/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_d3a9a' '-mtune=generic' '-march=x86-64']
  link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccZpXEwI.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_d3a9a /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_d3a9a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccZpXEwI.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [--sysroot=/] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-pie] ==> ignore
    arg [-znow] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_d3a9a] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
    arg [-L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib] ==> dir [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib] ==> dir [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib]
    arg [-L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1] ==> dir [/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
    arg [CMakeFiles/cmTC_d3a9a.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--push-state] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--pop-state] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--push-state] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--pop-state] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
  collapse library dir [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib] ==> [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib] ==> [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1] ==> [/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
  implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
  implicit dirs: [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib;/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib;/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64;/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64;/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64;/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1]
  implicit fwks: []

Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ea161/fast"
/usr/bin/make -f CMakeFiles/cmTC_ea161.dir/build.make CMakeFiles/cmTC_ea161.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ea161.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_ea161.dir/feature_tests.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_ea161
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ea161.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_ea161.dir/feature_tests.c.o -o cmTC_ea161
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:1c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros

Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_de43e/fast"
/usr/bin/make -f CMakeFiles/cmTC_de43e.dir/build.make CMakeFiles/cmTC_de43e.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_de43e.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_de43e.dir/feature_tests.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_de43e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de43e.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_de43e.dir/feature_tests.c.o -o cmTC_de43e
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros

Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_b3f79/fast"
/usr/bin/make -f CMakeFiles/cmTC_b3f79.dir/build.make CMakeFiles/cmTC_b3f79.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b3f79.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_b3f79.dir/feature_tests.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_b3f79
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3f79.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_b3f79.dir/feature_tests.c.o -o cmTC_b3f79
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:0c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_6bf8e/fast"
/usr/bin/make -f CMakeFiles/cmTC_6bf8e.dir/build.make CMakeFiles/cmTC_6bf8e.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_6bf8e.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_6bf8e.dir/testCXXCompiler.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_6bf8e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6bf8e.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_6bf8e.dir/testCXXCompiler.cxx.o -o cmTC_6bf8e
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_58536/fast"
/usr/bin/make -f CMakeFiles/cmTC_58536.dir/build.make CMakeFiles/cmTC_58536.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_58536.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_58536.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_58536
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58536.dir/link.txt --verbose=1
/usr/bin/c++ -v CMakeFiles/cmTC_58536.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_58536
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64/:/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_58536' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9k3YNv.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_58536 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_58536.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_58536' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make" "cmTC_58536/fast"]
  ignore line: [/usr/bin/make -f CMakeFiles/cmTC_58536.dir/build.make CMakeFiles/cmTC_58536.dir/build]
  ignore line: [make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_58536.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_58536.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.10/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTC_58536]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58536.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++ -v CMakeFiles/cmTC_58536.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_58536 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-linux-gnu]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.4.0-1ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
  ignore line: [LIBRARY_PATH=/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64/:/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64/:/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64/:/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_58536' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9k3YNv.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_58536 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64 -L/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_58536.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/cc9k3YNv.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [--sysroot=/] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-pie] ==> ignore
    arg [-znow] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_58536] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
    arg [-L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib] ==> dir [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib] ==> dir [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib]
    arg [-L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64] ==> dir [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64]
    arg [-L/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1] ==> dir [/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
    arg [CMakeFiles/cmTC_58536.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-lstdc++] ==> lib [stdc++]
    arg [-lm] ==> lib [m]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [-lc] ==> lib [c]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
  collapse library dir [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib/../lib] ==> [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib] ==> [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/ipp/../compiler/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64] ==> [/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64]
  collapse library dir [/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1] ==> [/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
  implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
  implicit dirs: [/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/libfabric/lib;/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib;/opt/intel/composer_xe_2013.3.163/compiler/lib/intel64;/opt/intel/composer_xe_2013.3.163/mkl/lib/intel64;/opt/intel/composer_xe_2013.3.163/ipp/lib/intel64;/opt/intel/composer_xe_2013.3.163/tbb/lib/intel64/gcc4.1]
  implicit fwks: []

Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_ab8b6/fast"
/usr/bin/make -f CMakeFiles/cmTC_ab8b6.dir/build.make CMakeFiles/cmTC_ab8b6.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ab8b6.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_ab8b6.dir/feature_tests.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_ab8b6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ab8b6.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_ab8b6.dir/feature_tests.cxx.o -o cmTC_ab8b6
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_afe63/fast"
/usr/bin/make -f CMakeFiles/cmTC_afe63.dir/build.make CMakeFiles/cmTC_afe63.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_afe63.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_afe63.dir/feature_tests.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_afe63
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_afe63.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_afe63.dir/feature_tests.cxx.o -o cmTC_afe63
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

    Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:1cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_91a83/fast"
/usr/bin/make -f CMakeFiles/cmTC_91a83.dir/build.make CMakeFiles/cmTC_91a83.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_91a83.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_91a83.dir/feature_tests.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_91a83
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_91a83.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_91a83.dir/feature_tests.cxx.o -o cmTC_91a83
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates

Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f4488/fast"
/usr/bin/make -f CMakeFiles/cmTC_f4488.dir/build.make CMakeFiles/cmTC_f4488.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_f4488.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_f4488.dir/feature_tests.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_f4488
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4488.dir/link.txt --verbose=1
/usr/bin/c++ CMakeFiles/cmTC_f4488.dir/feature_tests.cxx.o -o cmTC_f4488
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:0cxx_alias_templates
    Feature record: CXX_FEATURE:0cxx_alignas
    Feature record: CXX_FEATURE:0cxx_alignof
    Feature record: CXX_FEATURE:0cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:0cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:0cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:0cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:0cxx_default_function_template_args
    Feature record: CXX_FEATURE:0cxx_defaulted_functions
    Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:0cxx_delegating_constructors
    Feature record: CXX_FEATURE:0cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:0cxx_explicit_conversions
    Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:0cxx_extern_templates
    Feature record: CXX_FEATURE:0cxx_final
    Feature record: CXX_FEATURE:0cxx_func_identifier
    Feature record: CXX_FEATURE:0cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:0cxx_inheriting_constructors
    Feature record: CXX_FEATURE:0cxx_inline_namespaces
    Feature record: CXX_FEATURE:0cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:0cxx_local_type_template_args
    Feature record: CXX_FEATURE:0cxx_long_long_type
    Feature record: CXX_FEATURE:0cxx_noexcept
    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:0cxx_nullptr
    Feature record: CXX_FEATURE:0cxx_override
    Feature record: CXX_FEATURE:0cxx_range_for
    Feature record: CXX_FEATURE:0cxx_raw_string_literals
    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:0cxx_right_angle_brackets
    Feature record: CXX_FEATURE:0cxx_rvalue_references
    Feature record: CXX_FEATURE:0cxx_sizeof_member
    Feature record: CXX_FEATURE:0cxx_static_assert
    Feature record: CXX_FEATURE:0cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:0cxx_thread_local
    Feature record: CXX_FEATURE:0cxx_trailing_return_types
    Feature record: CXX_FEATURE:0cxx_unicode_literals
    Feature record: CXX_FEATURE:0cxx_uniform_initialization
    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
    Feature record: CXX_FEATURE:0cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:0cxx_variadic_macros
    Feature record: CXX_FEATURE:0cxx_variadic_templates
Performing C++ SOURCE FILE Test HAVE_PIPE succeeded with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_00a31/fast"
/usr/bin/make -f CMakeFiles/cmTC_00a31.dir/build.make CMakeFiles/cmTC_00a31.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_00a31.dir/src.cxx.o
/usr/bin/c++ -DHAVE_PIPE -pipe -o CMakeFiles/cmTC_00a31.dir/src.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_00a31
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_00a31.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_PIPE CMakeFiles/cmTC_00a31.dir/src.cxx.o -o cmTC_00a31
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_PEDANTIC succeeded with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_285e4/fast"
/usr/bin/make -f CMakeFiles/cmTC_285e4.dir/build.make CMakeFiles/cmTC_285e4.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_285e4.dir/src.cxx.o
/usr/bin/c++ -DHAVE_PEDANTIC -Wall -Werror -pedantic -o CMakeFiles/cmTC_285e4.dir/src.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_285e4
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_285e4.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_PEDANTIC CMakeFiles/cmTC_285e4.dir/src.cxx.o -o cmTC_285e4
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_DEBUG succeeded with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8ff42/fast"
/usr/bin/make -f CMakeFiles/cmTC_8ff42.dir/build.make CMakeFiles/cmTC_8ff42.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8ff42.dir/src.cxx.o
/usr/bin/c++ -DHAVE_DEBUG -g -o CMakeFiles/cmTC_8ff42.dir/src.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_8ff42
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ff42.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_DEBUG CMakeFiles/cmTC_8ff42.dir/src.cxx.o -o cmTC_8ff42
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test HAVE_O2_OPTIMISATION succeeded with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_443f2/fast"
/usr/bin/make -f CMakeFiles/cmTC_443f2.dir/build.make CMakeFiles/cmTC_443f2.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_443f2.dir/src.cxx.o
/usr/bin/c++ -DHAVE_O2_OPTIMISATION -O2 -o CMakeFiles/cmTC_443f2.dir/src.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_443f2
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_443f2.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_O2_OPTIMISATION CMakeFiles/cmTC_443f2.dir/src.cxx.o -o cmTC_443f2
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e5c01/fast"
/usr/bin/make -f CMakeFiles/cmTC_e5c01.dir/build.make CMakeFiles/cmTC_e5c01.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e5c01.dir/CheckIncludeFile.c.o
/usr/bin/cc -I/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/include -I/home/stathis/Documents/petsc-3.11.2/arch-linux2-c-debug/include -I/home/stathis/Documents/petsc-3.11.2/include -o CMakeFiles/cmTC_e5c01.dir/CheckIncludeFile.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_e5c01
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5c01.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_e5c01.dir/CheckIncludeFile.c.o -o cmTC_e5c01
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Determining if the include file stdint.h exists passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_63e06/fast"
/usr/bin/make -f CMakeFiles/cmTC_63e06.dir/build.make CMakeFiles/cmTC_63e06.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_63e06.dir/CheckIncludeFile.c.o
/usr/bin/cc -I/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/include -I/home/stathis/Documents/petsc-3.11.2/arch-linux2-c-debug/include -I/home/stathis/Documents/petsc-3.11.2/include -o CMakeFiles/cmTC_63e06.dir/CheckIncludeFile.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_63e06
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63e06.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_63e06.dir/CheckIncludeFile.c.o -o cmTC_63e06
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Determining if the include file stddef.h exists passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_98d3b/fast"
/usr/bin/make -f CMakeFiles/cmTC_98d3b.dir/build.make CMakeFiles/cmTC_98d3b.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_98d3b.dir/CheckIncludeFile.c.o
/usr/bin/cc -I/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/include -I/home/stathis/Documents/petsc-3.11.2/arch-linux2-c-debug/include -I/home/stathis/Documents/petsc-3.11.2/include -o CMakeFiles/cmTC_98d3b.dir/CheckIncludeFile.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_98d3b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98d3b.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_98d3b.dir/CheckIncludeFile.c.o -o cmTC_98d3b
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Determining size of PetscInt passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_2838e/fast"
/usr/bin/make -f CMakeFiles/cmTC_2838e.dir/build.make CMakeFiles/cmTC_2838e.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_2838e.dir/PETSC_INT_SIZE.c.o
/usr/bin/cc -I/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/include -I/home/stathis/Documents/petsc-3.11.2/arch-linux2-c-debug/include -I/home/stathis/Documents/petsc-3.11.2/include -o CMakeFiles/cmTC_2838e.dir/PETSC_INT_SIZE.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CheckTypeSize/PETSC_INT_SIZE.c
Linking C executable cmTC_2838e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2838e.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_2838e.dir/PETSC_INT_SIZE.c.o -o cmTC_2838e -Wl,-rpath,/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/lib:/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/lib/release /opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/lib/libmpifort.so /opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/lib/release/libmpi.so /usr/lib/x86_64-linux-gnu/librt.so -lpthread /usr/lib/x86_64-linux-gnu/libdl.so
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Determining if the function sgemm_ exists passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_3259d/fast"
/usr/bin/make -f CMakeFiles/cmTC_3259d.dir/build.make CMakeFiles/cmTC_3259d.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3259d.dir/CheckFunctionExists.c.o
/usr/bin/cc -I/usr/include/scotch -I/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/include -DCHECK_FUNCTION_EXISTS=sgemm_ -o CMakeFiles/cmTC_3259d.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_3259d
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3259d.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ CMakeFiles/cmTC_3259d.dir/CheckFunctionExists.c.o -o cmTC_3259d /usr/lib/x86_64-linux-gnu/libblas.so
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Determining if the include file pthread.h exists passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_8039c/fast"
/usr/bin/make -f CMakeFiles/cmTC_8039c.dir/build.make CMakeFiles/cmTC_8039c.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_8039c.dir/CheckIncludeFile.c.o
/usr/bin/cc -I/usr/include/scotch -I/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/include -o CMakeFiles/cmTC_8039c.dir/CheckIncludeFile.c.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_8039c
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8039c.dir/link.txt --verbose=1
/usr/bin/cc CMakeFiles/cmTC_8039c.dir/CheckIncludeFile.c.o -o cmTC_8039c
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_030a1/fast"
/usr/bin/make -f CMakeFiles/cmTC_030a1.dir/build.make CMakeFiles/cmTC_030a1.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_030a1.dir/CheckFunctionExists.c.o
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_030a1.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_030a1
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_030a1.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_030a1.dir/CheckFunctionExists.c.o -o cmTC_030a1 -lpthread
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Determining if the function cheev_ exists passed with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_f1b8b/fast"
/usr/bin/make -f CMakeFiles/cmTC_f1b8b.dir/build.make CMakeFiles/cmTC_f1b8b.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f1b8b.dir/CheckFunctionExists.c.o
/usr/bin/cc -I/usr/include/scotch -I/opt/intel/mpi/compilers_and_libraries_2019.3.199/linux/mpi/intel64/include -DCHECK_FUNCTION_EXISTS=cheev_ -o CMakeFiles/cmTC_f1b8b.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.10/Modules/CheckFunctionExists.c
Linking C executable cmTC_f1b8b
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1b8b.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=cheev_ CMakeFiles/cmTC_f1b8b.dir/CheckFunctionExists.c.o -o cmTC_f1b8b /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Performing C++ SOURCE FILE Test HAVE_NO_MULTLINE succeeded with the following output:
Change Dir: /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_e10d6/fast"
/usr/bin/make -f CMakeFiles/cmTC_e10d6.dir/build.make CMakeFiles/cmTC_e10d6.dir/build
make[1]: Entering directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e10d6.dir/src.cxx.o
/usr/bin/c++ -DHAVE_NO_MULTLINE -Wno-comment -o CMakeFiles/cmTC_e10d6.dir/src.cxx.o -c /home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_e10d6
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e10d6.dir/link.txt --verbose=1
/usr/bin/c++ -DHAVE_NO_MULTLINE CMakeFiles/cmTC_e10d6.dir/src.cxx.o -o cmTC_e10d6 /usr/lib/x86_64-linux-gnu/libcholmod.so /usr/lib/x86_64-linux-gnu/libamd.so /usr/lib/x86_64-linux-gnu/libcamd.so /usr/lib/x86_64-linux-gnu/libcolamd.so /usr/lib/x86_64-linux-gnu/libccolamd.so /usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so /usr/lib/x86_64-linux-gnu/librt.so /usr/lib/x86_64-linux-gnu/liblapack.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/x86_64-linux-gnu/libblas.so /usr/lib/gcc/x86_64-linux-gnu/7/libgfortran.so
make[1]: Leaving directory '/home/stathis/Documents/dolfin-2019.1.0.post0/build/CMakeFiles/CMakeTmp'

Source file was:
int main() { return 0; }

Question information

Language:
English Edit question
Status:
Expired
For:
DOLFIN Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.