Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor:Use pointers instead of function calls in OpenMP (#4827)
* change omp parallel * delete gint_kernel_vlocal * gint vlocal without openmp * fix gint_kernel_vlcoal * Revert "fix gint_kernel_vlcoal" This reverts commit 248182a. * fix openmp in gint kernel * without openmp in gint * use without opemp * adjust comment * fix without openmp in multi-k bug * fix gint vlocal * fix dvlocal * fix dvlocal openmp * stabale function * stable function in vlocal openmp and none openmp * fix dvlocal openmp * fix openmp vlocal_meta * fix rho and tau in openmp * fix openmp without force * fix bug in force openmp * fix openmp force bug * fix meta-force openmp bug * fix bug of openmp force * fix bug in force openmp meta * change cal_gint_vlocal_kernel * change cal_gint_rho_tau_kernel * change cal_gint_force_kernel * stable pointer init vlocal openmp version * use static memory instead of dynamic memory * change dvlocal memory * change vlocal-meta memory * stable change rho memory * stable change rho memory * stable change tau memory * change force memory * change force-meta memory * adjust function * fix function name * use vector instead of staic memory in force * Revert "use vector instead of staic memory in force" This reverts commit ef947fd. * use vector instead of staic memory in force * use vector instead of staic memory in rho * use vector instead of staic memory in vlocal * change function * change LD_pool * change vindex * change get_vldr3 and vindex * add comments in doxygen format * [pre-commit.ci lite] apply automatic fixes * fix bug in k_gamma env * fix openmp ifdef in vlocal * fix openmp ifdef in rho * fix openmp ifdef in force * fix vector in openmp * fix vector in openmp * fix openmp in cal_env * fix bug and delete private * fix a timer error * add const to LD_pool * modify LD_pool * remove some unreferenced variable * remove some unused variables --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Co-authored-by: dzzz2001 <[email protected]>
- Loading branch information