Changes between Version 39 and Version 40 of AnugaParallel


Ignore:
Timestamp:
Mar 12, 2015, 2:50:05 PM (10 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v39 v40  
    4141
    4242
    43 === Install anuga_parallel ===
     43=== Install anuga parallel ===
    4444
    4545Now to get the parallel version of {{{anuga}}} 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}}}.
     
    103103installations work in a clean console.
    104104
    105 ==== Compile {{{anuga_parallel}}} code ====
     105==== Compile {{{anuga parallel}}} code ====
    106106
    107107Actually the parallel code is already in the {{{anuga_core}}} directory. We just need to reinstall {{{anuga}}}.
     
    116116
    117117
    118 === Running anuga_parallel  ===
     118=== Running anuga in parallel  ===
    119119
    120120You should now be ready to run some parallel anuga code.
     
    183183
    184184{{{
    185 python /home/******/anuga_core/source/anuga/utilities/sww_merge.py -f domain -np 3
     185python /home/******/anuga_core/anuga/utilities/sww_merge.py -f domain -np 3
    186186}}}
    187187