Changes between Version 24 and Version 25 of AnugaParallel


Ignore:
Timestamp:
Jan 13, 2012, 8:14:14 AM (13 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v24 v25  
    4343
    4444
    45 === anuga_parallel ===
     45=== Install anuga_parallel ===
    4646
    4747Now to get anuga_parallel to work, we need to install some other packages first, in particular {{{MPI}}} for the parallel message passing and {{{pypar}}} a simple python wrapper of {{{MPI}}}.
     
    110110installations work in a clean console.
    111111
    112 === pymetis ===
     112==== pymetis ====
    113113
    114114In the anuga_parallel directory there is a subdirectory pymetis.
     
    132132=== Running anuga_parallel  ===
    133133
    134 You should now be ready to run some parallel anuga code. Go back to the anuga_parallel directory and run test_all.py
     134You should now be ready to run some parallel anuga code. Go back to the anuga_parallel directory and run the tests
     135
     136{{{
     137cd /home/username/anuga_core/source/anuga_parallel
     138python test_all.py
     139}}}
    135140
    136141Hopefully that all works.