Changes between Version 34 and Version 35 of AnugaParallel
- Timestamp:
- Sep 27, 2012, 9:00:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnugaParallel
v34 v35 7 7 === Install anuga === 8 8 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)).9 First 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)). 10 10 11 11 You should end up with a directory … … 115 115 installations work in a clean console. 116 116 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}} directory121 and rerun the {{ compile_all.py} script.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. 122 122 123 123 I.e. run the following two commands