Changes between Version 32 and Version 33 of AnugaParallel


Ignore:
Timestamp:
Sep 26, 2012, 8:17:02 AM (13 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v32 v33  
    115115installations work in a clean console.
    116116
    117 ==== pymetis ====
    118 
    119 In the anuga_parallel directory there is a subdirectory pymetis.
    120 
    121 Build and install pymetis by running make. I.e. from the pymetis diectory run
    122 
    123 {{{
    124 make
    125 }}}
    126 
    127 From the pymetis directory, test using test_all.py, i.e. run
    128 
    129 {{{
    130 python test_all.py
    131 }}}
     117==== compile code ====
     118
     119In the anuga_parallel directory there are two subdirectories {{pymetis}} and {{pypar_extras}}
     120which need compiling. The easiest way to do this is to return to the {{anuga_core}} directory
     121and rerun the {{compile_all.py} script.
     122
     123I.e. run the following two commands
     124
     125{{{
     126cd /home/******/anuga_core/
     127python compile_all.py
     128}}}
    132129
    133130
     
    142139}}}
    143140
    144 Hopefully that all works.
     141Hopefully that all works. There will be some output which are warning messages generated by the unit tests
     142checking out error situation.
    145143
    146144==== Example program ====