Skip to content

Commit

Permalink
Switch Ubuntu CI from tcl to lmod
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Aug 22, 2023
1 parent 026dfaf commit 409bdf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu-ci-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
spack config add "packages:all:compiler:[[email protected]]"
sed -i "s/\['\%aocc', '\%apple-clang', '\%gcc', '\%intel'\]/\['\%intel'\]/g" $ENVDIR/spack.yaml
# Switch from default tcl to lmod modules
sed -i "s/tcl/lmod/g"'" $ENVDIR/site/modules.yaml
spack concretize 2>&1 | tee log.concretize.intel-2022.1.0
${SPACK_STACK_DIR}/util/show_duplicate_packages.py -d log.concretize.intel-2022.1.0 -i fms -i crtm
Expand Down Expand Up @@ -159,7 +162,7 @@ jobs:
# Next steps: synchronize source and build cache to a central/combined mirror?
echo "Next steps ..."
spack clean -a
spack module tcl refresh -y
spack module lmod refresh -y
spack stack setup-meta-modules
spack env deactivate
Expand Down

0 comments on commit 409bdf6

Please sign in to comment.