Changes between Version 20 and Version 21 of AnugaParallel


Ignore:
Timestamp:
Jan 13, 2012, 7:56:07 AM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnugaParallel

    v20 v21  
    11== INSTALLING anuga_parallel ==
    22
    3 First you should install the most uptodate version of the code. Follow the instructions to install [InstallUbuntuSvn Anuga on Ubuntu.] This should download the anuga code (along with the parallel code) to a directory of the form
     3=== Install anuga ===
     4
     5First 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)).
     6
     7You should end up with a directory
    48{{{
    59/home/username/anuga_core
     
    2024python test_all.py
    2125}}}
    22 from the anuga_core directory and have your installation pass all the unit tests (well nearly all, as this is the development version and there are sometimes a few minor unit tests that fail).
     26from the anuga_core directory and have your installation pass all the unit tests (well nearly all, as this is the development version and there are sometimes a few minor unit tests that fail).
     27
     28If you have already downloaded {{{anuga_core}}} then it is sensible to update to the most recent version of the code using the subversion update command. Run the following command from the {{{anuga_core}}} directory
     29
     30{{{svn update}}}
     31
     32and then
     33
     34{{{
     35python compile_all.py
     36python test_all.py
     37}}}
     38
     39This should update an old version to the most recent version.
    2340
    2441