| ... | @@ -49,8 +49,7 @@ $ cat ~/load_spack_aarch64.sh |
... | @@ -49,8 +49,7 @@ $ cat ~/load_spack_aarch64.sh |
|
|
module unload python
|
|
module unload python
|
|
|
source ~/spack/share/spack/setup-env.sh
|
|
source ~/spack/share/spack/setup-env.sh
|
|
|
```
|
|
```
|
|
|
- Then you can source your Spack setup script and you should have access to the `spack` command.
|
|
2. After sourcing the Spack setup file you should have access to the `spack` command. Create a Spack environment just for SWIFT. You can call your environment whatever you like. Here I call it `swift`.
|
|
|
2. Create a Spack environment just for SWIFT. You can call your environment whatever you like. Here I call it `swift`.
|
|
|
|
|
```
|
|
```
|
|
|
spack env create swift
|
|
spack env create swift
|
|
|
spack env activate swift
|
|
spack env activate swift
|
| ... | |
... | |
| ... | | ... | |