File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -308,14 +308,21 @@ uenv_pull_sqfs() {
308308# {{{ install_reframe
309309install_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)
You can’t perform that action at this time.
0 commit comments