JDFTx  1.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dump-name

Syntax:

dump-name <format> [<freq1> <format1>] [<freq2> <format2>] ...

Description:

Control the filename pattern for dump output, where <format> is an arbitrary format string that will be substituted according to:

  • $VAR -> name of the variable being dumped (this must be present)
  • $ITER -> iteration number of relevant dump frequency
  • $INPUT -> base name of input file, or 'stdin'
  • $STAMP -> time-stamp at the start of dump

Optionally, a different <format> could be specified for some dump frequencies.

Properties:

Requires:     (None)

Forbids:     (None)

Allow multiple:    no

Default:

dump-name $INPUT.$VAR

Back to: Input file documentation or Index of commands