Determining if the function sgemm_ exists failed with the following output: Change Dir: /home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_ade73/fast && /usr/bin/make -f CMakeFiles/cmTC_ade73.dir/build.make CMakeFiles/cmTC_ade73.dir/build make[1]: Entering directory '/home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_ade73.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ -fPIE -o CMakeFiles/cmTC_ade73.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_ade73 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ade73.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ CMakeFiles/cmTC_ade73.dir/CheckFunctionExists.c.o -o cmTC_ade73 /usr/bin/ld: CMakeFiles/cmTC_ade73.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `sgemm_' collect2: error: ld returned 1 exit status make[1]: *** [CMakeFiles/cmTC_ade73.dir/build.make:87: cmTC_ade73] Error 1 make[1]: Leaving directory '/home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp' make: *** [Makefile:121: cmTC_ade73/fast] Error 2 Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_34dc8/fast && /usr/bin/make -f CMakeFiles/cmTC_34dc8.dir/build.make CMakeFiles/cmTC_34dc8.dir/build make[1]: Entering directory '/home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_34dc8.dir/src.c.o /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -fPIE -o CMakeFiles/cmTC_34dc8.dir/src.c.o -c /home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_34dc8 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34dc8.dir/link.txt --verbose=1 /usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_34dc8.dir/src.c.o -o cmTC_34dc8 /usr/bin/ld: CMakeFiles/cmTC_34dc8.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+0x63): undefined reference to `pthread_join' collect2: error: ld returned 1 exit status make[1]: *** [CMakeFiles/cmTC_34dc8.dir/build.make:87: cmTC_34dc8] Error 1 make[1]: Leaving directory '/home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp' make: *** [Makefile:121: cmTC_34dc8/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: /home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_b2d61/fast && /usr/bin/make -f CMakeFiles/cmTC_b2d61.dir/build.make CMakeFiles/cmTC_b2d61.dir/build make[1]: Entering directory '/home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b2d61.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -fPIE -o CMakeFiles/cmTC_b2d61.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_b2d61 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b2d61.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_b2d61.dir/CheckFunctionExists.c.o -o cmTC_b2d61 -lpthreads /usr/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status make[1]: *** [CMakeFiles/cmTC_b2d61.dir/build.make:87: cmTC_b2d61] Error 1 make[1]: Leaving directory '/home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp' make: *** [Makefile:121: cmTC_b2d61/fast] Error 2 Determining if the function cheev_ exists failed with the following output: Change Dir: /home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_aa491/fast && /usr/bin/make -f CMakeFiles/cmTC_aa491.dir/build.make CMakeFiles/cmTC_aa491.dir/build make[1]: Entering directory '/home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_aa491.dir/CheckFunctionExists.c.o /usr/bin/cc -DCHECK_FUNCTION_EXISTS=cheev_ -fPIE -o CMakeFiles/cmTC_aa491.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.16/Modules/CheckFunctionExists.c Linking C executable cmTC_aa491 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa491.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=cheev_ CMakeFiles/cmTC_aa491.dir/CheckFunctionExists.c.o -o cmTC_aa491 /usr/lib/x86_64-linux-gnu/libf77blas.so /usr/lib/x86_64-linux-gnu/libatlas.so /usr/bin/ld: CMakeFiles/cmTC_aa491.dir/CheckFunctionExists.c.o: in function `main': CheckFunctionExists.c:(.text+0x14): undefined reference to `cheev_' collect2: error: ld returned 1 exit status make[1]: *** [CMakeFiles/cmTC_aa491.dir/build.make:89: cmTC_aa491] Error 1 make[1]: Leaving directory '/home/cauchy/Desktop/LAMMPS/lammps-23Jun2022/build/CMakeFiles/CMakeTmp' make: *** [Makefile:121: cmTC_aa491/fast] Error 2