Skip to content

Commit 19d1075

Browse files
committed
Debug with a hardcoded path
1 parent f54a329 commit 19d1075

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

outputs/stacks.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ example --tee stacks/modules-1 "module --version"
9191

9292
cat "$project/stacks/examples/8.spack.stack.yaml" > ~/stacks/spack.yaml
9393
spack module lmod refresh -y
94-
module use ~/stacks/modules/*/Core
94+
module use /home/spack/stacks/modules/linux-ubuntu24.04-x86_64/Core
95+
ls /home/spack/stacks/modules/
9596

9697
example --tee stacks/modules-2 "module av"
9798

0 commit comments

Comments
 (0)