MAXMEM: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{TAGDEF|MAXMEM|[integer]|2800}}
{{TAGDEF|MAXMEM|[integer]|2800}}


Description: {{TAG|MAXMEM}} specifies the maximum memory one core will attempt to allocate.
Description: {{TAG|MAXMEM}} specifies the maximum memory one core will attempt to allocate (in MByte).
The default varies somewhat between VASP versions, it is therefore safer to set this
flag manually. Currently the flag is only inspected in few selected routines, such as
the GW routines, which can use excessive amounts of memory. It is recommended to set
MAXMEM to the available memory per core minus 200 Mbyte. For instance, if one node is equipped
with 12 Gbyte, and 6 cores share this memory, the recommended setting is 12000/6-200 = 1800.


----
----

Revision as of 17:48, 13 March 2017

MAXMEM = [integer]
Default: MAXMEM = 2800 

Description: MAXMEM specifies the maximum memory one core will attempt to allocate (in MByte). The default varies somewhat between VASP versions, it is therefore safer to set this flag manually. Currently the flag is only inspected in few selected routines, such as the GW routines, which can use excessive amounts of memory. It is recommended to set MAXMEM to the available memory per core minus 200 Mbyte. For instance, if one node is equipped with 12 Gbyte, and 6 cores share this memory, the recommended setting is 12000/6-200 = 1800.


Related Tags and Sections

GW recipes


Contents