Changes between Version 45 and Version 46 of InstallUbuntuSvn


Ignore:
Timestamp:
Mar 12, 2015, 1:03:29 PM (9 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v45 v46  
    2121We need to install a fairly large number of packages, but we have a script
    2222({{{tools/install_ubuntu.sh}}}) which will run through the installation process.
     23
     24At this stage you can decide whether you want Parallel support or not. We support two versions of {{{MPI}}}, {{{mpich2}}} and {{{openmpi}}}
     25
     26You can setup paralle support by setting the  environment variable  {{{ANUGA_PARALLEL}}} via:
     27
     28{{{
     29export ANUGA_PARALLEL="mpich2"
     30}}}
     31
     32or
     33{{{
     34export ANUGA_PARALLEL="openmpi"
     35}}}
     36
     37If {{{ANUGA_PARALLEL}}} is thus set, the mpich2 or openmpi libraries and binaries will be installed.
     38
    2339
    2440Change into the newly downloaded {{{anuga_core}}} directory and run the installation script