NTAUPAR: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 2: Line 2:
{{DEF|NTAUPAR|depends on {{TAG|MAXMEM}} |used in low scaling [[GW approximation of Hedin's equations#lowGW|GW]] and RPA/ACFDT calculations.}}
{{DEF|NTAUPAR|depends on {{TAG|MAXMEM}} |used in low scaling [[GW approximation of Hedin's equations#lowGW|GW]] and RPA/ACFDT calculations.}}


Description: {{TAG|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 automatically and depends on {{TAG|MAXMEM}}, the available memory for each rank on one node.  
Description: {{TAG|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 {{FILE|INCAR}}, NTAUPAR is set automatically based on the value of {{TAG|MAXMEM}} (the available memory for each rank on each compute node). If {{TAG|MAXMEM}} is not set, VASP looks in "/proc/meminfo" for "MemAvailable" to set {{TAG|MAXMEM}} internally, otherwise the code uses the value provided in the {{FILE|INCAR}}.  


----
NTAUPAR={{TAG|NOMEGA}} is the maximum value possible, while NTAUPAR=1 is the smallest possible value.
== Related Tags and Sections ==
== Related Tags and Sections ==
{{TAG|NOMEGAPAR}},  
{{TAG|NOMEGAPAR}},  

Revision as of 13:22, 1 April 2022

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