Skip to content

Commit b5b5417

Browse files
committed
change references to alps-spack-stacks to alps-uenv
1 parent 7310e12 commit b5b5417

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ci/config/configuration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def job_template(self, env):
188188
uarch: a100
189189
uenv: gromacs
190190
version: 2023
191-
recipe: /home/bcumming/software/github/alps-spack-stacks/recipes/gromacs/2023/a100
191+
recipe: /home/bcumming/software/github/alps-uenv/recipes/gromacs/2023/a100
192192
"""
193193
c = self.clusters[env["system"]]
194194
part_idx = c["uarch"].index(env["uarch"])

recipes/mch/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ export PATH=$work/stackinator/bin:$PATH
4040
echo
4141
echo === getting recipe
4242
echo
43-
git clone --quiet [email protected]:eth-cscs/alps-spack-stacks.git
44-
(cd alps-spack-stacks && git checkout $TAG)
45-
recipes=$work/alps-spack-stacks/recipes
43+
git clone --quiet [email protected]:eth-cscs/alps-uenv.git
44+
(cd alps-uenv && git checkout $TAG)
45+
recipes=$work/alps-uenv/recipes
4646

4747
echo
4848
echo === getting cluster configuration

0 commit comments

Comments
 (0)