Skip to content

Commit 81871f3

Browse files
committed
update manual install instructions
1 parent 3e0f389 commit 81871f3

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

manual-installation.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[E4S Model Environment Repository](https://github.com/E4S-Project/e4s)
1616

17-
[E4S 23.11 Model Environments](https://github.com/E4S-Project/e4s/tree/master/environments/23.11)
17+
[E4S 24.11 Model Environments](https://github.com/E4S-Project/e4s/tree/master/environments/24.11)
1818

1919
[E4S Homepage](https://e4s.io)
2020

@@ -30,25 +30,19 @@ $> pip install --user clingo
3030
Clone Spack, checkout the appropriate release branch, if desired, and source the Spack `setup-env.sh` script.
3131
```
3232
$> git clone https://github.com/spack/spack
33-
$> (cd spack && git checkout e4s-23.11)
33+
$> (cd spack && git checkout e4s-24.11)
3434
$> . spack/share/spack/setup-env.sh
3535
```
3636

3737
Configure Spack to know where the E4S Build Cache is located. You can use either a release specific build cache, or the mixed build cache. The release specific build cache contains only binaries from the particular release, whereas the mixed build cache contains binaries from all releases and from in between releases.
3838

3939
Release-specific (we recommend using this if you can)
4040
```
41-
$> spack mirror add E4S https://cache.e4s.io/23.11
41+
$> spack mirror add E4S https://cache.e4s.io/24.11
4242
$> spack buildcache keys -it
4343
```
4444

45-
Mixed Cache
46-
```
47-
$> spack mirror add E4S https://cache.e4s.io
48-
$> spack buildcache keys -it
49-
```
50-
51-
Obtain a copy of the E4S Model Environment for the E4S release you are interested in, and rename it to `spack.yaml`, if needed. These are found in the [E4S Environment Repository](https://github.com/E4S-Project/e4s/tree/master/environments). For this example, we will use the [E4S 23.11 Model Environment for X86_64 Systems with NVIDIA GPUs](https://github.com/E4S-Project/e4s/blob/master/environments/23.11/cuda-x86_64/spack.yaml).
45+
Obtain a copy of the E4S Model Environment for the E4S release you are interested in, and rename it to `spack.yaml`, if needed. These are found in the [E4S Environment Repository](https://github.com/E4S-Project/e4s/tree/master/environments). For this example, we will use the [E4S 24.11 Model Environment for X86_64 Systems with NVIDIA GPUs](https://github.com/E4S-Project/e4s/tree/master/environments/24.11/amd64-gcc-cuda-ubuntu22.04).
5246

5347
Tweak the model environment so that it suits your needs: remove packages you aren't interested in, select the correct GPU variants, specify the microarchitecture target and compiler selections, as needed. Once modified, you can concretize the environment, which you should do from the same directory that contains your environment.
5448
```

0 commit comments

Comments
 (0)