Ignore:
Timestamp:
Aug 21, 2012, 11:07:14 PM (13 years ago)
Author:
steve
Message:

Looks like the produce_results.py scripts are running with
fabricate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/validation_tests/produce_results.py

    r8468 r8529  
    44
    55import os
    6 import anuga.utilities.system_tools as anugast
    76import anuga
    87import time
    98
    10 from anuga.utilities.argparsing import parse_standard_args
    11 
    129#--------------------------------
    13 # Setup Default values for basis
     10# Get Default values for
    1411# algorithm parameters.
    1512#--------------------------------
    16 alg, cfl = parse_standard_args()
    17 
     13from parameters import alg
     14from parameters import cfl
    1815
    1916#---------------------------------
    2017# Get the current svn revision
    2118#---------------------------------
    22 
    2319timestamp = time.asctime()
    2420major_revision = anuga.config.major_revision
    2521minor_revision = anuga.utilities.system_tools.get_revision_number()
    26 
    2722
    2823#---------------------------------
     
    5449        print 'Changing to', os.getcwd()
    5550        try:
    56             cmd = 'python produce_results.py -alg %s -cfl %s '% (alg,cfl)
     51            cmd = 'python produce_results.py'
    5752            print 'Running: '+cmd
    5853            os.system( cmd )
Note: See TracChangeset for help on using the changeset viewer.