Skip to content

Instantly share code, notes, and snippets.

View qilicun's full-sized avatar
💭
I may be slow to respond.

Liu Ming qilicun

💭
I may be slow to respond.
View GitHub Profile
@qilicun
qilicun / opm-autodiff config log information
Created July 10, 2013 03:05
opm-autodiff config log information
cmake -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="g++" -DDUNE_ROOT="/project/res/x86_64_RH_5/share/opm/dune_git" -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="/private/miliu/local/opm-autodiff" ../
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
@qilicun
qilicun / gist:6387858
Created August 30, 2013 09:01
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
@qilicun
qilicun / gist:6518417
Created September 11, 2013 01:48
[Opm-core]Issue #362: CMakeOutput.log
The system is: Linux - 2.6.18-164.el5 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/gcc44
Build flags:
Id flags:
The output was:
0
@qilicun
qilicun / gist:6518421
Created September 11, 2013 01:49
[Opm-core]issue#362:CMakeError.log
Determining if the CXX compiler accepts the flag -std=c++11 failed with the following output:
Change Dir: /project/eor/user/liuming/opm/opm-core/build/CMakeFiles/CMakeTmp
Run Build Command:/usr/bin/gmake "cmTryCompileExec/fast"
/usr/bin/gmake -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
gmake[1]: Entering directory `/project/eor/user/liuming/opm/opm-core/build/CMakeFiles/CMakeTmp'
/project/res/x86_64_RH_5/bin/cmake -E cmake_progress_report /project/eor/user/liuming/opm/opm-core/build/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec.dir/DummyCXXFile.cxx.o
/usr/bin/g++44 -pipe -Wall -Wno-unknown-pragmas -std=c++11 -o CMakeFiles/cmTryCompileExec.dir/DummyCXXFile.cxx.o -c /project/res/x86_64_RH_5/share/cmake-2.8/Modules/DummyCXXFile.cxx
cc1plus: error: unrecognized command line option "-std=c++11"
-- CMake version: 2.8.7
-- Linux distribution: unknown
-- Target architecture: x86_64
-- Source code repository: git 7598d50%
-- GNU C++ compiler version: 4.4.7
-- Linker: ld 2.17.50.0.6-12.el5
-- Precompiled headers: disabled
-- Build type: Debug
-- All warnings enabled: -Wall
-- OpenMP: disabled
@qilicun
qilicun / 20130912-0830-build.log
Created September 12, 2013 00:37
opm-core:issue#362
-- 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
@qilicun
qilicun / SuiteSparse_config.mk
Created September 12, 2013 02:25
SuiteSparse_config.mk
#===============================================================================
# SuiteSparse_config.mk: common configuration file for the SuiteSparse
#===============================================================================
# This file contains all configuration settings for all packages authored or
# co-authored by Tim Davis:
#
# Package Version Description
# ------- ------- -----------
# AMD 1.2 or later approximate minimum degree ordering
@qilicun
qilicun / umfpack
Created September 12, 2013 02:31
new setting to umpack
//No help, variable specified on the command line.
SuiteSparse_ROOT:UNINITIALIZED=/project/res/x86_64_RH_5/
//Path to a file.
TinyXML_INCLUDE_DIR:PATH=TinyXML_INCLUDE_DIR-NOTFOUND
//Path to a library.
TinyXML_LIBRARY:FILEPATH=TinyXML_LIBRARY-NOTFOUND
//Path to a file.
@qilicun
qilicun / gist:6656392
Created September 22, 2013 03:21
opm-autodiff build information
cmake -DCMAKE_C_COMPILER="gcc44" -DCMAKE_CXX_COMPILER="g++44" -DCMAKE_BUILD_TYPE="Debug" -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" -DOPMCORE_ROOT="/project/eor/user/liuming/local/opm" -DSuiteSparse_ROOT="/usr/local/" ../
-- 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
@qilicun
qilicun / gist:7426509
Created November 12, 2013 06:39
opm-autodiff
cmake -DERT_ROOT=/home/liuming/work/opm/ert -DDUNE_ROOT=/home/liuming/work/dune ../
-- The C compiler identification is GNU 4.8.1
-- The CXX compiler identification is GNU 4.8.1
-- 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
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info