File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
src/feelpp/benchmarking/reframe/config/machineConfigs Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ jobs:
131
131
with :
132
132
name : config-artifacts
133
133
path : ./tmp/
134
- - name : Debug python
135
- run : |
136
- ls /cvmfs/sling.si/modules/el7/software/Python/3.10.8-GCCcore-12.2.0/lib/libpython3.10.so.1.0
137
- ldd /cvmfs/sling.si/modules/el7/software/Python/3.10.8-GCCcore-12.2.0/bin/python3.10
138
134
- name : Setup machine and env
139
135
run : ${{matrix.submit_command}}
140
136
- name : Execute benchmarks
Original file line number Diff line number Diff line change 1
1
#! /bin/bash -l
2
2
3
- # module load Python/3.10.8-GCCcore-12.2.0
4
- /cvmfs/sling.si/modules/el7/software/Python/3.10.8-GCCcore-12.2.0/bin/python3.10 -m venv .venv
3
+ module load Python/3.10.8-GCCcore-12.2.0
4
+ export LD_LIBRARY_PATH=/cvmfs/sling.si/modules/el7/software/Python/3.10.8-GCCcore-12.2.0/lib:$LD_LIBRARY_PATH
5
+ python3.10 -m venv .venv
6
+ echo ' export LD_LIBRARY_PATH=/cvmfs/sling.si/modules/el7/software/Python/3.10.8-GCCcore-12.2.0/lib:$LD_LIBRARY_PATH' >> .venv/bin/activate
5
7
source .venv/bin/activate
6
8
.venv/bin/python3.10 -m pip install --upgrade pip
7
9
.venv/bin/python3.10 -m pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments