Skip to content

Instantly share code, notes, and snippets.

@qilicun
Created August 30, 2013 09:01
Show Gist options
  • Select an option

  • Save qilicun/6387858 to your computer and use it in GitHub Desktop.

Select an option

Save qilicun/6387858 to your computer and use it in GitHub Desktop.
opm-autodiff issue#27
cmake -DCMAKE_C_COMPILER="gcc44" -DCMAKE_CXX_COMPILER="g++44" -DDUNE_ROOT="/project/res/x86_64_RH_5/share/opm/dune" -DSUPERLU_ROOT="/project/res/x86_64_RH_5/share/opm/SuperLU_4.0" -DBOOST_ROOT="/project/res/x86_64_RH_5/share/opm/boost" -DERT_ROOT="/project/res/x86_64_RH_5/share/ert/release/nightly/upstream/master" -DCMAKE_INSTALL_PREFIX="/project/eor/user/liuming/local/opm-autodiff" -DEIGEN3_INCLUDE_DIR="/project/eor/user/liuming/local/eigen3/include/eigen3" ../.
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc44
-- Check for working C compiler: /usr/bin/gcc44 -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++44
-- Check for working CXX compiler: /usr/bin/g++44 -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- CMake version: 2.8.7
-- Linux distribution: unknown
-- Target architecture: x86_64
-- Found Git: /project/res/bin/sdpsoft/git
-- Source code repository: git f0e6591%
-- GNU C++ compiler version: 4.4.7
-- Linker: ld 2.17.50.0.6-12.el5
-- Checking to see if CXX compiler accepts flag -Wl,--enable-new-dtags
-- Checking to see if CXX compiler accepts flag -Wl,--enable-new-dtags - yes
-- Precompiled headers: disabled
-- Build type: Release
-- Checking to see if CXX compiler accepts flag -mtune=native
-- Checking to see if CXX compiler accepts flag -mtune=native - yes
-- All warnings enabled: -Wall
-- OpenMP: disabled
-- Finding package C99 using module mode
-- Performing Test HAVE_C99
-- Performing Test HAVE_C99 - Success
-- Found C99: -std=c99
-- Finding package CXX11Features using module mode
-- Checking to see if CXX compiler accepts flag -std=c++11
-- Checking to see if CXX compiler accepts flag -std=c++11 - no
-- Checking to see if CXX compiler accepts flag -std=c++0x
-- Checking to see if CXX compiler accepts flag -std=c++0x - yes
-- Performing Test HAVE_TYPE_TRAITS
-- Performing Test HAVE_TYPE_TRAITS - Success
-- Performing Test HAVE_SHARED_PTR
-- Performing Test HAVE_SHARED_PTR - Success
-- Performing Test HAVE_UNIQUE_PTR
-- Performing Test HAVE_UNIQUE_PTR - Success
-- Performing Test HAVE_NULLPTR
-- Performing Test HAVE_NULLPTR - Failed
-- Performing Test HAVE_CONSTEXPR
-- Performing Test HAVE_CONSTEXPR - Failed
-- Performing Test HAVE_ARRAY
-- Performing Test HAVE_ARRAY - Success
-- Performing Test HAVE_INTEGRAL_CONSTANT
-- Performing Test HAVE_INTEGRAL_CONSTANT - Failed
-- Looking for C++ include tuple
-- Looking for C++ include tuple - found
-- Looking for C++ include tr1/tuple
-- Looking for C++ include tr1/tuple - found
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE
-- Performing Test HAVE_ATTRIBUTE_ALWAYS_INLINE - 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 - Failed
-- Performing Test HAVE_STATIC_ASSERT
-- Performing Test HAVE_STATIC_ASSERT - Success
-- Performing Test HAVE_AUTO
-- Performing Test HAVE_AUTO - Success
-- Performing Test HAVE_VARIADIC_TEMPLATES
-- Performing Test HAVE_VARIADIC_TEMPLATES - Success
-- Performing Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE
-- Performing Test HAVE_VARIADIC_CONSTRUCTOR_SFINAE - Success
-- Performing Test HAVE_RVALUE_REFERENCES
-- Performing Test HAVE_RVALUE_REFERENCES - Success
-- Looking for C++ include tr1/type_traits
-- Looking for C++ include tr1/type_traits - found
-- Finding package Boost using module mode
-- Boost version: 1.45.0
-- Found the following Boost libraries:
-- date_time
-- filesystem
-- system
-- unit_test_framework
-- Finding package dune-common using module mode
-- Finding package BLAS using module mode
-- Looking for sgemm_
-- Looking for sgemm_ - found
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - 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
-- A library with BLAS API found.
-- Finding package LAPACK using module mode
-- A library with BLAS API found.
-- Looking for cheev_
-- Looking for cheev_ - found
-- A library with LAPACK API found.
-- Finding package CxaDemangle using module mode
-- Performing Test HAVE_CXA_DEMANGLE
-- Performing Test HAVE_CXA_DEMANGLE - Success
-- Performing Test HAVE_DUNE_COMMON
-- Performing Test HAVE_DUNE_COMMON - Success
-- Found dune-common: /project/res/x86_64_RH_5/share/opm/dune/dune-common/include
-- Version 2.2.1 of dune-common from /project/res/x86_64_RH_5/share/opm/dune/dune-common/lib/dunecontrol/dune-common/dune.module
-- Finding package dune-istl using module mode
-- Finding package SuperLU using module mode
-- 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
-- Performing Test SUPERLU_POST_2005_VERSION
-- Performing Test SUPERLU_POST_2005_VERSION - Success
-- Found SuperLU: /project/res/x86_64_RH_5/share/opm/SuperLU_4.0/SRC
-- Performing Test HAVE_DUNE_ISTL
-- Performing Test HAVE_DUNE_ISTL - Success
-- Found dune-istl: /project/res/x86_64_RH_5/share/opm/dune/dune-istl/include
-- Version 2.2.1 of dune-istl from /project/res/x86_64_RH_5/share/opm/dune/dune-istl/lib/dunecontrol/dune-istl/dune.module
-- Finding package opm-core using module mode
-- Finding package SuiteSparse using module mode
-- Performing Test HAVE_UMFPACK_WITHOUT_CHOLMOD
-- Performing Test HAVE_UMFPACK_WITHOUT_CHOLMOD - Failed
-- Could NOT find SuiteSparse (missing: SuiteSparse_LIBRARIES SuiteSparse_INCLUDE_DIRS)
-- Finding package TinyXML using module mode
-- Performing Test HAVE_TINYXML
-- Performing Test HAVE_TINYXML - Failed
-- Could NOT find TinyXML (missing: TinyXML_INCLUDE_DIR TinyXML_LIBRARY HAVE_TINYXML)
-- Finding package ERT using module mode
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for glob
-- Looking for glob - found
-- Looking for fork
-- Looking for fork - found
-- Looking for getuid
-- Looking for getuid - found
-- Looking for lockf
-- Looking for lockf - found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for readlinkat
-- Looking for readlinkat - found
-- Looking for symlink
-- Looking for symlink - found
-- Looking for va_copy
-- Looking for va_copy - found
-- OpenMP: disabled
-- Found ZLIB: /usr/lib64/libz.so (found version "1.2.3")
-- A library with BLAS API found.
-- A library with BLAS API found.
-- A library with LAPACK API found.
-- Performing Test HAVE_ERT
-- Performing Test HAVE_ERT - Success
-- Found ERT: /project/res/x86_64_RH_5/share/ert/release/nightly/upstream/master/include;/project/res/x86_64_RH_5/share/ert/release/nightly/upstream/master/include;/project/res/x86_64_RH_5/share/ert/release/nightly/upstream/master/include
-- Performing Test HAVE_OPM_CORE
-- Performing Test HAVE_OPM_CORE - Success
-- Found opm-core: /project/eor/user/liuming/opm/opm-core
-- Performing Test HAVE_DYNAMIC_BOOST_TEST
-- Performing Test HAVE_DYNAMIC_BOOST_TEST - Success
-- Finding package Eigen3 using module mode
-- Found Eigen3: /project/eor/user/liuming/local/eigen3/include/eigen3 (Required is at least version "3.1")
-- Generating debug symbols: -ggdb3
-- Looking for strip utility
-- Looking for strip utility - found
-- Writing config file "/project/eor/user/liuming/opm/opm-autodiff/build/config.h"...
-- This build defaults to installing in /project/eor/user/liuming/local/opm-autodiff
-- Found Doxygen: /project/res/x86_64_RH_5/bin/doxygen
-- Libtool not found!
-- Configuring done
-- Generating done
-- Build files have been written to: /project/eor/user/liuming/opm/opm-autodiff/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment