Skip to content

Commit

Permalink
Docs: update README for frontier
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Jun 13, 2024
1 parent fbae42a commit f996a8f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Docs/compile-notes/frontier/amrex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

## Compile AMReX

```
```bash
cd amrex
mkdir build
cd build
. Load-Module-AMReX.sh
. Export-AMReX.sh
. Compile-AMReX.sh

source Load-Module-AMReX.sh
source Export-AMReX.sh
source Compile-AMReX.sh

make -j8 install
make test_install
```

0 comments on commit f996a8f

Please sign in to comment.