Skip to content

Commit

Permalink
added note about GNU compilers recompiling faster than Intel
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamBindle committed Feb 22, 2021
1 parent 68cd7ac commit 8da4d11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/user-guide/compiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ 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
using GNU compilers.

------------

.. _gchp_build_options:
Expand Down

0 comments on commit 8da4d11

Please sign in to comment.