Changeset 2739


Ignore:
Timestamp:
Apr 20, 2006, 5:03:45 PM (18 years ago)
Author:
jack
Message:

test_parallel_sw.py prints a warning because it doesn't handle being called from unusual paths properly yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/parallel/test_parallel_sw.py

    r2738 r2739  
    174174class Test_Parallel_Sw(unittest.TestCase):
    175175    def testParallelSw(self):
     176        print "Expect this test to fail if not run from the parallel directory."
    176177        result = os.system("mpirun -np %d test_parallel_sw.py" % nprocs)
    177178        assert result == 0
Note: See TracChangeset for help on using the changeset viewer.