Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
exa
docs
Commits
cc808424
Commit
cc808424
authored
2 years ago
by
Andy Nonaka
Browse files
Options
Downloads
Patches
Plain Diff
adding instructions for obtaining AMReX-Hydro
parent
d31c4430
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/getting_started/BuildingGMake.rst
+6
-3
6 additions, 3 deletions
docs/source/getting_started/BuildingGMake.rst
with
6 additions
and
3 deletions
docs/source/getting_started/BuildingGMake.rst
+
6
−
3
View file @
cc808424
...
...
@@ -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 |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment