We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6286d7c commit d093f20Copy full SHA for d093f20
.github/workflows/benchmark.yml
@@ -131,6 +131,10 @@ jobs:
131
with:
132
name: config-artifacts
133
path: ./tmp/
134
+ - name: Debug module
135
+ run: |
136
+ module show Python/3.10.8-GCCcore-12.2.0
137
+ echo $LD_LIBRARY_PATH
138
- name: Setup machine and env
139
run: ${{matrix.submit_command}}
140
- name: Execute benchmarks
src/feelpp/benchmarking/reframe/config/machineConfigs/vega.sh
@@ -4,4 +4,5 @@ module load Python/3.10.8-GCCcore-12.2.0
4
python3 -m venv .venv
5
source .venv/bin/activate
6
.venv/bin/python3 -m pip install --upgrade pip
7
-.venv/bin/python3 -m pip install -r requirements.txt
+.venv/bin/python3 -m pip install -r requirements.txt
8
+ldd .venv/bin/python3
0 commit comments