Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel #169

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ add_library(progress
prg_chebyshev_mod.F90
prg_densitymatrix_mod.F90
prg_dos_mod.F90
prg_ewald_mod.F90
prg_extras_mod.F90
prg_genz_mod.F90
prg_graph_mod.F90
Expand Down Expand Up @@ -46,6 +47,7 @@ add_library(progress
prg_subgraphloop_mod.F90
prg_system_mod.F90
prg_timer_mod.F90
prg_xlbokernel_mod.F90
prg_xlbo_mod.F90)
#prg_xlkernel_mod.F90)

Expand Down Expand Up @@ -94,6 +96,7 @@ install(FILES
${CMAKE_CURRENT_BINARY_DIR}/prg_chebyshev_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/prg_densitymatrix_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/prg_dos_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/prg_ewald_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/prg_extras_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/prg_genz_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/prg_graph_mod.mod
Expand Down Expand Up @@ -122,6 +125,7 @@ install(FILES
${CMAKE_CURRENT_BINARY_DIR}/prg_system_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/prg_timer_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/prg_xlbo_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/prg_xlbokernel_mod.mod
# ${CMAKE_CURRENT_BINARY_DIR}/prg_xlkernel_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/slaterkosterforce_latte_mod.mod
${CMAKE_CURRENT_BINARY_DIR}/tbparams_latte_mod.mod
Expand Down
Loading