File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,12 @@ test_reframe:
1919 - cmake --version
2020 - hipcc --version || echo "HIP not found in PATH"
2121 # Install reframe
22- - git clone --depth 1 -b v4.8.4 https://github.com/reframe-hpc/reframe.git
23- - pushd reframe && ./bootstrap.sh && popd
22+ - pip install reframe-hpc==4.8.4
2423 # Run gpu-benchmarks reframe tests
2524 - git clone --depth 1 https://github.com/eth-cscs/cscs-reframe-tests.git
2625 - cd cscs-reframe-tests
2726 - |
2827 for benchmark in checks/microbenchmarks/gpu/gpu_benchmarks/*.py; do
2928 echo "Running benchmark: $benchmark"
30- UENV=$UENV_IMAGE ../reframe/bin/ reframe -C config/cscs.py -c $benchmark --system beverin:mi300 -r -v --keep-stage-files
29+ UENV=$UENV_IMAGE reframe -C config/cscs.py -c $benchmark --system beverin:mi300 -r -v --keep-stage-files
3130 done
You can’t perform that action at this time.
0 commit comments