diff options
Diffstat (limited to 'Docs/source')
-rw-r--r-- | Docs/source/installation.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/source/installation.rst b/Docs/source/installation.rst index ecc5cd5fb..084d155ff 100644 --- a/Docs/source/installation.rst +++ b/Docs/source/installation.rst @@ -45,6 +45,9 @@ This will generate an executable file in the ``Bin`` directory. * Profile or debug the code * Choose a given compiler + For a description of these different options, see section 3 of the + `AMReX User's Guide <https://amrex-codes.github.io/AMReXUsersGuide.pdf>`__. + Alternatively, instead of modifying the file ``GNUmakefile``, you can directly pass the options in command line ; for instance: |