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 c50e5b9 commit ba07b99
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions Docs/compile-notes/frontier/amrex/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Compile on Frontier

## Compile CarpetX

### cce-17.0.0

* Load modules

```bash
source Load-Module-CarpetX-cce17.sh
```

* Install AsterX

```bash
cd Cactus
gmake AsterX options=repos/SpacetimeX/Docs/compile-notes/frontier/configs/frontier-cce17.cfg
cp repos/SpacetimeX/Docs/thornlist/asterx-frontier.th configs/AsterX/ThornList
gmake -j24 AsterX
```




### cce-15.0.0

* Load modules

```bash
source Load-Module-CarpetX-cce15.sh
```

* Install AsterX

```bash
cd Cactus
gmake AsterX options=simfactory/mdb/optionlists/frontier.cfg
cp repos/SpacetimeX/Docs/thornlist/asterx-frontier.th configs/AsterX/ThornList
gmake -j24 AsterX
```




## Compile AMReX

```bash
Expand Down

0 comments on commit ba07b99

Please sign in to comment.