Configuring incomplete,errors occurred
zhuimsda-daad opened this issue · 9 comments
When I install clfft, the configuration is incomplete and an error occurs. I don't know how to find and solve this problem
I cannot help you based on a very limited information that you provided. I guess, you're following the instructions at https://github.com/adda-team/adda/wiki/InstallingclFFT, aren't you? Where specifically the error occurs? What output do you get?
I have found your issue at clFFT - clMathLibraries/clFFT#242 . But it neither provides sufficient information.
Which OS you use? Have you tried installing clFFT through the package manager?
yes,thank you for your reply.I am following the instructions at https://github.com/adda-team/adda/wiki/InstallingclFFT and use centos 7.The output I get is as follows:
The system is: Linux - 3.10.0-1160.76.1.el7.x86_64 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/3.13.2/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/3.13.2/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_be0c0/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_be0c0.dir/build.make CMakeFiles/cmTC_be0c0.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building C object CMakeFiles/cmTC_be0c0.dir/testCCompiler.c.o
/usr/bin/cc -o CMakeFiles/cmTC_be0c0.dir/testCCompiler.c.o -c /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_be0c0
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be0c0.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_be0c0.dir/testCCompiler.c.o -o cmTC_be0c0
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Detecting C compiler ABI info compiled with the following output:
Change Dir: /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_aae66/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_aae66.dir/build.make CMakeFiles/cmTC_aae66.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building C object CMakeFiles/cmTC_aae66.dir/CMakeCCompilerABI.c.o
/usr/bin/cc -o CMakeFiles/cmTC_aae66.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.13/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_aae66
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aae66.dir/link.txt --verbose=1
/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_aae66.dir/CMakeCCompilerABI.c.o -o cmTC_aae66
使用内建 specs。
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
目标:x86_64-redhat-linux
配置为:../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
线程模型:posix
gcc 版本 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_aae66' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_aae66 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_aae66.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/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/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_aae66/fast"]
ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_aae66.dir/build.make CMakeFiles/cmTC_aae66.dir/build]
ignore line: [gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”]
ignore line: [Building C object CMakeFiles/cmTC_aae66.dir/CMakeCCompilerABI.c.o]
ignore line: [/usr/bin/cc -o CMakeFiles/cmTC_aae66.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.13/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_aae66]
ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aae66.dir/link.txt --verbose=1]
ignore line: [/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_aae66.dir/CMakeCCompilerABI.c.o -o cmTC_aae66 ]
ignore line: [使用内建 specs。]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper]
ignore line: [目标:x86_64-redhat-linux]
ignore line: [配置为:../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux]
ignore line: [线程模型:posix]
ignore line: [gcc 版本 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_aae66' '-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_aae66 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_aae66.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o]
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore
arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [--hash-style=gnu] ==> 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_aae66] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..]
arg [CMakeFiles/cmTC_aae66.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 [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.8.5]
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64] ==> [/usr/lib64]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.8.5;/usr/lib64;/lib64;/usr/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_c2812/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_c2812.dir/build.make CMakeFiles/cmTC_c2812.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building C object CMakeFiles/cmTC_c2812.dir/feature_tests.c.o
/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_c2812.dir/feature_tests.c.o -c /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/feature_tests.c
Linking C executable cmTC_c2812
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2812.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_c2812.dir/feature_tests.c.o -o cmTC_c2812
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/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/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_c680f/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_c680f.dir/build.make CMakeFiles/cmTC_c680f.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building C object CMakeFiles/cmTC_c680f.dir/feature_tests.c.o
/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_c680f.dir/feature_tests.c.o -c /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/feature_tests.c
Linking C executable cmTC_c680f
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c680f.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_c680f.dir/feature_tests.c.o -o cmTC_c680f
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/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/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_91685/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_91685.dir/build.make CMakeFiles/cmTC_91685.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building C object CMakeFiles/cmTC_91685.dir/feature_tests.c.o
/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_91685.dir/feature_tests.c.o -c /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/feature_tests.c
Linking C executable cmTC_91685
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_91685.dir/link.txt --verbose=1
/usr/bin/cc -rdynamic CMakeFiles/cmTC_91685.dir/feature_tests.c.o -o cmTC_91685
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/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/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_aa358/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_aa358.dir/build.make CMakeFiles/cmTC_aa358.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building CXX object CMakeFiles/cmTC_aa358.dir/testCXXCompiler.cxx.o
/usr/bin/c++ -o CMakeFiles/cmTC_aa358.dir/testCXXCompiler.cxx.o -c /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_aa358
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa358.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_aa358.dir/testCXXCompiler.cxx.o -o cmTC_aa358
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_ff608/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_ff608.dir/build.make CMakeFiles/cmTC_ff608.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building CXX object CMakeFiles/cmTC_ff608.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++ -o CMakeFiles/cmTC_ff608.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_ff608
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ff608.dir/link.txt --verbose=1
/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_ff608.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ff608
使用内建 specs。
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
目标:x86_64-redhat-linux
配置为:../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
线程模型:posix
gcc 版本 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_ff608' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_ff608 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_ff608.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/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/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_ff608/fast"]
ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_ff608.dir/build.make CMakeFiles/cmTC_ff608.dir/build]
ignore line: [gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”]
ignore line: [Building CXX object CMakeFiles/cmTC_ff608.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/usr/bin/c++ -o CMakeFiles/cmTC_ff608.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_ff608]
ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ff608.dir/link.txt --verbose=1]
ignore line: [/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_ff608.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ff608 ]
ignore line: [使用内建 specs。]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper]
ignore line: [目标:x86_64-redhat-linux]
ignore line: [配置为:../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux]
ignore line: [线程模型:posix]
ignore line: [gcc 版本 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ]
ignore line: [COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/4.8.5/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_ff608' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_ff608 /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. CMakeFiles/cmTC_ff608.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o]
arg [/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/collect2] ==> ignore
arg [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [--hash-style=gnu] ==> 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_ff608] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbegin.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..]
arg [CMakeFiles/cmTC_ff608.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtend.o] ==> ignore
arg [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5] ==> [/usr/lib/gcc/x86_64-redhat-linux/4.8.5]
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64] ==> [/usr/lib64]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
collapse library dir [/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/usr/lib/gcc/x86_64-redhat-linux/4.8.5;/usr/lib64;/lib64;/usr/lib]
implicit fwks: []
Detecting CXX [-std=c++1y] compiler features compiled with the following output:
Change Dir: /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_69ebb/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_69ebb.dir/build.make CMakeFiles/cmTC_69ebb.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building CXX object CMakeFiles/cmTC_69ebb.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++1y -o CMakeFiles/cmTC_69ebb.dir/feature_tests.cxx.o -c /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_69ebb
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_69ebb.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_69ebb.dir/feature_tests.cxx.o -o cmTC_69ebb
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/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++11] compiler features compiled with the following output:
Change Dir: /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_8aa7f/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_8aa7f.dir/build.make CMakeFiles/cmTC_8aa7f.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building CXX object CMakeFiles/cmTC_8aa7f.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_8aa7f.dir/feature_tests.cxx.o -c /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_8aa7f
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8aa7f.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_8aa7f.dir/feature_tests.cxx.o -o cmTC_8aa7f
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/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/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp
Run Build Command:"/usr/bin/gmake" "cmTC_f538b/fast"
/usr/bin/gmake -f CMakeFiles/cmTC_f538b.dir/build.make CMakeFiles/cmTC_f538b.dir/build
gmake[1]: 进入目录“/home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/CMakeTmp”
Building CXX object CMakeFiles/cmTC_f538b.dir/feature_tests.cxx.o
/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_f538b.dir/feature_tests.cxx.o -c /home/lxf/ADDA/clFFT-2.12.2/src/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_f538b
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f538b.dir/link.txt --verbose=1
/usr/bin/c++ -rdynamic CMakeFiles/cmTC_f538b.dir/feature_tests.cxx.o -o cmTC_f538b
gmake[1]: 离开目录“/home/lxf/ADDA/clFFT-2.12.2/src/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
First, I cannot understand the output of which command you parsed. Is it: cmake -DCMAKE_INSTALL_PREFIX=$HOME .
? If yes, here are a few thoughts:
- your output is really long. For instance, I have just run this command it on our Linux cluster (SUSE Linux Enterprise Server 4.12.14-122.121-default) and the output is
mayurkin@clu:~/clFFT-2.12.2/src$ cmake -DCMAKE_INSTALL_PREFIX=$HOME .
-- UNICODE feature disabled on linux
-- 64bit build - FIND_LIBRARY_USE_LIB64_PATHS TRUE
CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:725 (message):
Imported targets not available for Boost version
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
/usr/share/cmake/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
CMakeLists.txt:147 (find_package)
-- Could NOT find Boost
CMake Warning at CMakeLists.txt:151 (message):
Try setting Boost_DEBUG and Boost_DETAILED_FAILURE_MSG for more information
-- Detected GNU fortran compiler.
-- CMAKE_CXX_COMPILER flags: -m64 -pthread
-- CMAKE_CXX_COMPILER debug flags: -g
-- CMAKE_CXX_COMPILER release flags: -O3 -DNDEBUG
-- CMAKE_CXX_COMPILER relwithdebinfo flags: -O2 -g -DNDEBUG
-- CMAKE_EXE_LINKER link flags:
FFT clients will NOT be built
GoogleTest unit tests will NOT be built
FFT callback client will NOT be built
-- Configuring done
-- Generating done
-- Build files have been written to: /mnt/storage/home/mayurkin/clFFT-2.12.2/src
-
At the same time, I cannot find any immediate errors in your output. So impossible to suggest anything specific.
-
Looking at the required dependencies of clFFT (https://github.com/clMathLibraries/clFFT/wiki/Build) - only OpenCL is strictly required. So you must ensure that you have a GPU with proper drivers installed. See https://github.com/adda-team/adda/wiki/OpenCL . Moreover, I recommend to try to compile
adda_ocl
without clFFT, by usingmake ocl OPTIONS=CLFFT_APPLE
, at least to check that your OpenCL framework is working fine. If yes, you may even use this ADDA version for simulation, but it will be significantly slower than with clFFT. -
I still recommend that you try to find a clFFT package for your OS. I have no experience with CentOS, but some package manager should be available, so search for clfft in the corresponding package repositories.
thank,myurkin.I have solved the above problems
That's great. But can you please specify, how you solved it (it may be useful for other ADDA users).
I changed a 2080ti machine and installed the corresponding graphics card driver. Then I entered the installation command and it was successful. But I have another problem. The speed of running ADDA instructions on GPU is much slower than that on CPU. The time gap is mainly in the calculating grid of scattered field. The corresponding instructions are as follows:
CPU:time mpiexec -n 20 ./adda-master/src/mpi/adda_mpi -shape sphere -size 2 -dpl 15 -m 1.2 0.0010 -lambda 0.3988 -scat_grid_inp ./scat_params.dat -store_scat_grid
Totall time:2m9s
GPU:time ./adda-master/src/ocl/adda_ocl -shape sphere -size 2 -dpl 15 -m 1.2 0.0010 -lambda 0.3988 -scat_grid_inp ./scat_params.dat -store_scat_grid -gpu 3
Totall time:14m25s
Why is GPU slow?
Yes, you hit an issue #226 . So the scattered fields are actually computed not on GPU, but rather on a single core, which is much slower than in MPI mode. And this happens to be a bottleneck in your application.
As far as I know, no one is planning to solve this issue in the near future, although ADDA is always open to contributions. The only workaround I can think of at the moment is to compute the internal fields by the GPU (adda_ocl
), save them to file (-store_int_field
), then divide them into several files (for each core) and upload into adda_mpi
(-init_field read
). The file division is the most tricky, since you need to make some script for that. As a result, you should get the same files, as produced by adda_mpi -store_int_field ...
. And this workaround is only meaningful if the time for saving, processing, and loading these files is reasonably small. That is probably so, but need to be tested.
ok,thank you very much for your help.I am tring to do it
Do you have any more questions concerning this issue? If not, I will close it.