forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'kline-fix-1' of https://github.com/kirk0830/abacus-develop
- Loading branch information
Showing
5 changed files
with
457 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
Note: on the plan of removal of GlobalC::parallel_kpoints | ||
it is totally unreasonable to have such a class, it is very ridiculous that kpoints itself | ||
cannot divide the MPI comm world. | ||
Path: source/module_cell/parallel_kpoints.h, after refactor this class will be removed and | ||
the functions will be moved to module_cell/klist_mpi.cpp | ||
parallel_kpoints is instantiated in global.cpp, it's life span is presently unknown. | ||
*/ |
Oops, something went wrong.