Hi Jens, thanks for your reply. I attached the cmake log files which I 
think might be useful. And as you said, I only use CSG now. The cmake 
command I used was:

cmake -DBUILD_CSGAPPS=ON --DCMAKE_INSTALL_PREFIX=~/votca 
-DEIGEN3_INCLUDE_DIR=~/local/include/eigen3 -DBOOST_ROOT=~/local 
-DWITH_GMX=OFF ..

So if it is the MKL problem, how to disable it?

Meng

在 2018年11月7日星期三 UTC+8下午10:39:29,Jens Wehner写道:
>
> Heyho Meng,
>
> can you show the whole cmake log? 
>
> My guess is that the linking to the MKL library sort of failed. If you are 
> only interested in CSG, you do not need to use MKL at all, as the speed 
> gain is minimal. 
>
> Cheers Jens
>
> Am Mittwoch, 7. November 2018 15:29:18 UTC+1 schrieb [email protected]:
>>
>> Hi,
>>
>> I'm trying to install VOTCA in the cluster of supercomputing center. I 
>> believe that all the needed 
>> dependencies have been installed, so the cmake process was successful.
>>
>> However, later I failed to pass through the make process, there comes the 
>> below error messages. I also
>> tried to install the LAPACK, but it didn't help. So ... can anybody tell 
>> me what the problem is?
>>
>> [  4%] Building CXX object 
>> tools/src/libtools/CMakeFiles/votca_tools.dir/linalg.cc.o
>> /home-gs/users/nsgs066_LLJ/software/votca/tools/src/libtools/linalg.cc: 
>> In function 'bool votca::tools::linalg_eigenvalues(Eigen::MatrixXd&, 
>> Eigen::VectorXd&, Eigen::MatrixXd&, int)':
>> /home-gs/users/nsgs066_LLJ/software/votca/tools/src/libtools/linalg.cc:94:28:
>>  
>> error: 'LAPACK_COL_MAJOR' was not declared in this scope
>>      info = LAPACKE_dsyevx( LAPACK_COL_MAJOR, 'V', 'I', 'U', n, pA , lda, 
>> vl, vu, il, iu, abstol, &m, pE, pV, n,  ifail );
>>                             ^~~~~~~~~~~~~~~~
>> /home-gs/users/nsgs066_LLJ/software/votca/tools/src/libtools/linalg.cc:94:12:
>>  
>> error: 'LAPACKE_dsyevx' was not declared in this scope
>>      info = LAPACKE_dsyevx( LAPACK_COL_MAJOR, 'V', 'I', 'U', n, pA , lda, 
>> vl, vu, il, iu, abstol, &m, pE, pV, n,  ifail );
>>             ^~~~~~~~~~~~~~
>> /home-gs/users/nsgs066_LLJ/software/votca/tools/src/libtools/linalg.cc: 
>> In function 'bool votca::tools::linalg_eigenvalues(Eigen::MatrixXf&, 
>> Eigen::VectorXf&, Eigen::MatrixXf&, int)':
>> /home-gs/users/nsgs066_LLJ/software/votca/tools/src/libtools/linalg.cc:142:28:
>>  
>> error: 'LAPACK_COL_MAJOR' was not declared in this scope
>>      info = LAPACKE_ssyevx( LAPACK_COL_MAJOR, 'V', 'I', 'U', n, pA , lda, 
>> vl, vu, il, iu, abstol, &m, pE, pV, n,  ifail );
>>                             ^~~~~~~~~~~~~~~~
>> /home-gs/users/nsgs066_LLJ/software/votca/tools/src/libtools/linalg.cc:142:12:
>>  
>> error: 'LAPACKE_ssyevx' was not declared in this scope
>>      info = LAPACKE_ssyevx( LAPACK_COL_MAJOR, 'V', 'I', 'U', n, pA , lda, 
>> vl, vu, il, iu, abstol, &m, pE, pV, n,  ifail );
>>             ^~~~~~~~~~~~~~
>> make[2]: *** [tools/src/libtools/CMakeFiles/votca_tools.dir/linalg.cc.o] 
>> Error 1
>> make[1]: *** [tools/src/libtools/CMakeFiles/votca_tools.dir/all] Error 2
>> make: *** [all] Error 2
>>
>>
>> Sincerely,
>> Meng
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"votca" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/votca.
For more options, visit https://groups.google.com/d/optout.
The system is: Linux - 2.6.32.59-0.7-default - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" 
succeeded.
Compiler: /home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc 
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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/3.12.0-rc1/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" 
succeeded.
Compiler: /home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++ 
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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/3.12.0-rc1/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_14c7c/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_14c7c.dir/build.make 
CMakeFiles/cmTC_14c7c.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_14c7c.dir/testCCompiler.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_14c7c.dir/testCCompiler.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_14c7c
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_14c7c.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_14c7c.dir/testCCompiler.c.o  -o cmTC_14c7c 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_e6837/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_e6837.dir/build.make 
CMakeFiles/cmTC_e6837.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e6837.dir/CMakeCCompilerABI.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_e6837.dir/CMakeCCompilerABI.c.o   -c 
/home-gs/compiler/cmake/share/cmake-3.12/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_e6837
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_e6837.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc     -v -rdynamic 
CMakeFiles/cmTC_e6837.dir/CMakeCCompilerABI.c.o  -o cmTC_e6837 
Using built-in specs.
COLLECT_GCC=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc
COLLECT_LTO_WRAPPER=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure 
--prefix=/home-fn/users/nsfn111_ZZY/Software/GCC/gcc-8.1.0/build
Thread model: posix
gcc version 8.1.0 (GCC) 
COMPILER_PATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/
LIBRARY_PATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_e6837' '-mtune=generic' 
'-march=x86-64'
 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/collect2
 --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker 
/lib64/ld-linux-x86-64.so.2 -o cmTC_e6837 /usr/lib/../lib64/crt1.o 
/usr/lib/../lib64/crti.o 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtbegin.o
 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0
 -L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64
 -L/lib/../lib64 -L/usr/lib/../lib64 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..
 CMakeFiles/cmTC_e6837.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s 
--no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtend.o
 /usr/lib/../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_e6837' '-mtune=generic' 
'-march=x86-64'
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_e6837/fast"]
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_e6837.dir/build.make 
CMakeFiles/cmTC_e6837.dir/build]
  ignore line: [gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp']
  ignore line: [Building C object 
CMakeFiles/cmTC_e6837.dir/CMakeCCompilerABI.c.o]
  ignore line: [/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_e6837.dir/CMakeCCompilerABI.c.o   -c 
/home-gs/compiler/cmake/share/cmake-3.12/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTC_e6837]
  ignore line: [/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_e6837.dir/link.txt --verbose=1]
  ignore line: [/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc     -v -rdynamic 
CMakeFiles/cmTC_e6837.dir/CMakeCCompilerABI.c.o  -o cmTC_e6837 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc]
  ignore line: 
[COLLECT_LTO_WRAPPER=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/lto-wrapper]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: ../configure 
--prefix=/home-fn/users/nsfn111_ZZY/Software/GCC/gcc-8.1.0/build]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 8.1.0 (GCC) ]
  ignore line: 
[COMPILER_PATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/]
  ignore line: 
[LIBRARY_PATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_e6837' 
'-mtune=generic' '-march=x86-64']
  link line: [ 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/collect2
 --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker 
/lib64/ld-linux-x86-64.so.2 -o cmTC_e6837 /usr/lib/../lib64/crt1.o 
/usr/lib/../lib64/crti.o 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtbegin.o
 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0
 -L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64
 -L/lib/../lib64 -L/usr/lib/../lib64 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..
 CMakeFiles/cmTC_e6837.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s 
--no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtend.o
 /usr/lib/../lib64/crtn.o]
    arg 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/collect2]
 ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_e6837] ==> ignore
    arg [/usr/lib/../lib64/crt1.o] ==> ignore
    arg [/usr/lib/../lib64/crti.o] ==> ignore
    arg 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtbegin.o]
 ==> ignore
    arg 
[-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0]
 ==> dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0]
    arg [-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc] ==> dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc]
    arg 
[-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64]
 ==> dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64]
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
    arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
    arg 
[-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..]
 ==> dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..]
    arg [CMakeFiles/cmTC_e6837.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtend.o]
 ==> ignore
    arg [/usr/lib/../lib64/crtn.o] ==> ignore
  collapse library dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0]
 ==> [/home-gs/compiler/GCC/gcc-8.1.0/build/lib/gcc/x86_64-pc-linux-gnu/8.1.0]
  collapse library dir [/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc] 
==> [/home-gs/compiler/GCC/gcc-8.1.0/build/lib/gcc]
  collapse library dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64]
 ==> [/home-gs/compiler/GCC/gcc-8.1.0/build/lib64]
  collapse library dir [/lib/../lib64] ==> [/lib64]
  collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
  collapse library dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..]
 ==> [/home-gs/compiler/GCC/gcc-8.1.0/build/lib]
  implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
  implicit dirs: 
[/home-gs/compiler/GCC/gcc-8.1.0/build/lib/gcc/x86_64-pc-linux-gnu/8.1.0;/home-gs/compiler/GCC/gcc-8.1.0/build/lib/gcc;/home-gs/compiler/GCC/gcc-8.1.0/build/lib64;/lib64;/usr/lib64;/home-gs/compiler/GCC/gcc-8.1.0/build/lib]
  implicit fwks: []




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_3c06f/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_3c06f.dir/build.make 
CMakeFiles/cmTC_3c06f.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_3c06f.dir/feature_tests.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc   -std=c11 -o 
CMakeFiles/cmTC_3c06f.dir/feature_tests.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_3c06f
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_3c06f.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_3c06f.dir/feature_tests.c.o  -o cmTC_3c06f 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_d7c5b/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_d7c5b.dir/build.make 
CMakeFiles/cmTC_d7c5b.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d7c5b.dir/feature_tests.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc   -std=c99 -o 
CMakeFiles/cmTC_d7c5b.dir/feature_tests.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_d7c5b
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_d7c5b.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_d7c5b.dir/feature_tests.c.o  -o cmTC_d7c5b 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_09e81/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_09e81.dir/build.make 
CMakeFiles/cmTC_09e81.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_09e81.dir/feature_tests.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc   -std=c90 -o 
CMakeFiles/cmTC_09e81.dir/feature_tests.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_09e81
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_09e81.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_09e81.dir/feature_tests.c.o  -o cmTC_09e81 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_ac3f3/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_ac3f3.dir/build.make 
CMakeFiles/cmTC_ac3f3.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ac3f3.dir/testCXXCompiler.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_ac3f3.dir/testCXXCompiler.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_ac3f3
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_ac3f3.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_ac3f3.dir/testCXXCompiler.cxx.o  -o cmTC_ac3f3 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_2eff6/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_2eff6.dir/build.make 
CMakeFiles/cmTC_2eff6.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2eff6.dir/CMakeCXXCompilerABI.cpp.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_2eff6.dir/CMakeCXXCompilerABI.cpp.o -c 
/home-gs/compiler/cmake/share/cmake-3.12/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_2eff6
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_2eff6.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++      -v -rdynamic 
CMakeFiles/cmTC_2eff6.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_2eff6 
Using built-in specs.
COLLECT_GCC=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++
COLLECT_LTO_WRAPPER=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: ../configure 
--prefix=/home-fn/users/nsfn111_ZZY/Software/GCC/gcc-8.1.0/build
Thread model: posix
gcc version 8.1.0 (GCC) 
COMPILER_PATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/
LIBRARY_PATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_2eff6' '-shared-libgcc' 
'-mtune=generic' '-march=x86-64'
 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/collect2
 --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker 
/lib64/ld-linux-x86-64.so.2 -o cmTC_2eff6 /usr/lib/../lib64/crt1.o 
/usr/lib/../lib64/crti.o 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtbegin.o
 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0
 -L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64
 -L/lib/../lib64 -L/usr/lib/../lib64 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..
 CMakeFiles/cmTC_2eff6.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc 
-lc -lgcc_s -lgcc 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtend.o
 /usr/lib/../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_2eff6' '-shared-libgcc' 
'-mtune=generic' '-march=x86-64'
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_2eff6/fast"]
  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_2eff6.dir/build.make 
CMakeFiles/cmTC_2eff6.dir/build]
  ignore line: [gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object 
CMakeFiles/cmTC_2eff6.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_2eff6.dir/CMakeCXXCompilerABI.cpp.o -c 
/home-gs/compiler/cmake/share/cmake-3.12/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTC_2eff6]
  ignore line: [/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_2eff6.dir/link.txt --verbose=1]
  ignore line: [/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++      -v -rdynamic 
CMakeFiles/cmTC_2eff6.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_2eff6 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++]
  ignore line: 
[COLLECT_LTO_WRAPPER=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/lto-wrapper]
  ignore line: [Target: x86_64-pc-linux-gnu]
  ignore line: [Configured with: ../configure 
--prefix=/home-fn/users/nsfn111_ZZY/Software/GCC/gcc-8.1.0/build]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 8.1.0 (GCC) ]
  ignore line: 
[COMPILER_PATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/]
  ignore line: 
[LIBRARY_PATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_2eff6' 
'-shared-libgcc' '-mtune=generic' '-march=x86-64']
  link line: [ 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/collect2
 --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker 
/lib64/ld-linux-x86-64.so.2 -o cmTC_2eff6 /usr/lib/../lib64/crt1.o 
/usr/lib/../lib64/crti.o 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtbegin.o
 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0
 -L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64
 -L/lib/../lib64 -L/usr/lib/../lib64 
-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..
 CMakeFiles/cmTC_2eff6.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc 
-lc -lgcc_s -lgcc 
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtend.o
 /usr/lib/../lib64/crtn.o]
    arg 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../libexec/gcc/x86_64-pc-linux-gnu/8.1.0/collect2]
 ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_2eff6] ==> ignore
    arg [/usr/lib/../lib64/crt1.o] ==> ignore
    arg [/usr/lib/../lib64/crti.o] ==> ignore
    arg 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtbegin.o]
 ==> ignore
    arg 
[-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0]
 ==> dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0]
    arg [-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc] ==> dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc]
    arg 
[-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64]
 ==> dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64]
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
    arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
    arg 
[-L/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..]
 ==> dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..]
    arg [CMakeFiles/cmTC_2eff6.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 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/crtend.o]
 ==> ignore
    arg [/usr/lib/../lib64/crtn.o] ==> ignore
  collapse library dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0]
 ==> [/home-gs/compiler/GCC/gcc-8.1.0/build/lib/gcc/x86_64-pc-linux-gnu/8.1.0]
  collapse library dir [/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc] 
==> [/home-gs/compiler/GCC/gcc-8.1.0/build/lib/gcc]
  collapse library dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../../../lib64]
 ==> [/home-gs/compiler/GCC/gcc-8.1.0/build/lib64]
  collapse library dir [/lib/../lib64] ==> [/lib64]
  collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
  collapse library dir 
[/home-gs/compiler/GCC/gcc-8.1.0/build/bin/../lib/gcc/x86_64-pc-linux-gnu/8.1.0/../../..]
 ==> [/home-gs/compiler/GCC/gcc-8.1.0/build/lib]
  implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
  implicit dirs: 
[/home-gs/compiler/GCC/gcc-8.1.0/build/lib/gcc/x86_64-pc-linux-gnu/8.1.0;/home-gs/compiler/GCC/gcc-8.1.0/build/lib/gcc;/home-gs/compiler/GCC/gcc-8.1.0/build/lib64;/lib64;/usr/lib64;/home-gs/compiler/GCC/gcc-8.1.0/build/lib]
  implicit fwks: []




Detecting CXX [-std=c++2a] compiler features compiled with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_2ebb2/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_2ebb2.dir/build.make 
CMakeFiles/cmTC_2ebb2.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_2ebb2.dir/feature_tests.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++    -std=c++2a -o 
CMakeFiles/cmTC_2ebb2.dir/feature_tests.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_2ebb2
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_2ebb2.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_2ebb2.dir/feature_tests.cxx.o  -o cmTC_2ebb2 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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++17] compiler features compiled with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_1ebe7/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_1ebe7.dir/build.make 
CMakeFiles/cmTC_1ebe7.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_1ebe7.dir/feature_tests.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++    -std=c++17 -o 
CMakeFiles/cmTC_1ebe7.dir/feature_tests.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_1ebe7
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_1ebe7.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_1ebe7.dir/feature_tests.cxx.o  -o cmTC_1ebe7 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_4538a/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_4538a.dir/build.make 
CMakeFiles/cmTC_4538a.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4538a.dir/feature_tests.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++    -std=c++14 -o 
CMakeFiles/cmTC_4538a.dir/feature_tests.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_4538a
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_4538a.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_4538a.dir/feature_tests.cxx.o  -o cmTC_4538a 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_c224d/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_c224d.dir/build.make 
CMakeFiles/cmTC_c224d.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c224d.dir/feature_tests.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++    -std=c++11 -o 
CMakeFiles/cmTC_c224d.dir/feature_tests.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_c224d
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_c224d.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_c224d.dir/feature_tests.cxx.o  -o cmTC_c224d 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_02063/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_02063.dir/build.make 
CMakeFiles/cmTC_02063.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_02063.dir/feature_tests.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++    -std=c++98 -o 
CMakeFiles/cmTC_02063.dir/feature_tests.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_02063
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_02063.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_02063.dir/feature_tests.cxx.o  -o cmTC_02063 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/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
Determining if the include file pthread.h exists passed with the following 
output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_55433/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_55433.dir/build.make 
CMakeFiles/cmTC_55433.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_55433.dir/CheckIncludeFile.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_55433.dir/CheckIncludeFile.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_55433
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_55433.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_55433.dir/CheckIncludeFile.c.o  -o cmTC_55433 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the function pthread_create exists in the pthread passed with 
the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_c5134/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_c5134.dir/build.make 
CMakeFiles/cmTC_c5134.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c5134.dir/CheckFunctionExists.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc   
-DCHECK_FUNCTION_EXISTS=pthread_create   -o 
CMakeFiles/cmTC_c5134.dir/CheckFunctionExists.c.o   -c 
/home-gs/compiler/cmake/share/cmake-3.12/Modules/CheckFunctionExists.c
Linking C executable cmTC_c5134
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_c5134.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc  
-DCHECK_FUNCTION_EXISTS=pthread_create    -rdynamic 
CMakeFiles/cmTC_c5134.dir/CheckFunctionExists.c.o  -o cmTC_c5134 -lpthread 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the function fftw_plan_r2r_1d exists in the 
/usr/lib64/libfftw3.so; passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_c129b/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_c129b.dir/build.make 
CMakeFiles/cmTC_c129b.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c129b.dir/CheckFunctionExists.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc   
-DCHECK_FUNCTION_EXISTS=fftw_plan_r2r_1d   -o 
CMakeFiles/cmTC_c129b.dir/CheckFunctionExists.c.o   -c 
/home-gs/compiler/cmake/share/cmake-3.12/Modules/CheckFunctionExists.c
Linking C executable cmTC_c129b
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_c129b.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc  
-DCHECK_FUNCTION_EXISTS=fftw_plan_r2r_1d    -rdynamic 
CMakeFiles/cmTC_c129b.dir/CheckFunctionExists.c.o  -o cmTC_c129b 
/usr/lib64/libfftw3.so 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file assert.h exists passed with the following 
output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_52401/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_52401.dir/build.make 
CMakeFiles/cmTC_52401.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_52401.dir/CheckIncludeFile.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_52401.dir/CheckIncludeFile.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_52401
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_52401.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_52401.dir/CheckIncludeFile.c.o  -o cmTC_52401 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file math.h exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_5d839/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_5d839.dir/build.make 
CMakeFiles/cmTC_5d839.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5d839.dir/CheckIncludeFile.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_5d839.dir/CheckIncludeFile.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_5d839
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_5d839.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_5d839.dir/CheckIncludeFile.c.o  -o cmTC_5d839 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file stdio.h exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_41b6c/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_41b6c.dir/build.make 
CMakeFiles/cmTC_41b6c.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_41b6c.dir/CheckIncludeFile.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_41b6c.dir/CheckIncludeFile.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_41b6c
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_41b6c.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_41b6c.dir/CheckIncludeFile.c.o  -o cmTC_41b6c 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file stdlib.h exists passed with the following 
output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_f7cae/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_f7cae.dir/build.make 
CMakeFiles/cmTC_f7cae.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f7cae.dir/CheckIncludeFile.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_f7cae.dir/CheckIncludeFile.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_f7cae
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_f7cae.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_f7cae.dir/CheckIncludeFile.c.o  -o cmTC_f7cae 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file string.h exists passed with the following 
output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_aacd9/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_aacd9.dir/build.make 
CMakeFiles/cmTC_aacd9.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_aacd9.dir/CheckIncludeFile.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_aacd9.dir/CheckIncludeFile.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_aacd9
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_aacd9.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_aacd9.dir/CheckIncludeFile.c.o  -o cmTC_aacd9 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file cmath exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_8c8a0/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_8c8a0.dir/build.make 
CMakeFiles/cmTC_8c8a0.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8c8a0.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_8c8a0.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_8c8a0
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_8c8a0.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_8c8a0.dir/CheckIncludeFile.cxx.o  -o cmTC_8c8a0 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file fstream exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_0f25c/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_0f25c.dir/build.make 
CMakeFiles/cmTC_0f25c.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_0f25c.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_0f25c.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_0f25c
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_0f25c.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_0f25c.dir/CheckIncludeFile.cxx.o  -o cmTC_0f25c 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file functional exists passed with the following 
output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_3552e/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_3552e.dir/build.make 
CMakeFiles/cmTC_3552e.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_3552e.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_3552e.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_3552e
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_3552e.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_3552e.dir/CheckIncludeFile.cxx.o  -o cmTC_3552e 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file iostream exists passed with the following 
output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_ddc6a/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_ddc6a.dir/build.make 
CMakeFiles/cmTC_ddc6a.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ddc6a.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_ddc6a.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_ddc6a
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_ddc6a.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_ddc6a.dir/CheckIncludeFile.cxx.o  -o cmTC_ddc6a 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file limits exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_a30e5/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_a30e5.dir/build.make 
CMakeFiles/cmTC_a30e5.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_a30e5.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_a30e5.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_a30e5
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_a30e5.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_a30e5.dir/CheckIncludeFile.cxx.o  -o cmTC_a30e5 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file list exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_5e5cc/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_5e5cc.dir/build.make 
CMakeFiles/cmTC_5e5cc.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5e5cc.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_5e5cc.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_5e5cc
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_5e5cc.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_5e5cc.dir/CheckIncludeFile.cxx.o  -o cmTC_5e5cc 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file map exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_78607/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_78607.dir/build.make 
CMakeFiles/cmTC_78607.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_78607.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_78607.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_78607
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_78607.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_78607.dir/CheckIncludeFile.cxx.o  -o cmTC_78607 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file ostream exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_bd806/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_bd806.dir/build.make 
CMakeFiles/cmTC_bd806.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_bd806.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_bd806.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_bd806
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_bd806.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_bd806.dir/CheckIncludeFile.cxx.o  -o cmTC_bd806 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file sstream exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_49bcf/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_49bcf.dir/build.make 
CMakeFiles/cmTC_49bcf.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_49bcf.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_49bcf.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_49bcf
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_49bcf.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_49bcf.dir/CheckIncludeFile.cxx.o  -o cmTC_49bcf 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file stack exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_e1bf6/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_e1bf6.dir/build.make 
CMakeFiles/cmTC_e1bf6.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e1bf6.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_e1bf6.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_e1bf6
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_e1bf6.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_e1bf6.dir/CheckIncludeFile.cxx.o  -o cmTC_e1bf6 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file stdexcept exists passed with the following 
output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_ef7ed/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_ef7ed.dir/build.make 
CMakeFiles/cmTC_ef7ed.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ef7ed.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_ef7ed.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_ef7ed
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_ef7ed.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_ef7ed.dir/CheckIncludeFile.cxx.o  -o cmTC_ef7ed 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file string exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_8bb81/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_8bb81.dir/build.make 
CMakeFiles/cmTC_8bb81.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8bb81.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_8bb81.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_8bb81
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_8bb81.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_8bb81.dir/CheckIncludeFile.cxx.o  -o cmTC_8bb81 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file vector exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_7fe41/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_7fe41.dir/build.make 
CMakeFiles/cmTC_7fe41.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_7fe41.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_7fe41.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_7fe41
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_7fe41.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_7fe41.dir/CheckIncludeFile.cxx.o  -o cmTC_7fe41 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the function sqrt exists in the m passed with the following 
output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_9d38c/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_9d38c.dir/build.make 
CMakeFiles/cmTC_9d38c.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9d38c.dir/CheckFunctionExists.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc   -DCHECK_FUNCTION_EXISTS=sqrt   
-o CMakeFiles/cmTC_9d38c.dir/CheckFunctionExists.c.o   -c 
/home-gs/compiler/cmake/share/cmake-3.12/Modules/CheckFunctionExists.c
<command-line>: warning: conflicting types for built-in function 'sqrt' 
[-Wbuiltin-declaration-mismatch]
/home-gs/compiler/cmake/share/cmake-3.12/Modules/CheckFunctionExists.c:7:3: 
note: in expansion of macro 'CHECK_FUNCTION_EXISTS'
   CHECK_FUNCTION_EXISTS(void);
   ^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_9d38c
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_9d38c.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc  -DCHECK_FUNCTION_EXISTS=sqrt    
-rdynamic CMakeFiles/cmTC_9d38c.dir/CheckFunctionExists.c.o  -o cmTC_9d38c -lm 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file algorithm exists passed with the following 
output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_ea2a4/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_ea2a4.dir/build.make 
CMakeFiles/cmTC_ea2a4.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_ea2a4.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_ea2a4.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_ea2a4
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_ea2a4.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_ea2a4.dir/CheckIncludeFile.cxx.o  -o cmTC_ea2a4 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file iomanip exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_448d1/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_448d1.dir/build.make 
CMakeFiles/cmTC_448d1.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_448d1.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_448d1.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_448d1
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_448d1.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_448d1.dir/CheckIncludeFile.cxx.o  -o cmTC_448d1 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file numeric exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_faad7/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_faad7.dir/build.make 
CMakeFiles/cmTC_faad7.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_faad7.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_faad7.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_faad7
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_faad7.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_faad7.dir/CheckIncludeFile.cxx.o  -o cmTC_faad7 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the include file cstdlib exists passed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_af5b5/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_af5b5.dir/build.make 
CMakeFiles/cmTC_af5b5.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_af5b5.dir/CheckIncludeFile.cxx.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++     -o 
CMakeFiles/cmTC_af5b5.dir/CheckIncludeFile.cxx.o -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
Linking CXX executable cmTC_af5b5
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_af5b5.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++       -rdynamic 
CMakeFiles/cmTC_af5b5.dir/CheckIncludeFile.cxx.o  -o cmTC_af5b5 
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'


Determining if the pthread_create exist failed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_c2851/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_c2851.dir/build.make 
CMakeFiles/cmTC_c2851.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c2851.dir/CheckSymbolExists.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc    -o 
CMakeFiles/cmTC_c2851.dir/CheckSymbolExists.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_c2851
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_c2851.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc      -rdynamic 
CMakeFiles/cmTC_c2851.dir/CheckSymbolExists.c.o  -o cmTC_c2851 
CMakeFiles/cmTC_c2851.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
gmake[1]: *** [cmTC_c2851] Error 1
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_c2851/fast] Error 2

File 
/home-gs/users/nsgs066_LLJ/software/votca/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-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_61af4/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_61af4.dir/build.make 
CMakeFiles/cmTC_61af4.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_61af4.dir/CheckFunctionExists.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc   
-DCHECK_FUNCTION_EXISTS=pthread_create   -o 
CMakeFiles/cmTC_61af4.dir/CheckFunctionExists.c.o   -c 
/home-gs/compiler/cmake/share/cmake-3.12/Modules/CheckFunctionExists.c
Linking C executable cmTC_61af4
/home-gs/compiler/cmake/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_61af4.dir/link.txt --verbose=1
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc  
-DCHECK_FUNCTION_EXISTS=pthread_create    -rdynamic 
CMakeFiles/cmTC_61af4.dir/CheckFunctionExists.c.o  -o cmTC_61af4 -lpthreads 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
gmake[1]: *** [cmTC_61af4] Error 1
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_61af4/fast] Error 2


Performing C SOURCE FILE Test HAVE_AIX failed with the following output:
Change Dir: /home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/gmake" "cmTC_ccb69/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_ccb69.dir/build.make 
CMakeFiles/cmTC_ccb69.dir/build
gmake[1]: Entering directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ccb69.dir/src.c.o
/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc   -DHAVE_AIX   -o 
CMakeFiles/cmTC_ccb69.dir/src.c.o   -c 
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/src.c
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/src.c: In 
function 'main':
/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp/src.c:3:8: 
error: #error 
       #error
        ^~~~~
gmake[1]: *** [CMakeFiles/cmTC_ccb69.dir/src.c.o] Error 1
gmake[1]: Leaving directory 
`/home-gs/users/nsgs066_LLJ/software/votca/build/CMakeFiles/CMakeTmp'
gmake: *** [cmTC_ccb69/fast] Error 2

Source file was:
int main(void) {
      #ifndef _AIX
      #error
      #endif
      return 0;
      }
# This is the CMakeCache file.
# For build in directory: /home-gs/users/nsgs066_LLJ/software/votca/build
# It was generated by CMake: /home-gs/compiler/cmake/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Path to a program.
BASH:FILEPATH=/bin/bash

//No help, variable specified on the command line.
BOOST_ROOT:PATH=~/local

//Build csgapps
BUILD_CSGAPPS:BOOL=ON

//Build csg-manual
BUILD_CSG_MANUAL:BOOL=OFF

//Build ctp
BUILD_CTP:BOOL=OFF

//Build manpages
BUILD_MANPAGES:BOOL=ON

//Build our own gromacs
BUILD_OWN_GROMACS:BOOL=OFF

//Build shared libs
BUILD_SHARED_LIBS:BOOL=ON

//Build xtp
BUILD_XTP:BOOL=OFF

//The directory containing a CMake configuration file for Boost.
Boost_DIR:PATH=Boost_DIR-NOTFOUND

//Boost filesystem library (debug)
Boost_FILESYSTEM_LIBRARY_DEBUG:FILEPATH=/home-gs/users/nsgs066_LLJ/local/lib/libboost_filesystem.so

//Boost filesystem library (release)
Boost_FILESYSTEM_LIBRARY_RELEASE:FILEPATH=/home-gs/users/nsgs066_LLJ/local/lib/libboost_filesystem.so

//Path to a file.
Boost_INCLUDE_DIR:PATH=/home-gs/users/nsgs066_LLJ/local/include

//Boost library directory DEBUG
Boost_LIBRARY_DIR_DEBUG:PATH=/home-gs/users/nsgs066_LLJ/local/lib

//Boost library directory RELEASE
Boost_LIBRARY_DIR_RELEASE:PATH=/home-gs/users/nsgs066_LLJ/local/lib

//Boost program_options library (debug)
Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG:FILEPATH=/home-gs/users/nsgs066_LLJ/local/lib/libboost_program_options.so

//Boost program_options library (release)
Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE:FILEPATH=/home-gs/users/nsgs066_LLJ/local/lib/libboost_program_options.so

//Boost system library (debug)
Boost_SYSTEM_LIBRARY_DEBUG:FILEPATH=/home-gs/users/nsgs066_LLJ/local/lib/libboost_system.so

//Boost system library (release)
Boost_SYSTEM_LIBRARY_RELEASE:FILEPATH=/home-gs/users/nsgs066_LLJ/local/lib/libboost_system.so

//Path to a program.
CLANG_FORMAT_EXECUTABLE:FILEPATH=CLANG_FORMAT_EXECUTABLE-NOTFOUND

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//Choose the type of build, options are: None Debug Release RelWithDebInfo
// MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Release

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/g++

//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_AR:FILEPATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc-ar

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc-ranlib

//Flags used by the CXX compiler during all build types.
CMAKE_CXX_FLAGS:STRING=

//Flags used by the CXX compiler during DEBUG builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the CXX compiler during MINSIZEREL builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the CXX compiler during RELEASE builds.
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the CXX compiler during RELWITHDEBINFO builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler
CMAKE_C_COMPILER:FILEPATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc

//A wrapper around 'ar' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_AR:FILEPATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc-ar

//A wrapper around 'ranlib' adding the appropriate '--plugin' option
// for the GCC compiler
CMAKE_C_COMPILER_RANLIB:FILEPATH=/home-gs/compiler/GCC/gcc-8.1.0/build/bin/gcc-ranlib

//Flags used by the C compiler during all build types.
CMAKE_C_FLAGS:STRING=

//Flags used by the C compiler during DEBUG builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the C compiler during MINSIZEREL builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the C compiler during RELEASE builds.
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the C compiler during RELWITHDEBINFO builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Flags used by the linker during all build types.
CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during DEBUG builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during MINSIZEREL builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during RELEASE builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during RELWITHDEBINFO builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation.
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//User executables (bin)
CMAKE_INSTALL_BINDIR:PATH=bin

//Read-only architecture-independent data (DATAROOTDIR)
CMAKE_INSTALL_DATADIR:PATH=

//Read-only architecture-independent data root (share)
CMAKE_INSTALL_DATAROOTDIR:PATH=share

//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
CMAKE_INSTALL_DOCDIR:PATH=

//C header files (include)
CMAKE_INSTALL_INCLUDEDIR:PATH=include

//Info documentation (DATAROOTDIR/info)
CMAKE_INSTALL_INFODIR:PATH=

//Object code libraries (lib64)
CMAKE_INSTALL_LIBDIR:PATH=lib64

//Program executables (libexec)
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec

//Locale-dependent data (DATAROOTDIR/locale)
CMAKE_INSTALL_LOCALEDIR:PATH=

//Modifiable single-machine data (var)
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var

//Man documentation (DATAROOTDIR/man)
CMAKE_INSTALL_MANDIR:PATH=

//C header files for non-gcc (/usr/include)
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/usr/local

//Run-time variable data (LOCALSTATEDIR/run)
CMAKE_INSTALL_RUNSTATEDIR:PATH=

//System admin executables (sbin)
CMAKE_INSTALL_SBINDIR:PATH=sbin

//Modifiable architecture-independent data (com)
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com

//Read-only single-machine data (etc)
CMAKE_INSTALL_SYSCONFDIR:PATH=etc

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake

//Flags used by the linker during the creation of modules during
// all build types.
CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of modules during
// DEBUG builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of modules during
// MINSIZEREL builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of modules during
// RELEASE builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of modules during
// RELWITHDEBINFO builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=votca

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of shared libraries
// during all build types.
CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of shared libraries
// during DEBUG builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of shared libraries
// during MINSIZEREL builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of shared libraries
// during RELEASE builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of shared libraries
// during RELWITHDEBINFO builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries,
// but are added when building.
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries
// during all build types.
CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during the creation of static libraries
// during DEBUG builds.
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during the creation of static libraries
// during MINSIZEREL builds.
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during the creation of static libraries
// during RELEASE builds.
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during the creation of static libraries
// during RELWITHDEBINFO builds.
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Path to a program.
CP:FILEPATH=/bin/cp

//Dot tool for use with Doxygen
DOXYGEN_DOT_EXECUTABLE:FILEPATH=/usr/bin/dot

//Doxygen documentation generation tool (http://www.doxygen.org)
DOXYGEN_EXECUTABLE:FILEPATH=/usr/bin/doxygen

//Path to a file.
EIGEN3_INCLUDE_DIR:PATH=/home-gs/users/nsgs066_LLJ/local/include/eigen3

//Do a coverage build
ENABLE_COVERAGE_BUILD:BOOL=OFF

//Build and copy regression testing stuff
ENABLE_REGRESSION_TESTING:BOOL=OFF

//Inject link and install libdir into executables
ENABLE_RPATH_INJECT:BOOL=OFF

//Build and enable testing stuff
ENABLE_TESTING:BOOL=OFF

//Path to a file.
EXPAT_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
EXPAT_LIBRARY:FILEPATH=/usr/lib64/libexpat.so

//The directory containing a CMake configuration file for Eigen3.
Eigen3_DIR:PATH=Eigen3_DIR-NOTFOUND

//Path to a file.
FFTW3_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
FFTW3_LIBRARY:FILEPATH=/usr/lib64/libfftw3.so

//Git command line client
GIT_EXECUTABLE:FILEPATH=/usr/bin/git

//Path to a program.
GMX_EXECUTABLE:FILEPATH=GMX_EXECUTABLE-NOTFOUND

//Path to a program.
GZIP:FILEPATH=/usr/bin/gzip

//HDF5 C Wrapper compiler.  Used only to detect HDF5 compile flags.
HDF5_C_COMPILER_EXECUTABLE:FILEPATH=HDF5_C_COMPILER_EXECUTABLE-NOTFOUND

//Path to a file.
HDF5_C_INCLUDE_DIR:PATH=HDF5_C_INCLUDE_DIR-NOTFOUND

//HDF5 file differencing tool.
HDF5_DIFF_EXECUTABLE:FILEPATH=HDF5_DIFF_EXECUTABLE-NOTFOUND

//The directory containing a CMake configuration file for HDF5.
HDF5_DIR:PATH=HDF5_DIR-NOTFOUND

//HDF5 library compiled with parallel IO support
HDF5_IS_PARALLEL:BOOL=FALSE

//Path to a library.
HDF5_hdf5_LIBRARY_DEBUG:FILEPATH=HDF5_hdf5_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
HDF5_hdf5_LIBRARY_RELEASE:FILEPATH=HDF5_hdf5_LIBRARY_RELEASE-NOTFOUND

//Path to OpenMP runtime library
IOMP5_LIBRARY:FILEPATH=/opt/intel/composerxe-2011/lib/intel64/libiomp5.so

//math library
MATH_LIBRARIES:STRING=m

//Path to optimized math library
MATH_LIBRARY:FILEPATH=/opt/intel/composerxe-2011/lib/intel64/libimf.so

//The path to Intel(R) MKL header files
MKL_INCLUDE_DIR:PATH=/opt/intel/composerxe-2011/mkl/include

//The path to Intel(R) MKL rt library
MKL_RT_LIBRARY:FILEPATH=/opt/intel/composerxe-2011/mkl/lib/intel64/libmkl_rt.so

//Build VOTCA modules one-by-one
MODULE_BUILD:BOOL=OFF

//Path to a program.
MV:FILEPATH=/bin/mv

//pkg-config executable
PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config

//Path to POSIX threads library
PTHREAD_LIBRARY:FILEPATH=/usr/lib64/libpthread.so

//Path to a program.
RM:FILEPATH=/bin/rm

//Path to a file.
SQLITE3_INCLUDE_DIR:PATH=/usr/include

//Path to a library.
SQLITE3_LIBRARY:FILEPATH=/usr/lib64/libsqlite3.so

//Path to a program.
TAR:FILEPATH=/bin/tar

//Path to a program.
TXT2TAGS_EXECUTABLE:FILEPATH=TXT2TAGS_EXECUTABLE-NOTFOUND

//csg include path
VOTCA_CSG_INCLUDE_DIR:PATH=/home-gs/users/nsgs066_LLJ/software/votca/csg/include

//csg library name
VOTCA_CSG_LIBRARY:STRING=votca_csg

//Path to a file.
VOTCA_TOOLS_HAS_SQLITE3:PATH=/home-gs/users/nsgs066_LLJ/software/votca/tools/include

//tools include path
VOTCA_TOOLS_INCLUDE_DIR:PATH=/home-gs/users/nsgs066_LLJ/software/votca/tools/include;/home-gs/users/nsgs066_LLJ/software/votca/build/tools/include

//tools library name
VOTCA_TOOLS_LIBRARY:STRING=votca_tools

//Use FFTW3, disabling leads to reduced functionality!
WITH_FFTW:BOOL=ON

//Build gromacs reader/writer, disabling leads to reduced functionality!
WITH_GMX:BOOL=OFF

//Install votca rc files, no need when installing under /usr
WITH_RC_FILES:BOOL=ON

//Use SQLite3, at this point only needed for charge transport parts!
WITH_SQLITE3:BOOL=ON

//Value Computed by CMake
csg-tutorials_BINARY_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca/build/csg-tutorials

//Value Computed by CMake
csg-tutorials_SOURCE_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca/csg-tutorials

//Value Computed by CMake
csgapps_BINARY_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca/build/csgapps

//Value Computed by CMake
csgapps_SOURCE_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca/csgapps

//Path to a library.
pkgcfg_lib_PC_FFTW3_fftw3:FILEPATH=/usr/lib64/libfftw3.so

//Path to a library.
pkgcfg_lib_PC_FFTW3_m:FILEPATH=/usr/lib64/libm.so

//Path to a library.
pkgcfg_lib_PC_SQLITE3_sqlite3:FILEPATH=/usr/lib64/libsqlite3.so

//Value Computed by CMake
votca-csg_BINARY_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca/build/csg

//Value Computed by CMake
votca-csg_SOURCE_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca/csg

//Value Computed by CMake
votca-tools_BINARY_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca/build/tools

//Value Computed by CMake
votca-tools_SOURCE_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca/tools

//Value Computed by CMake
votca_BINARY_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca/build

//Value Computed by CMake
votca_SOURCE_DIR:STATIC=/home-gs/users/nsgs066_LLJ/software/votca

//Dependencies for the target
votca_csg_LIB_DEPENDS:STATIC=general;votca_tools;general;/opt/intel/composerxe-2011/mkl/lib/intel64/libmkl_rt.so;general;/opt/intel/composerxe-2011/lib/intel64/libiomp5.so;general;/opt/intel/composerxe-2011/lib/intel64/libimf.so;general;/opt/intel/composerxe-2011/mkl/lib/intel64/libmkl_rt.so;general;/opt/intel/composerxe-2011/lib/intel64/libiomp5.so;general;/opt/intel/composerxe-2011/lib/intel64/libimf.so;general;/home-gs/users/nsgs066_LLJ/local/lib/libboost_program_options.so;general;/home-gs/users/nsgs066_LLJ/local/lib/libboost_filesystem.so;general;/home-gs/users/nsgs066_LLJ/local/lib/libboost_system.so;general;-lpthread;

//Dependencies for the target
votca_tools_LIB_DEPENDS:STATIC=general;/home-gs/users/nsgs066_LLJ/local/lib/libboost_program_options.so;general;/home-gs/users/nsgs066_LLJ/local/lib/libboost_filesystem.so;general;/home-gs/users/nsgs066_LLJ/local/lib/libboost_system.so;general;/opt/intel/composerxe-2011/mkl/lib/intel64/libmkl_rt.so;general;/opt/intel/composerxe-2011/lib/intel64/libiomp5.so;general;/opt/intel/composerxe-2011/lib/intel64/libimf.so;general;/usr/lib64/libsqlite3.so;general;/usr/lib64/libfftw3.so;general;/usr/lib64/libexpat.so;general;-lpthread;general;m;


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: BASH
BASH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: BOOST_ROOT
BOOST_ROOT-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_DIR
Boost_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_DEBUG
Boost_FILESYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_FILESYSTEM_LIBRARY_RELEASE
Boost_FILESYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_INCLUDE_DIR
Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LIBRARY_DIR_DEBUG
Boost_LIBRARY_DIR_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_LIBRARY_DIR_RELEASE
Boost_LIBRARY_DIR_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG
Boost_PROGRAM_OPTIONS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE
Boost_PROGRAM_OPTIONS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_DEBUG
Boost_SYSTEM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: Boost_SYSTEM_LIBRARY_RELEASE
Boost_SYSTEM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/home-gs/users/nsgs066_LLJ/software/votca/build
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=12
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/home-gs/compiler/cmake/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/home-gs/compiler/cmake/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/home-gs/compiler/cmake/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/home-gs/compiler/cmake/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Have symbol pthread_create
CMAKE_HAVE_LIBC_CREATE:INTERNAL=
//Have library pthreads
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
//Have library pthread
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
//Have include pthread.h
CMAKE_HAVE_PTHREAD_H:INTERNAL=1
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/home-gs/users/nsgs066_LLJ/software/votca
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
//Install .so files without execute permission.
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=26
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/home-gs/compiler/cmake/share/cmake-3.12
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//uname command
CMAKE_UNAME:INTERNAL=/bin/uname
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CP
CP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: DOXYGEN_EXECUTABLE
DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EIGEN3_INCLUDE_DIR
EIGEN3_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXPAT_INCLUDE_DIR
EXPAT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: EXPAT_LIBRARY
EXPAT_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FFTW3_INCLUDE_DIR
FFTW3_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: FFTW3_LIBRARY
FFTW3_LIBRARY-ADVANCED:INTERNAL=1
//Details about finding Doxygen
FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/usr/bin/doxygen][cfound 
components:  doxygen dot ][v1.5.6()]
//Details about finding EIGEN3
FIND_PACKAGE_MESSAGE_DETAILS_EIGEN3:INTERNAL=[/home-gs/users/nsgs066_LLJ/local/include/eigen3][v3.3.5(3.3.0)]
//Details about finding EXPAT
FIND_PACKAGE_MESSAGE_DETAILS_EXPAT:INTERNAL=[/usr/lib64/libexpat.so][/usr/include][v2.0.1()]
//Details about finding FFTW3
FIND_PACKAGE_MESSAGE_DETAILS_FFTW3:INTERNAL=[/usr/lib64/libfftw3.so][/usr/include][v()]
//Details about finding Git
FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v1.6.0.2()]
//Details about finding PkgConfig
FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.23()]
//Details about finding SQLITE3
FIND_PACKAGE_MESSAGE_DETAILS_SQLITE3:INTERNAL=[/usr/lib64/libsqlite3.so][/usr/include][v()]
//Details about finding Threads
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
//Details about finding UnixCommands
FIND_PACKAGE_MESSAGE_DETAILS_UnixCommands:INTERNAL=[/bin/bash][/bin/cp][/usr/bin/gzip][/bin/mv][/bin/rm][/bin/tar][v()]
//Details about finding VOTCA_CSG
FIND_PACKAGE_MESSAGE_DETAILS_VOTCA_CSG:INTERNAL=[votca_csg][/home-gs/users/nsgs066_LLJ/software/votca/csg/include][v()]
//Details about finding VOTCA_TOOLS
FIND_PACKAGE_MESSAGE_DETAILS_VOTCA_TOOLS:INTERNAL=[votca_tools][/home-gs/users/nsgs066_LLJ/software/votca/tools/include;/home-gs/users/nsgs066_LLJ/software/votca/build/tools/include][v()]
//Have library /usr/lib64/libfftw3.so;
FOUND_FFTW_PLAN:INTERNAL=1
//Have include algorithm
FOUND_algorithm:INTERNAL=1
//Have include assert.h
FOUND_assert.h:INTERNAL=1
//Have include cmath
FOUND_cmath:INTERNAL=1
//Have include cstdlib
FOUND_cstdlib:INTERNAL=1
//Have include fstream
FOUND_fstream:INTERNAL=1
//Have include functional
FOUND_functional:INTERNAL=1
//Have include iomanip
FOUND_iomanip:INTERNAL=1
//Have include iostream
FOUND_iostream:INTERNAL=1
//Have include limits
FOUND_limits:INTERNAL=1
//Have include list
FOUND_list:INTERNAL=1
//Have include map
FOUND_map:INTERNAL=1
//Have include math.h
FOUND_math.h:INTERNAL=1
//Have include numeric
FOUND_numeric:INTERNAL=1
//Have include ostream
FOUND_ostream:INTERNAL=1
//Have library m
FOUND_sqrt_m:INTERNAL=1
//Have include sstream
FOUND_sstream:INTERNAL=1
//Have include stack
FOUND_stack:INTERNAL=1
//Have include stdexcept
FOUND_stdexcept:INTERNAL=1
//Have include stdio.h
FOUND_stdio.h:INTERNAL=1
//Have include stdlib.h
FOUND_stdlib.h:INTERNAL=1
//Have include string
FOUND_string:INTERNAL=1
//Have include string.h
FOUND_string.h:INTERNAL=1
//Have include vector
FOUND_vector:INTERNAL=1
//ADVANCED property for variable: GIT_EXECUTABLE
GIT_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: GZIP
GZIP-ADVANCED:INTERNAL=1
//Test HAVE_AIX
HAVE_AIX:INTERNAL=
//ADVANCED property for variable: HDF5_C_COMPILER_EXECUTABLE
HDF5_C_COMPILER_EXECUTABLE-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
HDF5_C_COMPILER_NO_INTERROGATE:INTERNAL=FALSE
//ADVANCED property for variable: HDF5_C_INCLUDE_DIR
HDF5_C_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: HDF5_DIFF_EXECUTABLE
HDF5_DIFF_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: HDF5_IS_PARALLEL
HDF5_IS_PARALLEL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: HDF5_hdf5_LIBRARY_DEBUG
HDF5_hdf5_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: HDF5_hdf5_LIBRARY_RELEASE
HDF5_hdf5_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MATH_LIBRARIES
MATH_LIBRARIES-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MKL_INCLUDE_DIR
MKL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MKL_RT_LIBRARY
MKL_RT_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: MV
MV-ADVANCED:INTERNAL=1
PC_EIGEN_CFLAGS:INTERNAL=
PC_EIGEN_CFLAGS_I:INTERNAL=
PC_EIGEN_CFLAGS_OTHER:INTERNAL=
PC_EIGEN_FOUND:INTERNAL=
PC_EIGEN_INCLUDEDIR:INTERNAL=
PC_EIGEN_LIBDIR:INTERNAL=
PC_EIGEN_LIBS:INTERNAL=
PC_EIGEN_LIBS_L:INTERNAL=
PC_EIGEN_LIBS_OTHER:INTERNAL=
PC_EIGEN_LIBS_PATHS:INTERNAL=
PC_EIGEN_PREFIX:INTERNAL=
PC_EIGEN_STATIC_CFLAGS:INTERNAL=
PC_EIGEN_STATIC_CFLAGS_I:INTERNAL=
PC_EIGEN_STATIC_CFLAGS_OTHER:INTERNAL=
PC_EIGEN_STATIC_LIBDIR:INTERNAL=
PC_EIGEN_STATIC_LIBS:INTERNAL=
PC_EIGEN_STATIC_LIBS_L:INTERNAL=
PC_EIGEN_STATIC_LIBS_OTHER:INTERNAL=
PC_EIGEN_STATIC_LIBS_PATHS:INTERNAL=
PC_EIGEN_VERSION:INTERNAL=
PC_EIGEN_eigen3_INCLUDEDIR:INTERNAL=
PC_EIGEN_eigen3_LIBDIR:INTERNAL=
PC_EIGEN_eigen3_PREFIX:INTERNAL=
PC_EIGEN_eigen3_VERSION:INTERNAL=
PC_EXPAT_CFLAGS:INTERNAL=
PC_EXPAT_CFLAGS_I:INTERNAL=
PC_EXPAT_CFLAGS_OTHER:INTERNAL=
PC_EXPAT_FOUND:INTERNAL=
PC_EXPAT_INCLUDEDIR:INTERNAL=
PC_EXPAT_LIBDIR:INTERNAL=
PC_EXPAT_LIBS:INTERNAL=
PC_EXPAT_LIBS_L:INTERNAL=
PC_EXPAT_LIBS_OTHER:INTERNAL=
PC_EXPAT_LIBS_PATHS:INTERNAL=
PC_EXPAT_PREFIX:INTERNAL=
PC_EXPAT_STATIC_CFLAGS:INTERNAL=
PC_EXPAT_STATIC_CFLAGS_I:INTERNAL=
PC_EXPAT_STATIC_CFLAGS_OTHER:INTERNAL=
PC_EXPAT_STATIC_LIBDIR:INTERNAL=
PC_EXPAT_STATIC_LIBS:INTERNAL=
PC_EXPAT_STATIC_LIBS_L:INTERNAL=
PC_EXPAT_STATIC_LIBS_OTHER:INTERNAL=
PC_EXPAT_STATIC_LIBS_PATHS:INTERNAL=
PC_EXPAT_VERSION:INTERNAL=
PC_EXPAT_expat_INCLUDEDIR:INTERNAL=
PC_EXPAT_expat_LIBDIR:INTERNAL=
PC_EXPAT_expat_PREFIX:INTERNAL=
PC_EXPAT_expat_VERSION:INTERNAL=
PC_FFTW3_CFLAGS:INTERNAL=
PC_FFTW3_CFLAGS_I:INTERNAL=
PC_FFTW3_CFLAGS_OTHER:INTERNAL=
PC_FFTW3_FOUND:INTERNAL=1
PC_FFTW3_INCLUDEDIR:INTERNAL=/usr/include
PC_FFTW3_INCLUDE_DIRS:INTERNAL=
PC_FFTW3_LDFLAGS:INTERNAL=-lfftw3;-lm
PC_FFTW3_LDFLAGS_OTHER:INTERNAL=
PC_FFTW3_LIBDIR:INTERNAL=/usr/lib64
PC_FFTW3_LIBRARIES:INTERNAL=fftw3;m
PC_FFTW3_LIBRARY_DIRS:INTERNAL=
PC_FFTW3_LIBS:INTERNAL=
PC_FFTW3_LIBS_L:INTERNAL=
PC_FFTW3_LIBS_OTHER:INTERNAL=
PC_FFTW3_LIBS_PATHS:INTERNAL=
PC_FFTW3_PREFIX:INTERNAL=/usr
PC_FFTW3_STATIC_CFLAGS:INTERNAL=
PC_FFTW3_STATIC_CFLAGS_I:INTERNAL=
PC_FFTW3_STATIC_CFLAGS_OTHER:INTERNAL=
PC_FFTW3_STATIC_INCLUDE_DIRS:INTERNAL=
PC_FFTW3_STATIC_LDFLAGS:INTERNAL=-lfftw3;-lm
PC_FFTW3_STATIC_LDFLAGS_OTHER:INTERNAL=
PC_FFTW3_STATIC_LIBDIR:INTERNAL=
PC_FFTW3_STATIC_LIBRARIES:INTERNAL=fftw3;m
PC_FFTW3_STATIC_LIBRARY_DIRS:INTERNAL=
PC_FFTW3_STATIC_LIBS:INTERNAL=
PC_FFTW3_STATIC_LIBS_L:INTERNAL=
PC_FFTW3_STATIC_LIBS_OTHER:INTERNAL=
PC_FFTW3_STATIC_LIBS_PATHS:INTERNAL=
PC_FFTW3_VERSION:INTERNAL=3.1.2
PC_FFTW3_fftw3_INCLUDEDIR:INTERNAL=
PC_FFTW3_fftw3_LIBDIR:INTERNAL=
PC_FFTW3_fftw3_PREFIX:INTERNAL=
PC_FFTW3_fftw3_VERSION:INTERNAL=
PC_SQLITE3_CFLAGS:INTERNAL=
PC_SQLITE3_CFLAGS_I:INTERNAL=
PC_SQLITE3_CFLAGS_OTHER:INTERNAL=
PC_SQLITE3_FOUND:INTERNAL=1
PC_SQLITE3_INCLUDEDIR:INTERNAL=/usr/include
PC_SQLITE3_INCLUDE_DIRS:INTERNAL=
PC_SQLITE3_LDFLAGS:INTERNAL=-lsqlite3
PC_SQLITE3_LDFLAGS_OTHER:INTERNAL=
PC_SQLITE3_LIBDIR:INTERNAL=/usr/lib64
PC_SQLITE3_LIBRARIES:INTERNAL=sqlite3
PC_SQLITE3_LIBRARY_DIRS:INTERNAL=
PC_SQLITE3_LIBS:INTERNAL=
PC_SQLITE3_LIBS_L:INTERNAL=
PC_SQLITE3_LIBS_OTHER:INTERNAL=
PC_SQLITE3_LIBS_PATHS:INTERNAL=
PC_SQLITE3_PREFIX:INTERNAL=/usr
PC_SQLITE3_STATIC_CFLAGS:INTERNAL=
PC_SQLITE3_STATIC_CFLAGS_I:INTERNAL=
PC_SQLITE3_STATIC_CFLAGS_OTHER:INTERNAL=
PC_SQLITE3_STATIC_INCLUDE_DIRS:INTERNAL=
PC_SQLITE3_STATIC_LDFLAGS:INTERNAL=-lsqlite3;-lpthread
PC_SQLITE3_STATIC_LDFLAGS_OTHER:INTERNAL=
PC_SQLITE3_STATIC_LIBDIR:INTERNAL=
PC_SQLITE3_STATIC_LIBRARIES:INTERNAL=sqlite3;pthread
PC_SQLITE3_STATIC_LIBRARY_DIRS:INTERNAL=
PC_SQLITE3_STATIC_LIBS:INTERNAL=
PC_SQLITE3_STATIC_LIBS_L:INTERNAL=
PC_SQLITE3_STATIC_LIBS_OTHER:INTERNAL=
PC_SQLITE3_STATIC_LIBS_PATHS:INTERNAL=
PC_SQLITE3_VERSION:INTERNAL=3.6.4
PC_SQLITE3_sqlite3_INCLUDEDIR:INTERNAL=
PC_SQLITE3_sqlite3_LIBDIR:INTERNAL=
PC_SQLITE3_sqlite3_PREFIX:INTERNAL=
PC_SQLITE3_sqlite3_VERSION:INTERNAL=
PC_VOTCA_CSG_CFLAGS:INTERNAL=
PC_VOTCA_CSG_CFLAGS_I:INTERNAL=
PC_VOTCA_CSG_CFLAGS_OTHER:INTERNAL=
PC_VOTCA_CSG_FOUND:INTERNAL=
PC_VOTCA_CSG_INCLUDEDIR:INTERNAL=
PC_VOTCA_CSG_LIBDIR:INTERNAL=
PC_VOTCA_CSG_LIBS:INTERNAL=
PC_VOTCA_CSG_LIBS_L:INTERNAL=
PC_VOTCA_CSG_LIBS_OTHER:INTERNAL=
PC_VOTCA_CSG_LIBS_PATHS:INTERNAL=
PC_VOTCA_CSG_PREFIX:INTERNAL=
PC_VOTCA_CSG_STATIC_CFLAGS:INTERNAL=
PC_VOTCA_CSG_STATIC_CFLAGS_I:INTERNAL=
PC_VOTCA_CSG_STATIC_CFLAGS_OTHER:INTERNAL=
PC_VOTCA_CSG_STATIC_LIBDIR:INTERNAL=
PC_VOTCA_CSG_STATIC_LIBS:INTERNAL=
PC_VOTCA_CSG_STATIC_LIBS_L:INTERNAL=
PC_VOTCA_CSG_STATIC_LIBS_OTHER:INTERNAL=
PC_VOTCA_CSG_STATIC_LIBS_PATHS:INTERNAL=
PC_VOTCA_CSG_VERSION:INTERNAL=
PC_VOTCA_CSG_libvotca_csg_INCLUDEDIR:INTERNAL=
PC_VOTCA_CSG_libvotca_csg_LIBDIR:INTERNAL=
PC_VOTCA_CSG_libvotca_csg_PREFIX:INTERNAL=
PC_VOTCA_CSG_libvotca_csg_VERSION:INTERNAL=
PC_VOTCA_TOOLS_CFLAGS:INTERNAL=
PC_VOTCA_TOOLS_CFLAGS_I:INTERNAL=
PC_VOTCA_TOOLS_CFLAGS_OTHER:INTERNAL=
PC_VOTCA_TOOLS_FOUND:INTERNAL=
PC_VOTCA_TOOLS_INCLUDEDIR:INTERNAL=
PC_VOTCA_TOOLS_LIBDIR:INTERNAL=
PC_VOTCA_TOOLS_LIBS:INTERNAL=
PC_VOTCA_TOOLS_LIBS_L:INTERNAL=
PC_VOTCA_TOOLS_LIBS_OTHER:INTERNAL=
PC_VOTCA_TOOLS_LIBS_PATHS:INTERNAL=
PC_VOTCA_TOOLS_PREFIX:INTERNAL=
PC_VOTCA_TOOLS_STATIC_CFLAGS:INTERNAL=
PC_VOTCA_TOOLS_STATIC_CFLAGS_I:INTERNAL=
PC_VOTCA_TOOLS_STATIC_CFLAGS_OTHER:INTERNAL=
PC_VOTCA_TOOLS_STATIC_LIBDIR:INTERNAL=
PC_VOTCA_TOOLS_STATIC_LIBS:INTERNAL=
PC_VOTCA_TOOLS_STATIC_LIBS_L:INTERNAL=
PC_VOTCA_TOOLS_STATIC_LIBS_OTHER:INTERNAL=
PC_VOTCA_TOOLS_STATIC_LIBS_PATHS:INTERNAL=
PC_VOTCA_TOOLS_VERSION:INTERNAL=
PC_VOTCA_TOOLS_libvotca_tools_INCLUDEDIR:INTERNAL=
PC_VOTCA_TOOLS_libvotca_tools_LIBDIR:INTERNAL=
PC_VOTCA_TOOLS_libvotca_tools_PREFIX:INTERNAL=
PC_VOTCA_TOOLS_libvotca_tools_VERSION:INTERNAL=
//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: RM
RM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SQLITE3_INCLUDE_DIR
SQLITE3_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: SQLITE3_LIBRARY
SQLITE3_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TAR
TAR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TXT2TAGS_EXECUTABLE
TXT2TAGS_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VOTCA_CSG_INCLUDE_DIR
VOTCA_CSG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VOTCA_CSG_LIBRARY
VOTCA_CSG_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VOTCA_TOOLS_INCLUDE_DIR
VOTCA_TOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: VOTCA_TOOLS_LIBRARY
VOTCA_TOOLS_LIBRARY-ADVANCED:INTERNAL=1
//Last used BOOST_ROOT value.
_BOOST_ROOT_LAST:INTERNAL=~/local
//Components requested for this build tree.
_Boost_COMPONENTS_SEARCHED:INTERNAL=filesystem;program_options;system
//Last used Boost_INCLUDE_DIR value.
_Boost_INCLUDE_DIR_LAST:INTERNAL=/home-gs/users/nsgs066_LLJ/local/include
//Last used Boost_LIBRARY_DIR_DEBUG value.
_Boost_LIBRARY_DIR_DEBUG_LAST:INTERNAL=/home-gs/users/nsgs066_LLJ/local/lib
//Last used Boost_LIBRARY_DIR_RELEASE value.
_Boost_LIBRARY_DIR_RELEASE_LAST:INTERNAL=/home-gs/users/nsgs066_LLJ/local/lib
//Last used Boost_NAMESPACE value.
_Boost_NAMESPACE_LAST:INTERNAL=boost
//Last used Boost_USE_MULTITHREADED value.
_Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE
//CMAKE_INSTALL_PREFIX during last run
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
__pkg_config_arguments_PC_FFTW3:INTERNAL=fftw3
__pkg_config_arguments_PC_SQLITE3:INTERNAL=sqlite3
__pkg_config_checked_PC_EIGEN:INTERNAL=1
__pkg_config_checked_PC_EXPAT:INTERNAL=1
__pkg_config_checked_PC_FFTW3:INTERNAL=1
__pkg_config_checked_PC_SQLITE3:INTERNAL=1
__pkg_config_checked_PC_VOTCA_CSG:INTERNAL=1
__pkg_config_checked_PC_VOTCA_TOOLS:INTERNAL=1
prefix_result:INTERNAL=/usr/lib64

Reply via email to