forked from AMReX-Codes/amrex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63a2ee0
commit 8ba64d9
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
There are three ways to use AMReX. | ||
|
||
(1) Use AMReX's GNU Make build system. There is no installation step | ||
in this approach. Application codes are compiled together with | ||
AMReX codes. Most of the examples in Tutorials can be built this | ||
way. See `Tools/GNUMake/README.md` for more details. | ||
|
||
(2) Build and install static library libamrex.a, AMReX headers and | ||
Fortran modules via `./configure` followed by `make` and `make | ||
install`. Type `./configure -h` to show help message. An | ||
application code uses its build system to compile and link to the | ||
AMReX library. See `Tutorials/libamrex_C` for an example. Note | ||
that this approach relies the make system in `Tools/GNUMake/`. | ||
See `Tools/GNUMake/README.md` for more details on the make system. | ||
|
||
(3) CMake. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters