LSCALAPACK: Difference between revisions

From VASP Wiki
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
The use of scaLAPACK for the LU decomposition in the orthonormalization of the wave functions may be independently switched off ({{TAG|LSCALU}}=.FALSE.).  
The use of scaLAPACK for the LU decomposition in the orthonormalization of the wave functions may be independently switched off ({{TAG|LSCALU}}=.FALSE.).  


== Related Tags and Sections ==
== Related tags and articles ==
{{TAG|NPAR}},
{{TAG|NPAR}},
{{TAG|NCORE}},
{{TAG|NCORE}},
Line 21: Line 21:
{{sc|LSCALAPACK|Examples|Examples that use this tag}}
{{sc|LSCALAPACK|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:Performance]][[Category:parallelization]]
[[Category:INCAR tag]][[Category:Performance]][[Category:parallelization]]

Latest revision as of 14:40, 8 April 2022

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 articles

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

Examples that use this tag