Dakota Reference Manual  Version 6.15
Explore and Predict with Confidence
 All Pages
text


Write results to file in text format

Topics

This keyword is related to the topics:

Specification

Alias: none

Argument(s): none

Default: text output

Description

When this keyword is present, Dakota will right (some) final method results to disk in a custom structured text format instead of just to the console. Support for text format results output will be deprecated in a future release, and the contents and organization of the output file is subject to change.

The default name of the file is dakota_results.txt. This can be changed using the results_output_file keyword.

Examples

environment
  results_output
      text
      results_output_file 'my_results'  # The .txt extension will be added