LIBMBD PARALLEL MODE: Difference between revisions

From VASP Wiki
(Created page with "{{DISPLAYTITLE:LIBMBD_PARALLEL_MODE}} {{TAGDEF|LIBMBD_PARALLEL_MODE|auto {{!}} kpoints {{!}} atoms}} Default: {{TAG|LIBMBD_PARALLEL_MODE}}=auto Description: {{TAG|LIBMBD_PARALLEL_MODE}} selects the parallelization scheme used for the methods implemented in the library libMBD of many-body dispersion methods{{cite|libmbd_1}}{{cite|libmbd_2}}{{cite|hermann:jcp:2023}}. ---- {{TAG|LIBMBD_PARALLEL_MODE}} allows to choose the parallelization scheme used for the methods implem...")
 
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 2: Line 2:
{{TAGDEF|LIBMBD_PARALLEL_MODE|auto {{!}} kpoints {{!}} atoms}}
{{TAGDEF|LIBMBD_PARALLEL_MODE|auto {{!}} kpoints {{!}} atoms}}


Default: {{TAG|LIBMBD_PARALLEL_MODE}}=auto
Default: {{TAG|LIBMBD_PARALLEL_MODE}}=auto (default in libMBD)


Description: {{TAG|LIBMBD_PARALLEL_MODE}} selects the parallelization scheme used for the methods implemented in the library libMBD of many-body dispersion methods{{cite|libmbd_1}}{{cite|libmbd_2}}{{cite|hermann:jcp:2023}}.
Description: {{TAG|LIBMBD_PARALLEL_MODE}} selects the parallelization scheme used in the library libMBD of many-body dispersion methods{{cite|libmbd_1}}{{cite|libmbd_2}}{{cite|hermann:jcp:2023}}.
----
----
{{TAG|LIBMBD_PARALLEL_MODE}} allows to choose the parallelization scheme used for the methods implemented in the library libMBD of many-body dispersion methods{{cite|libmbd_1}}{{cite|libmbd_2}}{{cite|hermann:jcp:2023}}. The value is internally passed to the libMBD input '''parallel_mode''' described at the page {{cite|libmbd_input}}.
{{TAG|LIBMBD_PARALLEL_MODE}} allows to choose the parallelization scheme used in the library libMBD of many-body dispersion methods{{cite|libmbd_1}}{{cite|libmbd_2}}{{cite|hermann:jcp:2023}}. The value is internally passed to the libMBD input '''parallel_mode''' described at the page {{cite|libmbd_input}}.
{{NB|important| This feature is available from VASP.6.5.0 onwards that needs to be compiled with [[Precompiler_options#-DLIBMBD|-DLIBMBD]].}}
{{NB|important|
*The {{TAG|LIBMBD_PARALLEL_MODE}} tag can be used only if libMBD was compiled with MPI parallelization enabled.
*This feature is available from VASP.6.4.3 onwards that needs to be compiled with [[Precompiler_options#-DLIBMBD|-DLIBMBD]].}}
libMBD is a separate library package that has to be downloaded{{cite|libmbd_2}} and compiled before VASP is compiled with the corresponding [[Precompiler_options#-DLIBMBD|precompiler options]] and [[Makefile.include#LIBMBD_.28optional.29|links to the libraries]].
libMBD is a separate library package that has to be downloaded{{cite|libmbd_2}} and compiled before VASP is compiled with the corresponding [[Precompiler_options#-DLIBMBD|precompiler options]] and [[Makefile.include#LIBMBD_.28optional.29|links to the libraries]].


== Related tags and articles ==
== Related tags and articles ==
{{TAG|LIBMBD_METHOD}},
{{TAG|LIBMBD_METHOD}}


{{sc|LIBMBD_PARALLEL_MODE|Examples|Examples that use this tag}}
{{sc|LIBMBD_PARALLEL_MODE|Examples|Examples that use this tag}}
Line 19: Line 21:


----
----
<!--[[Category:INCAR tag]][[Category:Exchange-correlation functionals]][[Category:van der Waals functionals]]-->
[[Category:INCAR tag]][[Category:Exchange-correlation functionals]][[Category:van der Waals functionals]]

Latest revision as of 13:58, 19 March 2024

LIBMBD_PARALLEL_MODE = auto | kpoints | atoms 

Default: LIBMBD_PARALLEL_MODE=auto (default in libMBD)

Description: LIBMBD_PARALLEL_MODE selects the parallelization scheme used in the library libMBD of many-body dispersion methods[1][2][3].


LIBMBD_PARALLEL_MODE allows to choose the parallelization scheme used in the library libMBD of many-body dispersion methods[1][2][3]. The value is internally passed to the libMBD input parallel_mode described at the page [4].

Important:
  • The LIBMBD_PARALLEL_MODE tag can be used only if libMBD was compiled with MPI parallelization enabled.
  • This feature is available from VASP.6.4.3 onwards that needs to be compiled with -DLIBMBD.

libMBD is a separate library package that has to be downloaded[2] and compiled before VASP is compiled with the corresponding precompiler options and links to the libraries.

Related tags and articles

LIBMBD_METHOD

Examples that use this tag

References