$extrastylesheet
|
Dakota
Version 6.2
|
Environment corresponding to execution as a stand-alone application. More...
Public Member Functions | |
| ExecutableEnvironment () | |
| default constructor | |
| ExecutableEnvironment (int argc, char *argv[]) | |
| constructor | |
| ~ExecutableEnvironment () | |
| destructor | |
| void | execute () |
| the run function for the environment: invoke the iterator(s) on the model(s). Called from main.cpp. | |
Environment corresponding to execution as a stand-alone application.
This environment corresponds to a stand-alone executable program, e.g., main.cpp. It sets up the ParallelLibrary, ProgramOptions, and ProblemDescDB objects based on access to command line arguments.
1.7.6.1