Skip to content

Commit 9925591

Browse files
committed
Docs: Update README.md in compile-notes for frontera
1 parent cb7f972 commit 9925591

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Docs/compile-notes/frontera/README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
```bash
2929
cd Cactus
30-
gmake SpacetimeX-oneapi options=repos/SpacetimeX/Docs/compile-notes/frontera/configs/config-frontera-oneapi.cfg
30+
gmake SpacetimeX-oneapi options=repos/SpacetimeX/Docs/compile-notes/frontera/configs/config-frontera-oneapi-impi.cfg
3131
cp repos/SpacetimeX/Docs/thornlist/spacetimex.th configs/SpacetimeX-oneapi/ThornList
3232
gmake -j24 SpacetimeX-oneapi
3333
```
@@ -72,23 +72,23 @@
7272

7373
* Create a dir where you want put `view` in (say `/work2/.../username/frontera/SpackView/oneapi`)
7474

75-
* Replace the last line of `oneapi-23.1.0/spack.yaml` with your own dir (say `/work2/.../username/frontera/SpackView/oneapi/view`)
75+
* Replace the last line of `oneapi23.1.0-impi21.9.0/spack.yaml` with your own dir (say `/work2/.../username/frontera/SpackView/oneapi/view`)
7676

77-
* Replace the dir `/work2/08708/liwei/frontera/SpackView/oneapi/view` (with say `/work2/.../username/frontera/SpackView/oneapi/view`) in `configs/config-frontera-oneapi.cfg`
77+
* Replace the dir `/work2/08708/liwei/frontera/SpackView/oneapi23.1.0-impi21.9.0/view` (with say `/work2/.../username/frontera/SpackView/oneapi/view`) in `configs/config-frontera-oneapi-impi.cfg`
7878

7979
* Install other required packages
8080

8181
```bash
82-
env TMPDIR=$WORK/tmp spack --env-dir ./oneapi-23.1.0 compiler find
83-
env TMPDIR=$WORK/tmp spack --env-dir ./oneapi-23.1.0 concretize --force
84-
env TMPDIR=$WORK/tmp spack --env-dir ./oneapi-23.1.0 install --fail-fast
82+
env TMPDIR=$WORK/tmp spack --env-dir ./oneapi23.1.0-impi21.9.0 compiler find
83+
env TMPDIR=$WORK/tmp spack --env-dir ./oneapi23.1.0-impi21.9.0 concretize --force
84+
env TMPDIR=$WORK/tmp spack --env-dir ./oneapi23.1.0-impi21.9.0 install --fail-fast
8585
```
8686

8787
* Install SpacetimeX
8888

8989
```bash
9090
cd Cactus
91-
gmake SpacetimeX-oneapi options=repos/SpacetimeX/Docs/compile-notes/frontera/configs/config-frontera-oneapi.cfg
91+
gmake SpacetimeX-oneapi options=config-frontera-oneapi-impi.cfg
9292
cp repos/SpacetimeX/Docs/thornlist/spacetimex.th configs/SpacetimeX-oneapi/ThornList
9393
gmake -j24 SpacetimeX-oneapi
9494
```
@@ -117,12 +117,12 @@ spack install [email protected] %[email protected]
117117
spack compiler add ... # ... is the last line of previous command
118118
```
119119

120-
* Create a dir where you want put `view` in (say `/work2/.../username/frontera/SpackView/gcc11.2.0-cuda11.8.0-impi19.0.9`)
120+
* Create a dir where you want put `view` in (say `/work2/.../username/frontera/SpackView/cuda`)
121121

122-
* Replace the last line of `gcc11.2.0-cuda11.8.0-impi19.0.9/spack_yaml` with your dir (say `/work2/.../username/frontera/SpackView/gcc11.2.0-cuda11.8.0-impi19.0.9/view`)
122+
* Replace the last line of `gcc11.2.0-cuda11.8.0-impi19.0.9/spack_yaml` with your dir (say `/work2/.../username/frontera/SpackView/cuda/view`)
123123

124-
* Replace the dir `/work2/08708/liwei/frontera/SpackView/gcc11.2.0-cuda11.8.0-impi19.0.9/view` (with say `/work2/.../username/frontera/SpackView/gcc11.2.0-cuda11.8.0-impi19.0.9/view`)
125-
in `config-frontera-gcc11.2.0-cuda11.8.0-impi19.0.9.cfg`
124+
* Replace the dir `/work2/08708/liwei/frontera/SpackView/gcc11.2.0-cuda11.8.0-impi19.0.9/view` (with say `/work2/.../username/frontera/SpackView/cuda/view`)
125+
in `config-frontera-gcc-cuda-impi.cfg`
126126

127127
* Install other required packages
128128

0 commit comments

Comments
 (0)