From e3fd0320a43886ae8aee7476127132c7dcc2858a Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 5 Nov 2014 23:21:46 -0500 Subject: [PATCH] Update installation instructions regarding OpenMPI. --- docs/source/usersguide/install.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 33e5936586..7cb7ac7a45 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -66,14 +66,11 @@ Prerequisites To compile with support for parallel runs on a distributed-memory architecture, you will need to have a valid implementation of MPI installed on your machine. The code has been tested and is known to work - with the latest versions of both OpenMPI_ and MPICH_. Note that if using - OpenMPI, make sure that --with-mpi-f90-size is not set to medium or large - since this may prevent MPI calls from completing successfully in - OpenMC. OpenMPI and/or MPICH can be installed on Debian derivatives - with:: + with the latest versions of both OpenMPI_ and MPICH_. OpenMPI and/or MPICH + can be installed on Debian derivatives with:: - sudo apt-get install mpich2 libmpich2-dev - sudo apt-get install openmpi1.6-bin libopenmpi1.6-dev + sudo apt-get install mpich libmpich-dev + sudo apt-get install openmpi-bin libopenmpi1.6 libopenmpi-dev * HDF5_ Library for portable binary output format