Preferences

Introduction

The Dakota GUI’s main area for basic, global configurations can be found under Window > Preferences.

Note

On Mac, this option is located under Dakota GUI > Preferences.

How you get to the Preferences dialog

Dakota

Dakota preferences
  • Dakota executable The path to the Dakota executable.

    • Note: If the GUI can’t automatically detect the location of your Dakota executable, this field will be blank and need to be manually configured the first time you use the GUI.

  • Path to Python interpreter (optional) You can manually provide your own path to a Python interpreter. If provided, this Python interpreter will be used by any Python-based driver scripts, overriding any other Python interpreters on your system path.

  • Suppress launch configurations If this option is checked, Dakota GUI will hide launch configuration types unrelated to running Dakota.

  • Show advanced keyword options If checked, all Dakota keyword options will be presented in the Dakota Visual Editor. Otherwise, less common keywords will be hidden.

Dakota > Chartreuse

The sheer number of Dakota configuration options for Chartreuse are vast:

Dakota Chartreuse preferences
  • Show Dakota eval id on plot trace points as hover text: This very specific configuration option should hopefully be self-evident, but if not, checking this will enable the display of Dakota’s eval id number when hovering over plot trace points while using Chartreuse.

Dakota > Manual

Dakota manual preferences
  • Dakota manual path Configure where the Dakota GUI will look for the Dakota manual. By default, the online version of the Dakota manual (hosted at dakota.sandia.gov) is used, but you can also switch to a local version of the manual if you are working without an Internet connection.

Dakota > Text Editor

Dakota text editor preferences

Configuration options for the Dakota text editor.

  • Default Indentation Type: Specify whether to use tabs or spaces for indentation.

  • Default Indentation Amount: Specify how many tabs or spaces to indent by.

  • Default Quote Type: Specify whether single or double quotes are used for Dakota strings.

  • Add line breaks to lists of elements when generating studies: Automatically formats element lists to make them easier to read.

  • Colors: Configure the colors used in the Dakota Text editor

Dakota > Workflow Support

Dakota Chartreuse preferences
  • Workflow Interface Manifest Driver Template Style: This configuration option allows you to specify the default pre-processing style when specifying a Next-Gen Workflow based driver for Dakota. There are two styles recognized by Dakota GUI:

    • {DRIVER} (dprepro markup) - uses DPREPRO to activate the relationship between a Dakota study and a Next-Gen Workflow analysis driver. Refer to the section on the relationship between DREPRO and Next-Gen Workflow for more information.

    • SAW_DRIVER= (magic string) - a legacy option for interacting with Next-Gen Workflow that is nevertheless still useful in some contexts. Refer to the section on the usage of “SAW_DRIVER=” string here.

Chartreuse

Chartreuse preferences
  • Default Plot Data Provider If a file containing plottable content (for instance, Dakota tabular data files) is selected for graphical plotting, but Dakota GUI cannot make a determination about how to interpret it, this field determines the default plot data provider to use.

  • Plotting Library This setting allows you to control which underlying plotting library is used to render graphical plots.

  • Default Color Scale This setting allows you to decide which color scale is used by default for plots requiring a color scale (for instance, heatmaps).

Highlighter

Highlighter preferences
  • Default Pre-processing Marker This setting controls what pre-processor markup type is used by default.

    • APREPRO APREPRO is an algebraic pre-processor that reads a file containing both general text and algebraic, string, or conditional expressions. You can learn more about APREPRO here.

    • DPREPRO DPREPRO is a Dakota-developed derivation of APREPRO with similar syntax. You can learn more about DPREPRO here.

    • Positional Preprocessor A special type of pre-processor used by Dakota GUI. Rather than marking up a text file, a positional pre-processor is an in-memory instruction that replaces a range of text characters at runtime.