Changeset 8766
- Timestamp:
- Mar 17, 2013, 10:30:22 PM (12 years ago)
- Location:
- trunk/anuga_core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/compile_all.py
r8765 r8766 126 126 print msg 127 127 except: 128 print 'anuga_parallel code not compiled' 129 130 131 128 print 'anuga_parallel code not compiled as pypar not installed' 132 129 133 130 … … 138 135 139 136 140 if sys.platform == 'win32': 141 raw_input('Press the RETURN key') 137 -
trunk/anuga_core/test_all.py
r8761 r8766 26 26 execfile('test_all.py') 27 27 except: 28 print 'anuga_parallel tests not run '28 print 'anuga_parallel tests not run as pypar not installed' 29 29 30 30
Note: See TracChangeset
for help on using the changeset viewer.