Files
lammps-gran-kokkos/doc/CMakeFiles/CMakeError.log
2022-07-01 12:53:50 -04:00

35 lines
2.6 KiB
Plaintext

Determining if the include file omp.h exists failed with the following output:
Change Dir: /Users/ngoccuongnguyen/lammps/doc/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_30f17/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_30f17.dir/build.make CMakeFiles/cmTC_30f17.dir/build
Building CXX object CMakeFiles/cmTC_30f17.dir/CheckIncludeFile.cxx.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -std=c++11 -o CMakeFiles/cmTC_30f17.dir/CheckIncludeFile.cxx.o -c /Users/ngoccuongnguyen/lammps/doc/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx
/Users/ngoccuongnguyen/lammps/doc/CMakeFiles/CMakeTmp/CheckIncludeFile.cxx:1:10: fatal error: 'omp.h' file not found
#include <omp.h>
^~~~~~~
1 error generated.
make[1]: *** [CMakeFiles/cmTC_30f17.dir/CheckIncludeFile.cxx.o] Error 1
make: *** [cmTC_30f17/fast] Error 2
Determining if the function sgemm_ exists failed with the following output:
Change Dir: /Users/ngoccuongnguyen/lammps/doc/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/make cmTC_6f85a/fast && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/cmTC_6f85a.dir/build.make CMakeFiles/cmTC_6f85a.dir/build
Building C object CMakeFiles/cmTC_6f85a.dir/CheckFunctionExists.c.o
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -fPIE -o CMakeFiles/cmTC_6f85a.dir/CheckFunctionExists.c.o -c /usr/local/Cellar/cmake/3.18.2/share/cmake/Modules/CheckFunctionExists.c
Linking C executable cmTC_6f85a
/usr/local/Cellar/cmake/3.18.2/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6f85a.dir/link.txt --verbose=1
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -mmacosx-version-min=10.15 -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6f85a.dir/CheckFunctionExists.c.o -o cmTC_6f85a
Undefined symbols for architecture x86_64:
"_sgemm_", referenced from:
_main in CheckFunctionExists.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [cmTC_6f85a] Error 1
make: *** [cmTC_6f85a/fast] Error 2