1#@ s*: Label=FastTest
2#@ s0: ExecCmd='dll_tester' ExecArgs='1' Restart=none CheckOutput='dakota_dll_tester.log'
3
4# Dakota DLL test, based on rosenbrock users test s0
5# To execute test outside of the Dakota testing infrastructure:
6#    dll_tester 1 dakota_dll.in
7
8environment
9  tabular_data
10    tabular_data_file = 'rosen_multidim.dat'
11
12method
13  multidim_parameter_study
14    partitions = 8 8
15
16model
17  single
18
19variables
20  continuous_design = 2
21    lower_bounds     -2.0     -2.0
22    upper_bounds      2.0      2.0
23    descriptors       'x1'     "x2"
24
25interface
26  analysis_driver = 'plugin_rosenbrock'
27    direct
28
29responses
30  response_functions = 1
31  no_gradients
32  no_hessians
33