Show
Ignore:
Timestamp:
11/13/06 18:59:26 (2 years ago)
Author:
wehart
Message:

Rework of Coliny's option processing. I'm not sure how it worked
before, but the old testing scheme probably didn't rigorously evaluate
the option processing itself.

Misc fix in the Sinusoidal1 test function.

Updates of Coliny test scripts. The use of the 'python coliny_test'
syntax is the biggest change in most of these.

Rework of coliny_test script to support independent parameterization of
hybrid solvers. These parameters are inserted into an AMPL *.mod file
now, which avoids the separate parameter file used in 'runexp'.

( Links to Acro-related mail archives at http://software.sandia.gov/Acro/ )

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coliny/trunk/test/coliny-ps-eval.study.xml

    r2184 r2186  
    1414      <factor name="batch_eval"> 
    1515        <level></level> 
    16         <level>batch_eval=all</level> 
     16        <level>batch_eval='all'</level> 
    1717        <level>batch_eval=async</level> 
    1818        <level>batch_eval=async max_server_load=1</level> 
     
    2727    </factors> 
    2828    <controls> 
    29        <executable>coliny_test --ampl</executable> 
     29       <executable>python coliny_test --ampl</executable> 
    3030       <replication>5 
    3131          <seeds>100 101 102 103 104</seeds>