Invoking Kynema-UGF - Command-line options

Kynema-UGF’s runtime behavior can be controlled by using several command line input options during invocation. Users can invoke -h to determine the various options available.

-h, --help

Print the help message describing all Kynema-UGF options and exit

-i, --input-deck

Use the filename provided as the input file. If this option is not provided, kynema-ugf will attempt to load a file called kynema-ugf.i in the current working directory as the input file.

-o, --log-file

The log file where the output generated by Kynema-UGF is directed to. If no file is provided, then kynema-ugf will use the base name of the Kynema-UGF input file with the extension .log as the output file. For example, if kynema-ugf was invoked as kynema-ugf -i ABL.neutral.i then the output will be redirected to a file named ABL.neutral.log. Note that the file is overwritten if it already exists.

-v, --version

Print the Kynema-UGF version string.

-p, --pprint

Enable parallel printing from all MPI ranks.

-D, --debug

Enable verbose debug printing to log file.