|
2 | 2 | if(ENABLE_LCAO) |
3 | 3 |
|
4 | 4 | list(APPEND objects |
5 | | - temp_gint/biggrid_info.cpp |
6 | | - temp_gint/big_grid.cpp |
7 | | - temp_gint/divide_info.cpp |
8 | | - temp_gint/gint_atom.cpp |
9 | | - temp_gint/gint_info.cpp |
10 | | - temp_gint/gint.cpp |
11 | | - temp_gint/gint_vl.cpp |
12 | | - temp_gint/gint_vl_metagga.cpp |
13 | | - temp_gint/gint_vl_nspin4.cpp |
14 | | - temp_gint/gint_vl_metagga_nspin4.cpp |
15 | | - temp_gint/gint_rho.cpp |
16 | | - temp_gint/gint_tau.cpp |
17 | | - temp_gint/gint_fvl.cpp |
18 | | - temp_gint/gint_fvl_meta.cpp |
19 | | - temp_gint/gint_env_gamma.cpp |
20 | | - temp_gint/gint_env_k.cpp |
21 | | - temp_gint/gint_dvlocal.cpp |
22 | | - temp_gint/localcell_info.cpp |
23 | | - temp_gint/phi_operator.cpp |
24 | | - temp_gint/set_ddphi.cpp |
25 | | - temp_gint/unitcell_info.cpp |
26 | | - temp_gint/gint_common.cpp |
27 | | - temp_gint/gint_interface.cpp |
| 5 | + biggrid_info.cpp |
| 6 | + big_grid.cpp |
| 7 | + divide_info.cpp |
| 8 | + gint_atom.cpp |
| 9 | + gint_info.cpp |
| 10 | + gint.cpp |
| 11 | + gint_vl.cpp |
| 12 | + gint_vl_metagga.cpp |
| 13 | + gint_vl_nspin4.cpp |
| 14 | + gint_vl_metagga_nspin4.cpp |
| 15 | + gint_rho.cpp |
| 16 | + gint_tau.cpp |
| 17 | + gint_fvl.cpp |
| 18 | + gint_fvl_meta.cpp |
| 19 | + gint_env_gamma.cpp |
| 20 | + gint_env_k.cpp |
| 21 | + gint_dvlocal.cpp |
| 22 | + localcell_info.cpp |
| 23 | + phi_operator.cpp |
| 24 | + set_ddphi.cpp |
| 25 | + unitcell_info.cpp |
| 26 | + gint_common.cpp |
| 27 | + gint_interface.cpp |
28 | 28 | ) |
29 | 29 | if(USE_CUDA) |
30 | 30 | list(APPEND objects |
31 | | - temp_gint/kernel/gint_gpu_vars.cpp |
32 | | - temp_gint/kernel/phi_operator_gpu.cu |
33 | | - temp_gint/kernel/phi_operator_kernel.cu |
34 | | - temp_gint/kernel/set_const_mem.cu |
35 | | - temp_gint/batch_biggrid.cpp |
36 | | - temp_gint/gint_vl_gpu.cpp |
37 | | - temp_gint/gint_rho_gpu.cpp |
38 | | - temp_gint/gint_fvl_gpu.cpp |
39 | | - temp_gint/gint_vl_metagga_gpu.cpp |
40 | | - temp_gint/gint_vl_nspin4_gpu.cpp |
41 | | - temp_gint/gint_vl_metagga_nspin4_gpu.cpp |
42 | | - temp_gint/gint_tau_gpu.cpp |
43 | | - temp_gint/gint_fvl_meta_gpu.cpp |
44 | | - temp_gint/kernel/dgemm_vbatch.cu |
| 31 | + kernel/gint_gpu_vars.cpp |
| 32 | + kernel/phi_operator_gpu.cu |
| 33 | + kernel/phi_operator_kernel.cu |
| 34 | + kernel/set_const_mem.cu |
| 35 | + batch_biggrid.cpp |
| 36 | + gint_vl_gpu.cpp |
| 37 | + gint_rho_gpu.cpp |
| 38 | + gint_fvl_gpu.cpp |
| 39 | + gint_vl_metagga_gpu.cpp |
| 40 | + gint_vl_nspin4_gpu.cpp |
| 41 | + gint_vl_metagga_nspin4_gpu.cpp |
| 42 | + gint_tau_gpu.cpp |
| 43 | + gint_fvl_meta_gpu.cpp |
| 44 | + kernel/dgemm_vbatch.cu |
45 | 45 | ) |
46 | 46 | endif() |
47 | 47 |
|
|
0 commit comments