KPAR: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TAGDEF|KPAR|[integer]|1 }}
{{TAGDEF|KPAR|[integer]|1 }}


Description: {{TAG|KPAR}} determines the number of '''k'''-points that are to be treated in parallel (available as of VASP.5.3.2).  
Description: {{TAG|KPAR}} determines the number of '''k'''-points that are to be treated in parallel (available as of VASP.5.3.2). Also, {{TAG|KPAR}} is used as parallelization tag for [[LTMP2_-_Tutorial|Laplace transformed MP2 calculations]].  


----
----
Line 12: Line 12:


'''Note''': the data is not distributed additionally over '''k'''-points.
'''Note''': the data is not distributed additionally over '''k'''-points.
'''Note''': {{TAGBL|KPAR}} becomes obsolete if {{TAG|LMP2LT}} or {{TAG|LSMP2LT}} are set and specifies the number of plane-waves treated in parallel, see [[LTMP2_-_Tutorial#Parallelization|here]] for more information.


== Related Tags and Sections ==
== Related Tags and Sections ==
Line 20: Line 22:
{{TAG|NSIM}},
{{TAG|NSIM}},
{{TAG|LSCALAPACK}},
{{TAG|LSCALAPACK}},
{{TAG|LSCAAWARE}}
{{TAG|LSCAAWARE}},
{{TAG|LSMP2LT}},
{{TAG|LMP2LT}}


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


[[Category:INCAR]][[Category:parallelization]]
[[Category:INCAR]][[Category:Performance]][[Category:parallelization]][[Category:MP2]]

Revision as of 14:55, 24 February 2020

KPAR = [integer]
Default: KPAR = 1 

Description: KPAR determines the number of k-points that are to be treated in parallel (available as of VASP.5.3.2). Also, KPAR is used as parallelization tag for Laplace transformed MP2 calculations.


VASP currently offers parallelization and data distribution over bands and/or over plane wave coefficients (see NCORE and NPAR), and as of VASP.5.3.2, parallelization over k-points. To obtain high efficiency on massively parallel systems or modern multi-core machines, it is strongly recommended to use all at the same time. Most algorithms work with any data distribution (except for the single band conjugated gradient, which is considered to be obsolete).

The set of k-points is distributed over KPAR groups of compute cores, in a round-robin fashion. This means that a group of N=(# of cores/KPAR) compute cores together work on an individual k-point (choose KPAR such that it is an integer divisor of the total number of cores). Within this group of N cores that share the work on an individual k-point, the usual parallelism over bands and/or plane wave coefficients applies (as set by means of the NCORE and NPAR tags).

Note: the data is not distributed additionally over k-points.

Note: KPAR becomes obsolete if LMP2LT or LSMP2LT are set and specifies the number of plane-waves treated in parallel, see here for more information.

Related Tags and Sections

NCORE, NPAR, LPLANE, LSCALU, NSIM, LSCALAPACK, LSCAAWARE, LSMP2LT, LMP2LT

Examples that use this tag