-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I followed the README but can't seem to get the tests or benchmarks built. Any suggestions?
jhammond@nuclear:~/Chemistry/libintx/build$ cmake -DLIBINTX_ENABLE_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=75 ..
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jhammond/Chemistry/libintx/build
jhammond@nuclear:~/Chemistry/libintx/build$ cmake --build .
[ 50%] Building CXX object src/libintx/boys/CMakeFiles/libintx.boys.dir/boys.cc.o
[100%] Linking CXX static library libintx.boys.a
[100%] Built target libintx.boys
jhammond@nuclear:~/Chemistry/libintx/build$ cmake --build . --target libintx.gpu.md3.test
gmake: *** No rule to make target 'libintx.gpu.md3.test'. Stop.
jhammond@nuclear:~/Chemistry/libintx/build$ cmake --build . --target libintx.gpu.md4.test
gmake: *** No rule to make target 'libintx.gpu.md4.test'. Stop.
Metadata
Metadata
Assignees
Labels
No labels