Changeset 8766


Ignore:
Timestamp:
Mar 17, 2013, 10:30:22 PM (11 years ago)
Author:
steve
Message:

Setting compile and test_all to avoid parallel code if pypar not installed

Location:
trunk/anuga_core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/compile_all.py

    r8765 r8766  
    126126        print msg
    127127except:
    128     print 'anuga_parallel code not compiled'
    129 
    130 
    131 
     128    print 'anuga_parallel code not compiled as pypar not installed'
    132129
    133130
     
    138135
    139136
    140 if sys.platform == 'win32':
    141     raw_input('Press the RETURN key')
     137
  • trunk/anuga_core/test_all.py

    r8761 r8766  
    2626    execfile('test_all.py')
    2727except:
    28     print 'anuga_parallel tests not run'
     28    print 'anuga_parallel tests not run as pypar not installed'
    2929
    3030
Note: See TracChangeset for help on using the changeset viewer.