Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_1e0b8/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1e0b8.dir/build.make CMakeFiles/cmTC_1e0b8.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1e0b8.dir/src.c.o /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_1e0b8.dir/src.c.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_1e0b8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1e0b8.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DCMAKE_HAVE_LIBC_PTHREAD -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld CMakeFiles/cmTC_1e0b8.dir/src.c.o -o cmTC_1e0b8 /usr/bin/ld: CMakeFiles/cmTC_1e0b8.dir/src.c.o: in function `main': /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.c:11: undefined reference to `pthread_create' /usr/bin/ld: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.c:12: undefined reference to `pthread_detach' /usr/bin/ld: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.c:13: undefined reference to `pthread_join' collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_1e0b8.dir/build.make:87: cmTC_1e0b8] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_1e0b8/fast] Error 2 Source file was: #include void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_0e3c0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0e3c0.dir/build.make CMakeFiles/cmTC_0e3c0.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0e3c0.dir/CheckFunctionExists.c.o /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_0e3c0.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c Linking C executable cmTC_0e3c0 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0e3c0.dir/link.txt --verbose=1 /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld CMakeFiles/cmTC_0e3c0.dir/CheckFunctionExists.c.o -o cmTC_0e3c0 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status gmake[1]: *** [CMakeFiles/cmTC_0e3c0.dir/build.make:87: cmTC_0e3c0] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_0e3c0/fast] Error 2 Determining if files io.h exist failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_c9d85/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c9d85.dir/build.make CMakeFiles/cmTC_c9d85.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_c9d85.dir/HAVE_IO_H.c.o /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -o CMakeFiles/cmTC_c9d85.dir/HAVE_IO_H.c.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:10: fatal error: io.h: No such file or directory 2 | #include | ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_c9d85.dir/build.make:66: CMakeFiles/cmTC_c9d85.dir/HAVE_IO_H.c.o] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_c9d85/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if the _fileno exist failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_d121c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d121c.dir/build.make CMakeFiles/cmTC_d121c.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_d121c.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -o CMakeFiles/cmTC_d121c.dir/CheckSymbolExists.cxx.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: '_fileno' was not declared in this scope; did you mean 'fileno'? 8 | return ((int*)(&_fileno))[argc]; | ^~~~~~~ | fileno gmake[1]: *** [CMakeFiles/cmTC_d121c.dir/build.make:66: CMakeFiles/cmTC_d121c.dir/CheckSymbolExists.cxx.o] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_d121c/fast] Error 2 File /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _fileno return ((int*)(&_fileno))[argc]; #else (void)argc; return 0; #endif } Determining if the _commit exist failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_6ff86/fast && /usr/bin/gmake -f CMakeFiles/cmTC_6ff86.dir/build.make CMakeFiles/cmTC_6ff86.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_6ff86.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -o CMakeFiles/cmTC_6ff86.dir/CheckSymbolExists.cxx.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:10: fatal error: io.h: No such file or directory 2 | #include | ^~~~~~ compilation terminated. gmake[1]: *** [CMakeFiles/cmTC_6ff86.dir/build.make:66: CMakeFiles/cmTC_6ff86.dir/CheckSymbolExists.cxx.o] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_6ff86/fast] Error 2 File /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef _commit return ((int*)(&_commit))[argc]; #else (void)argc; return 0; #endif } Determining if files xmmintrin.h exist failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_2f0db/fast && /usr/bin/gmake -f CMakeFiles/cmTC_2f0db.dir/build.make CMakeFiles/cmTC_2f0db.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_2f0db.dir/HAVE_XMMINTRIN_H.c.o /usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -o CMakeFiles/cmTC_2f0db.dir/HAVE_XMMINTRIN_H.c.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CheckIncludeFiles/HAVE_XMMINTRIN_H.c In file included from /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CheckIncludeFiles/HAVE_XMMINTRIN_H.c:2: /usr/lib/gcc/ppc64le-redhat-linux/10/include/xmmintrin.h:54:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." 54 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." | ^~~~~ In file included from /usr/lib/gcc/ppc64le-redhat-linux/10/include/xmmintrin.h:79, from /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CheckIncludeFiles/HAVE_XMMINTRIN_H.c:2: /usr/lib/gcc/ppc64le-redhat-linux/10/include/mmintrin.h:52:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." 52 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." | ^~~~~ gmake[1]: *** [CMakeFiles/cmTC_2f0db.dir/build.make:66: CMakeFiles/cmTC_2f0db.dir/HAVE_XMMINTRIN_H.c.o] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_2f0db/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if the memalign exist failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_0073f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_0073f.dir/build.make CMakeFiles/cmTC_0073f.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_0073f.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -o CMakeFiles/cmTC_0073f.dir/CheckSymbolExists.cxx.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)': /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'memalign' was not declared in this scope 8 | return ((int*)(&memalign))[argc]; | ^~~~~~~~ gmake[1]: *** [CMakeFiles/cmTC_0073f.dir/build.make:66: CMakeFiles/cmTC_0073f.dir/CheckSymbolExists.cxx.o] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_0073f/fast] Error 2 File /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef memalign return ((int*)(&memalign))[argc]; #else (void)argc; return 0; #endif } Performing C++ SOURCE FILE Test CXX_mvsx_COMPILE_WORKS failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_87c4e/fast && /usr/bin/gmake -f CMakeFiles/cmTC_87c4e.dir/build.make CMakeFiles/cmTC_87c4e.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_87c4e.dir/src.cxx.o /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -DCXX_mvsx_COMPILE_WORKS -mcpu=power8 -mpower8-vector -mvsx -o CMakeFiles/cmTC_87c4e.dir/src.cxx.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:21: error: 'vector' was not declared in this scope; did you mean 'vec_or'? 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^~~~~~ | vec_or /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:55: error: 'x' was not declared in this scope 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^ /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:66: error: 'y' was not declared in this scope 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^ In file included from /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:1: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:80: error: invalid parameter combination for AltiVec intrinsic '__builtin_vec_vcmpge_p' 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^~~~~~~~~~ gmake[1]: *** [CMakeFiles/cmTC_87c4e.dir/build.make:66: CMakeFiles/cmTC_87c4e.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_87c4e/fast] Error 2 Source file was: #include int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} Performing C++ SOURCE FILE Test CXX_maltivec_mabi_altivec_COMPILE_WORKS failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_37d33/fast && /usr/bin/gmake -f CMakeFiles/cmTC_37d33.dir/build.make CMakeFiles/cmTC_37d33.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_37d33.dir/src.cxx.o /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -DCXX_maltivec_mabi_altivec_COMPILE_WORKS -mcpu=power8 -mpower8-vector -maltivec -mabi=altivec -o CMakeFiles/cmTC_37d33.dir/src.cxx.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:21: error: 'vector' was not declared in this scope; did you mean 'vec_or'? 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^~~~~~ | vec_or /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:55: error: 'x' was not declared in this scope 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^ /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:66: error: 'y' was not declared in this scope 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^ In file included from /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:1: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:80: error: invalid parameter combination for AltiVec intrinsic '__builtin_vec_vcmpge_p' 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^~~~~~~~~~ gmake[1]: *** [CMakeFiles/cmTC_37d33.dir/build.make:66: CMakeFiles/cmTC_37d33.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_37d33/fast] Error 2 Source file was: #include int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} Performing C++ SOURCE FILE Test CXX_qarch_auto_qaltivec_FLAG_ACCEPTED failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_90725/fast && /usr/bin/gmake -f CMakeFiles/cmTC_90725.dir/build.make CMakeFiles/cmTC_90725.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_90725.dir/src.cxx.o /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -DCXX_qarch_auto_qaltivec_FLAG_ACCEPTED -mcpu=power8 -mpower8-vector -qarch=auto -qaltivec -o CMakeFiles/cmTC_90725.dir/src.cxx.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command-line option '-qarch=auto' c++: error: unrecognized command-line option '-qaltivec'; did you mean '-maltivec'? gmake[1]: *** [CMakeFiles/cmTC_90725.dir/build.make:66: CMakeFiles/cmTC_90725.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_90725/fast] Error 2 Source file was: int main() { return 0;} Performing C++ SOURCE FILE Test CXX_COMPILE_WORKS_WITHOUT_SPECIAL_FLAGS failed with the following output: Change Dir: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/gmake cmTC_5ed9c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5ed9c.dir/build.make CMakeFiles/cmTC_5ed9c.dir/build gmake[1]: Entering directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5ed9c.dir/src.cxx.o /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-protection -std=c++11 -DCXX_COMPILE_WORKS_WITHOUT_SPECIAL_FLAGS -mcpu=power8 -mpower8-vector -o CMakeFiles/cmTC_5ed9c.dir/src.cxx.o -c /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx: In function 'int main()': /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:21: error: 'vector' was not declared in this scope; did you mean 'vec_or'? 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^~~~~~ | vec_or /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:55: error: 'x' was not declared in this scope 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^ /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:66: error: 'y' was not declared in this scope 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^ In file included from /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:1: /builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp/src.cxx:2:80: error: invalid parameter combination for AltiVec intrinsic '__builtin_vec_vcmpge_p' 2 | int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);} | ^~~~~~~~~~ gmake[1]: *** [CMakeFiles/cmTC_5ed9c.dir/build.make:66: CMakeFiles/cmTC_5ed9c.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/builddir/build/BUILD/gromacs-2019.5/serial/CMakeFiles/CMakeTmp' gmake: *** [Makefile:121: cmTC_5ed9c/fast] Error 2 Source file was: #include int main(){vector double x,y=vec_splats(1.0);x=vec_madd(y,y,y);return vec_all_ge(y,x);}