Changeset 8854
- Timestamp:
- Apr 27, 2013, 6:03:29 PM (12 years ago)
- Location:
- trunk/anuga_core/source
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/operators/test_rate_operators.py
r8853 r8854 696 696 #print indices 697 697 #print "d" 698 print d698 #print d 699 699 stage_ex = num.array([ 1.0, 1.0, 1.0, 1.0]) 700 700 stage_ex[indices] = d -
trunk/anuga_core/source/anuga_validation_tests/validate_all.py
r8786 r8854 1 1 """Validate_all.py 2 2 3 This takes about 41 hours in total on an Intel I7 2.5GHz Linux server.4 40 hours is spent in the Patong validation.5 3 6 If you wish to skip Patong, add 'patong_beach_validation' to the7 list dirs_to_skip by uncommenting the appropriate line.8 4 9 5 … … 44 40 print 45 41 print '---------------------------------------------------------' 46 print 'Running all validation tests - some may take many hours'42 print 'Running all validation tests - some may take many minutes' 47 43 print 'and some may require memory in the order of 8-16GB ' 48 44 print '---------------------------------------------------------'
Note: See TracChangeset
for help on using the changeset viewer.