diff --git a/docs/source/getting_started/BuildingGMake.rst b/docs/source/getting_started/BuildingGMake.rst index c12045cb70bd5097ccd4f780a68db3e4916f091f..97470fe0484bfbdf9894a04287c58abc4ccef681 100644 --- a/docs/source/getting_started/BuildingGMake.rst +++ b/docs/source/getting_started/BuildingGMake.rst @@ -4,11 +4,12 @@ Building MFiX-Exa with gmake Building MFiX-Exa with gmake If you want to use gmake to build MFiX_Exa, you will need to have already -cloned amrex into a local directory: +cloned amrex and AMReX-Hydro into a local directory: .. code:: shell > git clone https://github.com/amrex-codes/amrex + > git clone https://github.com/AMReX-Codes/AMReX-Hydro.git Then @@ -17,8 +18,10 @@ Then > git clone http://mfix.netl.doe.gov/gitlab/exa/mfix.git > cd mfix/exec -Edit the GNUmakefile to set AMREX_HOME to be the path to the directory -where you have put amrex. Other options that you can set include +Edit the GNUmakefile (or use an environment variable) +to set AMREX_HOME and AMREX_HYDRO_HOME +to be the path to the directories where you have put amrex +and AMReX-Hydro. Other options that you can set include +-----------------+------------------------------+------------------+-------------+ | Option name | Description | Possible values | Default |