LSCALU: Difference between revisions
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
[[The_VASP_Manual|Contents]] | [[The_VASP_Manual|Contents]] | ||
[[Category:INCAR]][[Category:parallelization]] | [[Category:INCAR]][[Category:Performance]][[Category:parallelization]] |
Revision as of 17:46, 11 March 2019
LSCALU = [logical]
Default: LSCALU = .FALSE.
Description: LSCALU switches on the parallel LU decomposition (using scaLAPACK) in the orthonormalization of the wave functions.
For LSCALU=.TRUE. the LU decomposition in the orthormalization of the wave functions is done in parallel, using scaLAPACK routines. Provided, of course, LSCALAPACK=.TRUE. and VASP was compiled with scaLAPACK support (precompiler flag: -DscaLAPACK).
In many cases, the scaLAPACK LU decomposition based is slower than the serial LU decomposition (compare the timing ORTHCH in the respective OUTCAR files). Hence the default is LSCALU=.FALSE. (subspace rotations, however, are still done using scaLAPACK).
Related Tags and Sections
NPAR, NCORE, LPLANE, NSIM, KPAR, LSCALAPACK, LSCAAWARE