LSCAAWARE: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 2: Line 2:
{{DEF|LSCAAWARE|.TRUE.|if VASP is compiled with scaLAPACK support (precompiler flag -DscaLAPACK)|.FALSE.|otherwise}}
{{DEF|LSCAAWARE|.TRUE.|if VASP is compiled with scaLAPACK support (precompiler flag -DscaLAPACK)|.FALSE.|otherwise}}


Description: {{TAG|LSCAAWARE}} decides wether to distribute the Hamilton matrix or not.  
Description: {{TAG|LSCAAWARE}} controls the distribution of the Hamilton matrix.  


----
----

Revision as of 16:51, 26 August 2019

LSCAAWAVE = [logical] 

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

Description: LSCAAWARE controls the distribution of the Hamilton matrix.


For LSCAAWARE=.TRUE., VASP distributes the Hamilton matrix and uses scaLAPACK routines to diagonalize subspaces.

Related Tags and Sections

NPAR, NCORE, LPLANE, NSIM, KPAR, LSCALU, LSCALAPACK

Examples that use this tag