Changeset 8770


Ignore:
Timestamp:
Mar 19, 2013, 1:22:56 PM (12 years ago)
Author:
steve
Message:

Testing windows metis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_parallel/pymetis/test_metis.py

    r8769 r8770  
    3636                                                    1,\
    3737                                                    3,)
    38         #print edgecut
    39         #print epart
    40         #print npart
     38        print edgecut
     39        print epart
     40        print npart
    4141        epart_expected = array([2, 2, 0, 0, 0, 0], 'i')
    4242        npart_expected = array([0, 2, 2, 2, 0, 0, 0], 'i')
     
    6767                                                    1,\
    6868                                                    2,)
    69         #print edgecut
    70         #print epart
    71         #print npart
     69        print edgecut
     70        print epart
     71        print npart
    7272        epart_expected = array([1, 0, 0, 0, 1, 1], 'i')
    7373        npart_expected = array([0, 1, 1, 0, 0, 0, 1], 'i')
     
    103103                                                    1,\
    104104                                                    3,)
    105         #print edgecut
    106         #print epart
    107         #print npart
     105        print edgecut
     106        print epart
     107        print npart
    108108        epart_expected = array([0, 0, 0, 1, 2, 2, 2, 2, 1, 1], 'i')
    109109        npart_expected = array([0, 2, 0, 2, 1, 1, 2, 2, 0, 1], 'i')
Note: See TracChangeset for help on using the changeset viewer.