Skip to content

Commit dd60cd1

Browse files
author
Jg_Piccinali
committed
2
1 parent 8fde777 commit dd60cd1

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

ci/scripts/alps.sh

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -308,14 +308,21 @@ uenv_pull_sqfs() {
308308
# {{{ install_reframe
309309
install_reframe() {
310310
rm -fr rfm_venv reframe
311-
python3.11 -m venv --system-site-packages rfm_venv
312-
source rfm_venv/bin/activate
313-
pip install --upgrade pip
314-
pip install --upgrade ReFrame-HPC
315-
# git clone --depth 1 https://github.com/reframe-hpc/reframe.git
316-
pip install -r ./config/utilities/requirements.txt
311+
312+
vname=$CLUSTER_NAME
313+
varch=$(uname -m)
314+
vdir=rfmvenv.$vname.$varch
315+
source $vdir/bin/activate
316+
echo "$PWD/$vdir/bin # HERE"
317+
318+
# python3.11 -m venv --system-site-packages rfm_venv
319+
# source rfm_venv/bin/activate
320+
# pip install --upgrade pip
321+
# pip install --upgrade ReFrame-HPC
322+
# # git clone --depth 1 https://github.com/reframe-hpc/reframe.git
323+
# pip install -r ./config/utilities/requirements.txt
317324
# return the PATH to the calling function:
318-
echo "$PWD/rfm_venv/bin # HERE"
325+
# echo "$PWD/rfm_venv/bin # HERE"
319326
}
320327
# }}}
321328
# {{{ install_reframe_tests (alps branch)

0 commit comments

Comments
 (0)