ELPH USEBLAS: Difference between revisions

From VASP Wiki
(Create page)
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{elph_release}}
{{DISPLAYTITLE:ELPH_USEBLAS}}
{{DISPLAYTITLE:ELPH_USEBLAS}}
{{TAGDEF|ELPH_USEBLAS|.TRUE. {{!}} .FALSE.|.TRUE.}}
{{TAGDEF|ELPH_USEBLAS|[logical]|.TRUE.}}


Description: Toggles the use of BLAS routines for computing electron-phonon matrix elements.
Description: Toggles the use of BLAS routines for computing electron-phonon matrix elements.
Line 10: Line 9:
If {{TAGO|ELPH_USEBLAS|True}}, then VASP uses [https://www.netlib.org/blas/ BLAS] routines when computing the electron-phonon matrix elements.
If {{TAGO|ELPH_USEBLAS|True}}, then VASP uses [https://www.netlib.org/blas/ BLAS] routines when computing the electron-phonon matrix elements.
Otherwise, VASP-internal routines are used.
Otherwise, VASP-internal routines are used.
==Related tags and articles==
* {{TAG|ELPH_RUN}}
* {{TAG|ELPH_DECOMPOSE}}
[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]

Latest revision as of 15:55, 19 December 2024

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

Description: Toggles the use of BLAS routines for computing electron-phonon matrix elements.


This is a performance setting that can offer a significant performance boost. If ELPH_USEBLAS = True, then VASP uses BLAS routines when computing the electron-phonon matrix elements. Otherwise, VASP-internal routines are used.

Related tags and articles