Skip to content

Commit

Permalink
The basis set tool now has significant parallelized code so we should…
Browse files Browse the repository at this point in the history
… have separate versions for sequential vs OpenMP.
  • Loading branch information
susilehtola committed Sep 29, 2023
1 parent a8658f9 commit e020779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basistool/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Create the basis set tool
add_executable (erkale_bastool main.cpp pivoted_cholesky_basis.cpp)
set_target_properties(erkale_bastool PROPERTIES OUTPUT_NAME "erkale_bastool${SUFFIX}")
target_link_libraries(erkale_bastool liberkale)
target_link_libraries(erkale_bastool liberkale_cmp)
# Link other libraries if necessary
Expand Down

0 comments on commit e020779

Please sign in to comment.