Changeset 2739 for inundation/parallel
- Timestamp:
- Apr 20, 2006, 5:03:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/parallel/test_parallel_sw.py
r2738 r2739 174 174 class Test_Parallel_Sw(unittest.TestCase): 175 175 def testParallelSw(self): 176 print "Expect this test to fail if not run from the parallel directory." 176 177 result = os.system("mpirun -np %d test_parallel_sw.py" % nprocs) 177 178 assert result == 0
Note: See TracChangeset
for help on using the changeset viewer.