Skip to content

Commit

Permalink
clarified note on GNU compilers having faster recompiles
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamBindle committed Feb 22, 2021
1 parent 8da4d11 commit 247e1a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/user-guide/compiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ To recompile GCHP, simply do
and then optionally, :command:`make install`.

.. note::
GNU compilers can recompile GCHP faster than Intel compilers because of how :program:`gfortran`
formats Fortran modules files (:file:`*.mod` files). Therefore, if you recompile GCHP frequently, consider
GNU compilers recompile GCHP faster than Intel compilers. This is because of how :program:`gfortran`
formats Fortran modules files (:file:`*.mod` files). Therefore, if you want to be able to recompile quickly, consider
using GNU compilers.

------------
Expand Down

0 comments on commit 247e1a0

Please sign in to comment.