Changes between Version 34 and Version 35 of AnugaParallel


Ignore:
Timestamp:
Sep 27, 2012, 9:00:11 PM (13 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v34 v35  
    77=== Install anuga ===
    88
    9 First you should install the most uptodate version of the code. Follow the instructions to install [InstallUbuntuSvn Anuga on Ubuntu.] By following  those instructions you should end up with a download of the anuga_core code (which contains the sequential code (in the source/anuga directory) and the anuga_parallel code (in source/anuga_parallel)).
     9First you should install the most uptodate version of the code. Follow the [InstallUbuntuSvn instructions] to install anuga on Ubuntu. By following  those instructions you should end up with a download of the anuga_core code (which contains the sequential code (in the source/anuga directory) and the anuga_parallel code (in source/anuga_parallel)).
    1010
    1111You should end up with a directory
     
    115115installations work in a clean console.
    116116
    117 ==== Compile {{anuga_parallel}} code ====
    118 
    119 In the anuga_parallel directory there are two subdirectories {{pymetis}} and {{pypar_extras}}
    120 which need compiling. The easiest way to do this is to return to the {{anuga_core}} directory
    121 and rerun the {{compile_all.py} script.
     117==== Compile {{{anuga_parallel}}} 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.
    122122
    123123I.e. run the following two commands