Skip to content

Commit

Permalink
change references to alps-spack-stacks to alps-uenv
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Dec 12, 2023
1 parent 7310e12 commit b5b5417
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/config/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def job_template(self, env):
uarch: a100
uenv: gromacs
version: 2023
recipe: /home/bcumming/software/github/alps-spack-stacks/recipes/gromacs/2023/a100
recipe: /home/bcumming/software/github/alps-uenv/recipes/gromacs/2023/a100
"""
c = self.clusters[env["system"]]
part_idx = c["uarch"].index(env["uarch"])
Expand Down
6 changes: 3 additions & 3 deletions recipes/mch/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export PATH=$work/stackinator/bin:$PATH
echo
echo === getting recipe
echo
git clone --quiet [email protected]:eth-cscs/alps-spack-stacks.git
(cd alps-spack-stacks && git checkout $TAG)
recipes=$work/alps-spack-stacks/recipes
git clone --quiet [email protected]:eth-cscs/alps-uenv.git
(cd alps-uenv && git checkout $TAG)
recipes=$work/alps-uenv/recipes

echo
echo === getting cluster configuration
Expand Down

0 comments on commit b5b5417

Please sign in to comment.