Changeset 7460


Ignore:
Timestamp:
Sep 1, 2009, 6:24:16 PM (15 years ago)
Author:
ole
Message:

Work on pymetis and test_all

Location:
anuga_core
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/pymetis/README

    r5094 r7460  
    1313The METIS_DIR= line in the makefile will need to be changed appropriately.
    1414
    15 AMD64 users need to run `make COPTIONS="-fPIC"'
     1564 bit users need to run `make COPTIONS="-fPIC"'
    1616
    1717Windows:
  • anuga_core/source/pymetis/pymetis/setup.py

    r2051 r7460  
    44metis = Extension('metis',
    55                  sources = ['metis.c', 'metis_bridge.c'],
    6                   include_dirs = ['..' + os.sep + os.environ['METIS_DIR'] + os.sep + 'Lib'],
     6                  include_dirs = ['..' + os.sep + os.environ['METIS_DIR'] + os.sep + 'Lib' ,  '/usr/local/lib/python2.5/site-packages/numpy/core/include' ],
    77                  libraries = ['metis', 'm'],
    88                  library_dirs = ['..' + os.sep + os.environ['METIS_DIR']]);
  • anuga_core/test_all.py

    r7288 r7460  
    99os.chdir('anuga')
    1010   
    11 print 'Changing to', os.getcwd() #This is now different from buildroot   
     11print 'Changing to', os.getcwd() # This is now different from buildroot   
     12#execfile('test_all.py')
    1213
    13 execfile('test_all.py')
    1414
     15os.chdir('..')
     16os.chdir('pymetis')
     17print 'Changing to', os.getcwd()
     18#execfile('test_all.py')
     19
     20os.chdir('..')
     21os.chdir('anuga_parallel')
     22print 'Changing to', os.getcwd()
     23#execfile('test_all.py')
    1524
    1625print
Note: See TracChangeset for help on using the changeset viewer.