Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

LSYNCH5: Difference between revisions

From VASP Wiki
Schlipf (talk | contribs)
Created page with "{{TAGDEF|LSYNCH5|[logical]|.FALSE.}} Description: {{TAG|LSYNCH5}} determines whether the output in {{FILE|vaspout.h5}} is always synchronized with the VASP code. ----- If you set this flag, VASP will enable single-writer-multiple-reader mode for the HDF5 file. This allows you to monitor the output using {{py4vasp}} while the calculation is still running. {{NB|mind|Synchronizing the HDF5 file continuously comes with a computational cost. Please do your own testing whet..."
 
Schlipf (talk | contribs)
No edit summary
 
Line 1: Line 1:
{{TAGDEF|LSYNCH5|[logical]|.FALSE.}}
{{TAGDEF|LSYNCH5|[logical]|.FALSE.}}


Description: {{TAG|LSYNCH5}} determines whether the output in {{FILE|vaspout.h5}} is always synchronized with the VASP code.
Description: {{TAG|LSYNCH5}} determines whether the output in {{FILE|vaspout.h5}} is always synchronized with VASP while the calculation is running.


-----
-----

Latest revision as of 08:22, 19 December 2024

LSYNCH5 = [logical]
Default: LSYNCH5 = .FALSE. 

Description: LSYNCH5 determines whether the output in vaspout.h5 is always synchronized with VASP while the calculation is running.


If you set this flag, VASP will enable single-writer-multiple-reader mode for the HDF5 file. This allows you to monitor the output using py4vasp while the calculation is still running.

Related tags and articles

LH5

Examples that use this tag