NCSHMEM: Difference between revisions

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


Description: {{TAG|NCSHMEM}} determines the number of compute cores sharing the memory (shared memory MPI) in the old GW routines.
Description: {{TAG|NCSHMEM}} determines the number of compute cores sharing the memory in MPI in the non-cubic scaling GW routines.


----
----
By default no shared memory MPI is in the non-cubic scaling GW routines.
For shared memory in the non-cubic scaling GW set NCSHMEM=-1.
{{NB|warning|For the openmp version NCHSMEM is not active and shared memory is not used for MPI. In that case the memory is shared between threads.}}


== Related tags and articles ==
== Related tags and articles ==

Revision as of 09:29, 21 July 2022

NCSHMEM = [integer]
Default: NCSHMEM = 1 

Description: NCSHMEM determines the number of compute cores sharing the memory in MPI in the non-cubic scaling GW routines.


By default no shared memory MPI is in the non-cubic scaling GW routines. For shared memory in the non-cubic scaling GW set NCSHMEM=-1.


Warning: For the openmp version NCHSMEM is not active and shared memory is not used for MPI. In that case the memory is shared between threads.

Related tags and articles

Shared memory