Ignore:
Timestamp:
Mar 5, 2010, 12:28:16 PM (14 years ago)
Author:
gray
Message:

Updating acceptance test files. Still pre-2010 tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/tools/acceptance_tests/test_latency_bandwidth.py

    r7276 r7656  
    11#!/bin/env python
    22
    3 '''Testlet to run the LatencyBandwidth test.'''
     3"""Testlet to run the LatencyBandwidth test."""
    44
    55import os
     
    3636    # run the tests
    3737    results = []
    38     machines_file = os.path.join('~', '.machines_%s' % cluster)
     38    #machines_file = os.path.join('~', '.machines_%s' % cluster)
    3939    for num_procs in Processor_Numbers:
    4040        cmd = ('mpirun -nolocal -np %2d -hostfile %s %s'
    41                % (num_procs, machines_file, obj_file))
     41               % (num_procs, util.machines_file, obj_file))
    4242        util.log_print(logfile, cmd + ' ...')
    4343        (_, fd) = os.popen4(cmd)
Note: See TracChangeset for help on using the changeset viewer.