Ignore:
Timestamp:
May 7, 2009, 4:21:17 PM (15 years ago)
Author:
rwilson
Message:

Changes to allow for python 2.4 and 2.5 testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/numpy_misc/tools/acceptance_tests/test_quadrature_parallel_interleaved.py

    r6993 r6996  
    1818
    1919    # get python to run
    20     python_env_var = os.getenv('PYTHON', 'python')
     20    python_env_var = os.getenv('PYTHON')
    2121
    2222    # compile C code
     
    3737    # run the tests
    3838    results = []
    39     machines_file = '~/.machines_%s' % cluster
     39    machines_file = os.path.join('~', '.machines_%s' % cluster)
    4040    single_processor_time = None
    4141    for num_procs in Processor_Numbers:
Note: See TracChangeset for help on using the changeset viewer.