Difference between revisions of "Parallelization in Quantum ESPRESSO"
From William Parker Wiki
(Created page with "* [https://www.quantum-espresso.org/Doc/user_guide/node20.html Base documentation] * Relevant source files ** I/O *** [https://github.com/QEF/q-e/blob/develop/Modules/io_base....") |
(Added PW and PH skeletons) |
||
Line 8: | Line 8: | ||
*** [https://github.com/QEF/q-e/blob/develop/Modules/mp_world.f90 Modules/mp_world.f90] | *** [https://github.com/QEF/q-e/blob/develop/Modules/mp_world.f90 Modules/mp_world.f90] | ||
*** ... | *** ... | ||
+ | ** PW | ||
+ | *** ... | ||
+ | ** PH | ||
+ | *** [https://github.com/QEF/q-e/blob/develop/PHonon/PH/io_dyn_mat.f90 PHonon/PH/io_dyn_mat.f90] |
Revision as of 13:52, 21 August 2024
- Base documentation
- Relevant source files
- I/O
- MPI
- PW
- ...
- PH