NTAUPAR

From VASP Wiki
Revision as of 13:22, 1 April 2022 by Kaltakm (talk | contribs)

NTAUPAR = [integer] 

Default: NTAUPAR = depends on MAXMEM used in low scaling GW and RPA/ACFDT calculations.

Description: NTAUPAR available as of VASP.6, specifies the number of MPI groups sharing same imaginary time grid points. The default value of NTAUPAR is set to the largest possible value supported on the compute nodes to speed up the GW or RPA calculation.


NTAUPAR has the biggest impact on memory usage as well as total runtime for low-scaling GW and RPA calculations. If not found in the INCAR, NTAUPAR is set automatically based on the value of MAXMEM (the available memory for each rank on each compute node). If MAXMEM is not set, VASP looks in "/proc/meminfo" for "MemAvailable" to set MAXMEM internally, otherwise the code uses the value provided in the INCAR.

NTAUPAR=NOMEGA is the maximum value possible, while NTAUPAR=1 is the smallest possible value.

Related Tags and Sections

NOMEGAPAR, NOMEGA

Examples that use this tag