Show
Ignore:
Timestamp:
09/12/07 23:30:26 (18 months ago)
Author:
wehart
Message:

Update to AnalysisCode? to support both system calls and spawned
evaluations for native windows executables (MINGW).

Update to example*.xml files. To run under windows, these need
to specify an executable that explicitly launches Python. There are
work-around for this, but (a) Windows does not recognize the shebang
syntax and (b) this seems the most portable solution.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • colin/trunk/test/example1.xml

    r5040 r5104  
    99     </Domain> 
    1010     <Driver> 
    11         <Command>example_fn1</Command> 
     11        <Command>python example_fn1</Command> 
    1212     </Driver> 
    1313  </Problem>