File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,16 +32,15 @@ update-outputs: run
3232 cat $$ raw | perl -pe ' s/\x1b]0;.+?\x07//g' | perl -pe ' s/\x1b\[\d+F\x1b\[J//g' | perl -pe ' s/\033\[([01];)?\d+m//g' | col -bp | sed ' /^==> Waiting for/d' > $$ out; \
3333 done
3434
35- # run: run-scripting
36- run : run-stacks
37-
38- # run-scripting: run-cache scripting.sh
39- # run-cache: run-dev cache.sh
40- # run-dev: run-packaging dev.sh
41- # run-packaging: run-stacks packaging.sh
42- # run-stacks: run-environments stacks.sh
43- # run-environments: run-basics environments.sh
44- # run-basics: basics.sh init_spack.sh defs.sh
35+ run : run-scripting
36+
37+ run-scripting : run-cache scripting.sh
38+ run-cache : run-dev cache.sh
39+ run-dev : run-packaging dev.sh
40+ run-packaging : run-stacks packaging.sh
41+ run-stacks : run-environments stacks.sh
42+ run-environments : run-basics environments.sh
43+ run-basics : basics.sh init_spack.sh defs.sh
4544
4645local : local-scripting
4746local-scripting : local-cache scripting.sh
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ example --tee stacks/modules-1 "module --version"
9191
9292cat " $project /stacks/examples/8.spack.stack.yaml" > ~ /stacks/spack.yaml
9393spack module lmod refresh -y
94- module use /home/spack/stacks/modules/linux-ubuntu22.04-x86_64 /Core
94+ module use /home/spack/stacks/modules/* /Core
9595
9696example --tee stacks/modules-2 " module av"
9797
You can’t perform that action at this time.
0 commit comments