Skip to content

Commit

Permalink
use older lmod to work around exit 1 issue (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Nov 7, 2023
1 parent 0c81fed commit 725787b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion outputs/stacks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ example stacks/view-1 "ls views/default"
example stacks/view-1 "ls views/default/lib"
example stacks/view-1 "ls views/full"

example stacks/modules-0 "spack add lmod%gcc@11"
# Temporarily add 8.7.18 to spack
EDITOR=true spack checksum --add-to-package lmod 8.7.18

example stacks/modules-0 "spack add lmod@8.7.18 %gcc@11"
example stacks/modules-0 "spack concretize"
example stacks/modules-0 "spack install"

Expand Down

0 comments on commit 725787b

Please sign in to comment.