From c78617a224adc8f211b3c3611abebc705a2ff8bf Mon Sep 17 00:00:00 2001 From: Sterling Harper Date: Wed, 18 Feb 2015 00:39:47 -0500 Subject: [PATCH] Fixed install doc to reflect #314 --- docs/source/usersguide/install.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 7cb7ac7a4..6fc002b1b 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -88,11 +88,11 @@ Prerequisites * PETSc_ for CMFD acceleration - To enable CMFD acceleration, you will need to have PETSc_ (3.4.2 or higher) - installed on your computer. The installed version will need to have been - compiled with the same compiler you intend to compile OpenMC with. OpenMC - requires PETSc_ to be configured with Fortran datatypes. An example of - configuring PETSc_ is listed below:: + To enable some features of CMFD acceleration, you will need to have + PETSc_ (3.4.2 or higher) installed on your computer. The installed version + will need to have been compiled with the same compiler you intend to + compile OpenMC with. OpenMC requires PETSc_ to be configured with Fortran + datatypes. An example of configuring PETSc_ is listed below:: ./configure --prefix=/opt/petsc/3.4.4 --download-f-blas-lapack \ --with-mpi-dir=/opt/mpich/3.1 --with-shared-libraries \