Skip to content

Commit b97c8d7

Browse files
rootroot
authored andcommitted
test[LCAO]: UT of functions in gint_gamma_rho.cpp
1 parent af32cfe commit b97c8d7

File tree

9 files changed

+9120
-0
lines changed

9 files changed

+9120
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
remove_definitions(-D__MPI)
2+
remove_definitions(-D__CUDA)
3+
remove_definitions(-D__ROCM)
4+
remove_definitions(-D__EXX)
5+
AddTest(
6+
TARGET hsolver_gamma_rho
7+
LIBS ${math_libs} base neighbor
8+
SOURCES gamma_rho_test.cpp ../../src_parallel/parallel_reduce.cpp ../../src_parallel/ft.cpp ../../src_pw/pw_basis.cpp ../../src_pw/pw_complement.cpp ../../src_pw/klist.cpp ../../src_parallel/parallel_kpoints.cpp ../gint_gamma.cpp ../gint_gamma_rho.cpp ../gint_tools.cpp ../grid_technique.cpp ../grid_base_beta.cpp ../grid_meshk.cpp ../grid_meshcell.cpp ../grid_bigcell.cpp ../grid_meshball.cpp ../../module_orbital/ORB_atomic.cpp ../../module_orbital/ORB_atomic_lm.cpp ../../module_orbital/ORB_gaunt_table.cpp ../../module_orbital/ORB_table_phi.cpp ../../module_orbital/ORB_table_beta.cpp ../../module_orbital/ORB_table_alpha.cpp ../../module_orbital/ORB_nonlocal_lm.cpp ../../module_orbital/ORB_nonlocal.cpp ../../module_cell/atom_spec.cpp ../../module_cell/atom_pseudo.cpp ../../module_cell/pseudo_nc.cpp ../../src_io/output.cpp
9+
)
10+
11+
install(DIRECTORY support DESTINATION ${CMAKE_CURRENT_BINARY_DIR})

0 commit comments

Comments
 (0)