Determining if files io.h exist failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_a9442/fast && /usr/bin/make -f CMakeFiles/cmTC_a9442.dir/build.make CMakeFiles/cmTC_a9442.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_a9442.dir/HAVE_IO_H.c.o /usr/bin/cc -o CMakeFiles/cmTC_a9442.dir/HAVE_IO_H.c.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:2:10: fatal error: io.h: No such file or directory 2 | #include | ^~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_a9442.dir/build.make:85: CMakeFiles/cmTC_a9442.dir/HAVE_IO_H.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_a9442/fast] Error 2 Source: /* */ #include int main(void){return 0;} Determining if the _fileno exist failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_3d354/fast && /usr/bin/make -f CMakeFiles/cmTC_3d354.dir/build.make CMakeFiles/cmTC_3d354.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_3d354.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_3d354.dir/CheckSymbolExists.cxx.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘_fileno’ was not declared in this scope; did you mean ‘fileno’? 8 | return ((int*)(&_fileno))[argc]; | ^~~~~~~ | fileno make[1]: *** [CMakeFiles/cmTC_3d354.dir/build.make:85: CMakeFiles/cmTC_3d354.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_3d354/fast] Error 2 File /home/raman/Downloads/gromacs-2023/build/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: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_78c81/fast && /usr/bin/make -f CMakeFiles/cmTC_78c81.dir/build.make CMakeFiles/cmTC_78c81.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_78c81.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_78c81.dir/CheckSymbolExists.cxx.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:2:10: fatal error: io.h: No such file or directory 2 | #include | ^~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_78c81.dir/build.make:85: CMakeFiles/cmTC_78c81.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_78c81/fast] Error 2 File /home/raman/Downloads/gromacs-2023/build/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 the memalign exist failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_51eb4/fast && /usr/bin/make -f CMakeFiles/cmTC_51eb4.dir/build.make CMakeFiles/cmTC_51eb4.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_51eb4.dir/CheckSymbolExists.cxx.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_51eb4.dir/CheckSymbolExists.cxx.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function ‘int main(int, char**)’: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: ‘memalign’ was not declared in this scope 8 | return ((int*)(&memalign))[argc]; | ^~~~~~~~ make[1]: *** [CMakeFiles/cmTC_51eb4.dir/build.make:85: CMakeFiles/cmTC_51eb4.dir/CheckSymbolExists.cxx.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_51eb4/fast] Error 2 File /home/raman/Downloads/gromacs-2023/build/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 } The MPI test test_mpi for C in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_e4646/fast && /usr/bin/make -f CMakeFiles/cmTC_e4646.dir/build.make CMakeFiles/cmTC_e4646.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_e4646.dir/test_mpi.c.o /usr/bin/cc -o CMakeFiles/cmTC_e4646.dir/test_mpi.c.o -c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_e4646.dir/build.make:85: CMakeFiles/cmTC_e4646.dir/test_mpi.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_e4646/fast] Error 2 The MPI test test_mpi for CXX in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_bc6bd/fast && /usr/bin/make -f CMakeFiles/cmTC_bc6bd.dir/build.make CMakeFiles/cmTC_bc6bd.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_bc6bd.dir/test_mpi.cpp.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_bc6bd.dir/test_mpi.cpp.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_bc6bd.dir/build.make:85: CMakeFiles/cmTC_bc6bd.dir/test_mpi.cpp.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_bc6bd/fast] Error 2 Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_fd20e/fast && /usr/bin/make -f CMakeFiles/cmTC_fd20e.dir/build.make CMakeFiles/cmTC_fd20e.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_fd20e.dir/src.c.o /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_fd20e.dir/src.c.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_fd20e /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd20e.dir/link.txt --verbose=1 /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_fd20e.dir/src.c.o -o cmTC_fd20e /usr/bin/ld: CMakeFiles/cmTC_fd20e.dir/src.c.o: in function `main': src.c:(.text+0x46): undefined reference to `pthread_create' /usr/bin/ld: src.c:(.text+0x52): undefined reference to `pthread_detach' /usr/bin/ld: src.c:(.text+0x5e): undefined reference to `pthread_cancel' /usr/bin/ld: src.c:(.text+0x6f): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[1]: *** [CMakeFiles/cmTC_fd20e.dir/build.make:106: cmTC_fd20e] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_fd20e/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_cancel(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: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_7fcee/fast && /usr/bin/make -f CMakeFiles/cmTC_7fcee.dir/build.make CMakeFiles/cmTC_7fcee.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_7fcee.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_7fcee.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.18/Modules/CheckFunctionExists.c Linking C executable cmTC_7fcee /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7fcee.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_7fcee.dir/CheckFunctionExists.c.o -o cmTC_7fcee -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: *** [CMakeFiles/cmTC_7fcee.dir/build.make:106: cmTC_7fcee] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_7fcee/fast] Error 2 Performing C SOURCE FILE Test C_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_5359d/fast && /usr/bin/make -f CMakeFiles/cmTC_5359d.dir/build.make CMakeFiles/cmTC_5359d.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_5359d.dir/src.c.o /usr/bin/cc -DC_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED -xCORE-AVX512 -qopt-zmm-usage=high -o CMakeFiles/cmTC_5359d.dir/src.c.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.c cc: error: unrecognized command line option '-qopt-zmm-usage=high' make[1]: *** [CMakeFiles/cmTC_5359d.dir/build.make:85: CMakeFiles/cmTC_5359d.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_5359d/fast] Error 2 Source file was: int main(void) { return 0; } Performing C SOURCE FILE Test C_xCORE_AVX512_FLAG_ACCEPTED failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_cce5f/fast && /usr/bin/make -f CMakeFiles/cmTC_cce5f.dir/build.make CMakeFiles/cmTC_cce5f.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_cce5f.dir/src.c.o /usr/bin/cc -DC_xCORE_AVX512_FLAG_ACCEPTED -xCORE-AVX512 -o CMakeFiles/cmTC_cce5f.dir/src.c.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.c cc: error: language CORE-AVX512 not recognized cc: error: language CORE-AVX512 not recognized make[1]: *** [CMakeFiles/cmTC_cce5f.dir/build.make:85: CMakeFiles/cmTC_cce5f.dir/src.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_cce5f/fast] Error 2 Source file was: int main(void) { return 0; } Performing C++ SOURCE FILE Test CXX_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_6086a/fast && /usr/bin/make -f CMakeFiles/cmTC_6086a.dir/build.make CMakeFiles/cmTC_6086a.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_6086a.dir/src.cxx.o /usr/bin/c++ -DCXX_xCORE_AVX512_qopt_zmm_usage_high_FLAG_ACCEPTED -xCORE-AVX512 -qopt-zmm-usage=high -std=c++17 -o CMakeFiles/cmTC_6086a.dir/src.cxx.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx c++: error: unrecognized command line option '-qopt-zmm-usage=high' make[1]: *** [CMakeFiles/cmTC_6086a.dir/build.make:85: CMakeFiles/cmTC_6086a.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_6086a/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test CXX_xCORE_AVX512_FLAG_ACCEPTED failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_df44b/fast && /usr/bin/make -f CMakeFiles/cmTC_df44b.dir/build.make CMakeFiles/cmTC_df44b.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_df44b.dir/src.cxx.o /usr/bin/c++ -DCXX_xCORE_AVX512_FLAG_ACCEPTED -xCORE-AVX512 -std=c++17 -o CMakeFiles/cmTC_df44b.dir/src.cxx.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx c++: error: language CORE-AVX512 not recognized c++: error: language CORE-AVX512 not recognized make[1]: *** [CMakeFiles/cmTC_df44b.dir/build.make:85: CMakeFiles/cmTC_df44b.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_df44b/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test _callconv___vectorcall failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_6f266/fast && /usr/bin/make -f CMakeFiles/cmTC_6f266.dir/build.make CMakeFiles/cmTC_6f266.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_6f266.dir/src.cxx.o /usr/bin/c++ -D_callconv___vectorcall -std=c++17 -o CMakeFiles/cmTC_6f266.dir/src.cxx.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx:3:18: error: expected initializer before ‘f’ 3 | int __vectorcall f(int i) {return i;} int main(void) {return f(0);} | ^ /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx:3:62: error: ‘f’ was not declared in this scope 3 | int __vectorcall f(int i) {return i;} int main(void) {return f(0);} | ^ make[1]: *** [CMakeFiles/cmTC_6f266.dir/build.make:85: CMakeFiles/cmTC_6f266.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_6f266/fast] Error 2 Source file was: #pragma GCC diagnostic error "-Wignored-attributes" int __vectorcall f(int i) {return i;} int main(void) {return f(0);} Performing C++ SOURCE FILE Test _callconv___regcall failed with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_7c181/fast && /usr/bin/make -f CMakeFiles/cmTC_7c181.dir/build.make CMakeFiles/cmTC_7c181.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_7c181.dir/src.cxx.o /usr/bin/c++ -D_callconv___regcall -std=c++17 -o CMakeFiles/cmTC_7c181.dir/src.cxx.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx:3:15: error: expected initializer before ‘f’ 3 | int __regcall f(int i) {return i;} int main(void) {return f(0);} | ^ /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp/src.cxx:3:59: error: ‘f’ was not declared in this scope 3 | int __regcall f(int i) {return i;} int main(void) {return f(0);} | ^ make[1]: *** [CMakeFiles/cmTC_7c181.dir/build.make:85: CMakeFiles/cmTC_7c181.dir/src.cxx.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_7c181/fast] Error 2 Source file was: #pragma GCC diagnostic error "-Wignored-attributes" int __regcall f(int i) {return i;} int main(void) {return f(0);} The MPI test test_mpi for C in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_41864/fast && /usr/bin/make -f CMakeFiles/cmTC_41864.dir/build.make CMakeFiles/cmTC_41864.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_41864.dir/test_mpi.c.o /usr/bin/cc -o CMakeFiles/cmTC_41864.dir/test_mpi.c.o -c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_41864.dir/build.make:85: CMakeFiles/cmTC_41864.dir/test_mpi.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_41864/fast] Error 2 The MPI test test_mpi for CXX in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_24be9/fast && /usr/bin/make -f CMakeFiles/cmTC_24be9.dir/build.make CMakeFiles/cmTC_24be9.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_24be9.dir/test_mpi.cpp.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_24be9.dir/test_mpi.cpp.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_24be9.dir/build.make:85: CMakeFiles/cmTC_24be9.dir/test_mpi.cpp.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_24be9/fast] Error 2 The MPI test test_mpi for C in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_6a65a/fast && /usr/bin/make -f CMakeFiles/cmTC_6a65a.dir/build.make CMakeFiles/cmTC_6a65a.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_6a65a.dir/test_mpi.c.o /usr/bin/cc -o CMakeFiles/cmTC_6a65a.dir/test_mpi.c.o -c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_6a65a.dir/build.make:85: CMakeFiles/cmTC_6a65a.dir/test_mpi.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_6a65a/fast] Error 2 The MPI test test_mpi for CXX in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_4b761/fast && /usr/bin/make -f CMakeFiles/cmTC_4b761.dir/build.make CMakeFiles/cmTC_4b761.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_4b761.dir/test_mpi.cpp.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_4b761.dir/test_mpi.cpp.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_4b761.dir/build.make:85: CMakeFiles/cmTC_4b761.dir/test_mpi.cpp.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_4b761/fast] Error 2 The MPI test test_mpi for C in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_26154/fast && /usr/bin/make -f CMakeFiles/cmTC_26154.dir/build.make CMakeFiles/cmTC_26154.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_26154.dir/test_mpi.c.o /usr/bin/cc -o CMakeFiles/cmTC_26154.dir/test_mpi.c.o -c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_26154.dir/build.make:85: CMakeFiles/cmTC_26154.dir/test_mpi.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_26154/fast] Error 2 The MPI test test_mpi for CXX in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_f1369/fast && /usr/bin/make -f CMakeFiles/cmTC_f1369.dir/build.make CMakeFiles/cmTC_f1369.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_f1369.dir/test_mpi.cpp.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_f1369.dir/test_mpi.cpp.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_f1369.dir/build.make:85: CMakeFiles/cmTC_f1369.dir/test_mpi.cpp.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_f1369/fast] Error 2 The MPI test test_mpi for C in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_63ecb/fast && /usr/bin/make -f CMakeFiles/cmTC_63ecb.dir/build.make CMakeFiles/cmTC_63ecb.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_63ecb.dir/test_mpi.c.o /usr/bin/cc -o CMakeFiles/cmTC_63ecb.dir/test_mpi.c.o -c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_63ecb.dir/build.make:85: CMakeFiles/cmTC_63ecb.dir/test_mpi.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_63ecb/fast] Error 2 The MPI test test_mpi for CXX in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_62d0d/fast && /usr/bin/make -f CMakeFiles/cmTC_62d0d.dir/build.make CMakeFiles/cmTC_62d0d.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_62d0d.dir/test_mpi.cpp.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_62d0d.dir/test_mpi.cpp.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_62d0d.dir/build.make:85: CMakeFiles/cmTC_62d0d.dir/test_mpi.cpp.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_62d0d/fast] Error 2 The MPI test test_mpi for C in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_324d3/fast && /usr/bin/make -f CMakeFiles/cmTC_324d3.dir/build.make CMakeFiles/cmTC_324d3.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_324d3.dir/test_mpi.c.o /usr/bin/cc -o CMakeFiles/cmTC_324d3.dir/test_mpi.c.o -c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_324d3.dir/build.make:85: CMakeFiles/cmTC_324d3.dir/test_mpi.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_324d3/fast] Error 2 The MPI test test_mpi for CXX in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_5549c/fast && /usr/bin/make -f CMakeFiles/cmTC_5549c.dir/build.make CMakeFiles/cmTC_5549c.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_5549c.dir/test_mpi.cpp.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_5549c.dir/test_mpi.cpp.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_5549c.dir/build.make:85: CMakeFiles/cmTC_5549c.dir/test_mpi.cpp.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_5549c/fast] Error 2 The MPI test test_mpi for C in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_785c4/fast && /usr/bin/make -f CMakeFiles/cmTC_785c4.dir/build.make CMakeFiles/cmTC_785c4.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_785c4.dir/test_mpi.c.o /usr/bin/cc -o CMakeFiles/cmTC_785c4.dir/test_mpi.c.o -c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c /usr/local/share/cmake-3.18/Modules/FindMPI/test_mpi.c:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_785c4.dir/build.make:85: CMakeFiles/cmTC_785c4.dir/test_mpi.c.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_785c4/fast] Error 2 The MPI test test_mpi for CXX in mode normal failed to compile with the following output: Change Dir: /home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_82417/fast && /usr/bin/make -f CMakeFiles/cmTC_82417.dir/build.make CMakeFiles/cmTC_82417.dir/build make[1]: Entering directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_82417.dir/test_mpi.cpp.o /usr/bin/c++ -std=c++17 -o CMakeFiles/cmTC_82417.dir/test_mpi.cpp.o -c /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp /home/raman/Downloads/gromacs-2023/build/CMakeFiles/FindMPI/test_mpi.cpp:1:10: fatal error: mpi.h: No such file or directory 1 | #include | ^~~~~~~ compilation terminated. make[1]: *** [CMakeFiles/cmTC_82417.dir/build.make:85: CMakeFiles/cmTC_82417.dir/test_mpi.cpp.o] Error 1 make[1]: Leaving directory '/home/raman/Downloads/gromacs-2023/build/CMakeFiles/CMakeTmp' make: *** [Makefile:140: cmTC_82417/fast] Error 2