8000 update · oneapi-src/distributed-ranges@662b161 · GitHub
[go: up one dir, main page]

Skip to content

Commit 662b161

Browse files
committed
update
1 parent b3a07ab commit 662b161

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,33 +23,19 @@ jobs:
2323
FI_PROVIDER: tcp
2424
steps:
2525
- uses: actions/checkout@v4
26-
- name: Check
27-
run: |
28-
rm -rf ${RUNNER_TOOL_CACHE}/distributed-ranges/venv
29-
/usr/bin/python3.11 -m venv ${RUNNER_TOOL_CACHE}/distributed-ranges/venv
30-
source ${RUNNER_TOOL_CACHE}/distributed-ranges/venv/bin/activate
31-
pip install src-python/drbench
32-
which dr-bench
33-
srun which dr-bench
34-
printenv PATH
35-
srun printenv PATH
36-
srun hostname
3726
- name: Generate
38-
if: false
3927
run: cmake -B build
4028
- name: Build
41-
if: false
4229
run: cmake --build build --target xhp-bench -- -j
4330
- name: Run
44-
if: false
4531
run: |
32+
rm -rf ${RUNNER_TOOL_CACHE}/distributed-ranges/venv
4633
/usr/bin/python3.11 -m venv ${RUNNER_TOOL_CACHE}/distributed-ranges/venv
4734
source ${RUNNER_TOOL_CACHE}/distributed-ranges/venv/bin/activate
4835
pip install src-python/drbench
4936
srun --nodes=2 --ntasks-per-node=2 make -C build/benchmarks/gbench jfcst-bench
5037
- uses: actions/upload-artifact@v4
51-
if: false
52-
#if: always()
38+
if: always()
5339
with:
5440
name: benchmarks
5541
path: |

0 commit comments

Comments
 (0)
0