Changes between Version 22 and Version 23 of AnugaParallel


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v22 v23  
    4343
    4444
    45 == anuga_parallel ==
     45=== 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}}}.
    4848
    49 === MPI ===
     49==== MPI ====
    5050
    5151Now you need to install MPI on your system. OPENMPI and MPICH2 are supported by pypar (see below) so both should be ok. But I tend to use mpich2.
     
    6767
    6868
    69 === PYPAR ===
     69==== PYPAR ====
    7070
    7171
     
    155155
    156156
    157 === ANUGA_PARALLEL  ===
     157=== anuga_parallel  ===
    158158
    159159You should now be ready to run some parallel anuga code. Go back to the anuga_parallel directory and run test_all.py
     
    161161Hopefully that all works.
    162162
    163 === Example program ===
     163==== Example program ====
    164164
    165165Run run_parallel_sw_merimbula.py
     
    206206The output will be an sww file associated to each processor.
    207207
    208 === sww_merge ===
     208==== sww_merge ====
    209209
    210210There is a script anuga/utilities/sww_merge.py which provides a function to merge sww files into one sww file for viewing