ELPH WF CACHE PREFILL: Difference between revisions

From VASP Wiki
No edit summary
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
==Related tags and articles==
==Related tags and articles==
* {{TAG|ELPH_WF_REDISTRIBUTE}}
* {{TAG|ELPH_WF_REDISTRIBUTE}}
* {{TAG|ELPH_WF_COMM_OPT}}
* {{TAG|ELPH_TRANSPORT}}
* {{TAG|ELPH_TRANSPORT}}
[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]
[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]

Latest revision as of 15:14, 24 October 2025

ELPH_WF_CACHE_PREFILL = [logical]
Default: ELPH_WF_CACHE_PREFILL = .TRUE. 

Description: Determines whether to pre-fill the wavefunction (WF) cache before starting the calculation.

Mind: Available as of VASP 6.5.0

When enabled, the cache is populated in advance, avoiding one-sided MPI communication during the main computation loop. This can significantly improve performance and scalability, especially for large parallel runs.

Related tags and articles