Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/demos/SCA26/instruction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For this tutorial, we already have these dependencies pre-installed.

```
git clone https://github.com/spack/spack.git
source spack/share/spack/setup-env.sh
spack env create dyad
spack env activate dyad
spack external find
Expand All @@ -31,6 +32,7 @@ spack load mochi-margo
```
module load flux-core mochi-margo
# Or
# source spack/share/spack/setup-env.sh
# spack env activate dyad
# spack load mochi-margo
```
Expand Down
Loading