This is part of the generic module |
This command instructs plumed to flush all the open files with a user specified frequency. Notice that all files are flushed anyway every 10000 steps.
This is useful for preventing data loss that would otherwise arise as a consequence of the code storing data for printing in the buffers. Notice that wherever it is written in the plumed input file, it will flush all the open files.
A command like this in the input will instruct plumed to flush all the output files every 100 steps
d1: DISTANCEATOMS=1,10 PRINTthe pair of atom that we are calculating the distance between.ARG=d1the input for this action is the scalar output from one or more other actions.STRIDE=5compulsory keyword ( default=1 ) the frequency with which the quantities of interest should be outputFILE=colvar1 FLUSHthe name of the file on which to output these quantitiesSTRIDE=100 d2: DISTANCEcompulsory keyword the frequency with which all the open files should be flushedATOMS=2,11 # also this print is flushed every 100 steps: PRINTthe pair of atom that we are calculating the distance between.ARG=d2the input for this action is the scalar output from one or more other actions.STRIDE=10compulsory keyword ( default=1 ) the frequency with which the quantities of interest should be outputFILE=colvar2the name of the file on which to output these quantities
(see also DISTANCE and PRINT).
STRIDE | the frequency with which all the open files should be flushed |