Changes between Version 46 and Version 47 of InstallUbuntuSvn
- Timestamp:
- Mar 12, 2015, 2:20:13 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallUbuntuSvn
v46 v47 22 22 ({{{tools/install_ubuntu.sh}}}) which will run through the installation process. 23 23 24 25 === Parallel Support === 24 26 At this stage you can decide whether you want Parallel support or not. We support two versions of {{{MPI}}}, {{{mpich2}}} and {{{openmpi}}} 25 27 26 You can setup paralle support by setting theenvironment variable {{{ANUGA_PARALLEL}}} via:28 If you setup the environment variable {{{ANUGA_PARALLEL}}} via: 27 29 28 30 {{{ … … 35 37 }}} 36 38 37 If {{{ANUGA_PARALLEL}}} is thus set, the mpich2 or openmpi libraries and binaries will be installed. 39 then the install script will load the mpich2 or openmpi libraries and binaries respectively. 40 41 === Running the installation script === 38 42 39 43