This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #=============================================================================== | |
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
OlderNewer