LSCALAPACK: Difference between revisions

From VASP Wiki
(Created page with '{{TAGDEF|LSCALAPACK|[logical]}} {{DEF|LSCALAPACK|.TRUE.|if VASP is compiled with scaLAPACK support (precompiler flag -DscaLAPACK)|.FALSE.|otherwise}} Description: {{TAG|LSCALAPA…')
 
No edit summary
Line 19: Line 19:
{{TAG|LSCAAWARE}}
{{TAG|LSCAAWARE}}


{{sc|LSCALAPACK|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:parallelization]]
[[Category:INCAR]][[Category:parallelization]]

Revision as of 10:31, 20 March 2017

LSCALAPACK = [logical] 

Default: LSCALAPACK = .TRUE. if VASP is compiled with scaLAPACK support (precompiler flag -DscaLAPACK)
= .FALSE. otherwise

Description: LSCALAPACK controls the use of scaLAPACK.


For LSCALAPACK=.TRUE., VASP uses scaLAPACK routines for the orthonormalization of the wave functions and subspace diagonalizations.

The use of scaLAPACK for the LU decomposition in the orthonormalization of the wave functions may be independently switched off (LSCALU=.FALSE.).

Related Tags and Sections

NPAR, NCORE, LPLANE, NSIM, KPAR, LSCALU, LSCAAWARE

Examples that use this tag


Contents