We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d1075 commit cbec6f5Copy full SHA for cbec6f5
1 file changed
outputs/stacks.sh
@@ -91,8 +91,8 @@ example --tee stacks/modules-1 "module --version"
91
92
cat "$project/stacks/examples/8.spack.stack.yaml" > ~/stacks/spack.yaml
93
spack module lmod refresh -y
94
-module use /home/spack/stacks/modules/linux-ubuntu24.04-x86_64/Core
95
-ls /home/spack/stacks/modules/
+module use /home/spack/stacks/modules/linux-ubuntu22.04-x86_64/Core
+ls /home/spack/stacks/modules/linux-ubuntu22.04-x86_64
96
97
example --tee stacks/modules-2 "module av"
98
0 commit comments