Skip to content

Commit 383736e

Browse files
author
Linnea Andersson
committed
Added kernel routines for XL-BOMD
1 parent 4e73df7 commit 383736e

4 files changed

+1879
-37
lines changed

src/CMakeLists.txt

+2
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
@@ -47,6 +48,7 @@ add_library(progress
4748
prg_system_mod.F90
4849
prg_timer_mod.F90
4950
prg_xlbo_mod.F90
51+
prg_xlbokernel_mod.F90
5052
prg_xlkernel_mod.F90)
5153

5254
if(OPENMP_FOUND)

0 commit comments

Comments
 (0)