Skip to content

Commit 5a957c5

Browse files
Linnea Anderssonnicolasbock
authored andcommitted
Sparse kernel for XLBO-MD
1 parent 3d92d4a commit 5a957c5

File tree

7 files changed

+2530
-47
lines changed

7 files changed

+2530
-47
lines changed

src/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ add_library(progress
1818
prg_chebyshev_mod.F90
1919
prg_densitymatrix_mod.F90
2020
prg_dos_mod.F90
21+
prg_ewald_mod.F90
2122
prg_extras_mod.F90
2223
prg_genz_mod.F90
2324
prg_graph_mod.F90
@@ -46,7 +47,8 @@ add_library(progress
4647
prg_subgraphloop_mod.F90
4748
prg_system_mod.F90
4849
prg_timer_mod.F90
49-
prg_xlbo_mod.F90)
50+
prg_xlbo_mod.F90
51+
prg_xlbokernel_mod.F90)
5052
#prg_xlkernel_mod.F90)
5153

5254
if(OPENMP_FOUND)

0 commit comments

Comments
 (0)