1#@ Allow default serial test: #s0
2#@ s*: Label=FastTest
3#@ p0: MPIProcs=12
4
5# This tester has been used to measure scaling performance in 4 level
6# parallel executions on ASCI Red.  It employs a multi-start environment with
7# vector parameter studies and the concurrency per level has been carefully
8# selected to be evenly divisible by the number of servers.  These studies
9# employed 384 processors in a variety of server configurations, e.g. an
10# 8/8/3/2 configuration as indicated in the comments.
11
12environment,
13	top_method_pointer = 'MS'
14
15method
16	id_method = 'MS'
17        multi_start
18#	  iterator_servers = 8
19#	  iterator_scheduling peer
20	  method_pointer = 'PS'
21	  random_starts = 24 seed = 121117
22
23method,
24	id_method = 'PS'
25	vector_parameter_study
26	  step_vector = 96 * .001
27	  num_steps = 1535
28	  output silent
29
30variables,
31	continuous_design = 96
32	  lower_bounds = 96 * -5.
33	  upper_bounds = 96 *  5.
34
35interface,
36	direct
37	  analysis_drivers = 'text_book1' 'text_book2' 'text_book3'
38#	  evaluation_servers = 2	  	       #p0
39#	  evaluation_scheduling peer static 	       #p0
40#	  analysis_servers = 3 	       		       #p0
41#	  processors_per_analysis = 2 	       	       #p0
42#	  analysis_scheduling peer 	       	       #p0
43	  deactivate evaluation_cache restart_file
44
45responses,
46	objective_functions = 1
47	nonlinear_inequality_constraints = 2
48	analytic_gradients
49	no_hessians
50