We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f54a329 commit 19d1075Copy full SHA for 19d1075
1 file changed
outputs/stacks.sh
@@ -91,7 +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 ~/stacks/modules/*/Core
+module use /home/spack/stacks/modules/linux-ubuntu24.04-x86_64/Core
95
+ls /home/spack/stacks/modules/
96
97
example --tee stacks/modules-2 "module av"
98
0 commit comments