From 322d63a9b2aa1952a640412876affbd05bcd801b Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 28 Jan 2013 13:09:18 -0500 Subject: [PATCH] Changed version necessary for gfortran in install instructions. --- docs/source/usersguide/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 971c3bb01..bff9f8d1f 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -11,7 +11,7 @@ Prerequisites In order to compile OpenMC, you will need to have a Fortran compiler installed on your machine. Since a number of Fortran 2003/2008 features are used in the code, it is recommended that you use the latest version of whatever compiler you -choose. For gfortran_, it is recommended that you use version 4.5.0 or above. +choose. For gfortran_, it is necessary to use version 4.6.0 or above. If you are using Debian or a Debian derivative such as Ubuntu, you can install the gfortran compiler using the following command::