File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
source/module_hamilt_lcao/module_gint/temp_gint Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11#include " source_base/ylm.h"
22#include " source_base/array_pool.h"
33#include " gint_atom.h"
4- #include " module_cell /unitcell.h"
4+ #include " source_cell /unitcell.h"
55#include " gint_helper.h"
66
77namespace ModuleGint
Original file line number Diff line number Diff line change 44#include " module_parameter/parameter.h"
55
66#ifdef __MPI
7- #include " module_base /blacs_connector.h"
7+ #include " source_base /blacs_connector.h"
88#include < mpi.h>
99#endif
1010
Original file line number Diff line number Diff line change 11#include < map>
22#include " gint_dvlocal.h"
33#include " phi_operator.h"
4- #include " module_base /parallel_reduce.h"
4+ #include " source_base /parallel_reduce.h"
55
66namespace ModuleGint
77{
Original file line number Diff line number Diff line change 33#include < vector>
44#include " module_hamilt_lcao/module_hcontainer/hcontainer.h"
55#include " module_hamilt_lcao/hamilt_lcaodft/LCAO_HS_arrays.hpp"
6- #include " module_base /abfs-vector3_order.h"
6+ #include " source_base /abfs-vector3_order.h"
77#include " gint.h"
88#include " gint_info.h"
99
Original file line number Diff line number Diff line change 33#include < memory>
44#include < vector>
55#include " module_hamilt_lcao/module_hcontainer/hcontainer.h"
6- #include " module_base /matrix.h"
6+ #include " source_base /matrix.h"
77#include " gint.h"
88#include " gint_info.h"
99#include " module_hamilt_lcao/module_gint/temp_gint/kernel/cuda_mem_wrapper.h"
Original file line number Diff line number Diff line change 33#include < memory>
44#include < vector>
55#include " module_hamilt_lcao/module_hcontainer/hcontainer.h"
6- #include " module_base /matrix.h"
6+ #include " source_base /matrix.h"
77#include " gint.h"
88#include " gint_info.h"
99#include " module_hamilt_lcao/module_gint/temp_gint/kernel/cuda_mem_wrapper.h"
Original file line number Diff line number Diff line change 11#pragma once
22#include < cuda_runtime.h>
3- #include " module_base /tool_quit.h"
3+ #include " source_base /tool_quit.h"
44#include " gint_helper.cuh"
55
66template <typename T>
Original file line number Diff line number Diff line change 11#include " gint_gpu_vars.h"
2- #include " module_base /module_device/device.h"
2+ #include " source_base /module_device/device.h"
33
44namespace ModuleGint
55{
Original file line number Diff line number Diff line change 22
33#include < cuda_runtime.h>
44#include " set_const_mem.cuh"
5- #include " module_base /ylm.h"
6- #include " module_cell /unitcell.h"
7- #include " module_cell /atom_spec.h"
5+ #include " source_base /ylm.h"
6+ #include " source_cell /unitcell.h"
7+ #include " source_cell /atom_spec.h"
88#include " module_hamilt_lcao/module_gint/temp_gint/biggrid_info.h"
99#include " gint_helper.cuh"
1010#include " module_hamilt_lcao/module_gint/kernels/cuda/gemm_selector.cuh"
You can’t perform that action at this time.
0 commit comments