File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -23,33 +23,19 @@ jobs:
23
23
FI_PROVIDER : tcp
24
24
steps :
25
25
- 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
37
26
- name : Generate
38
- if : false
39
27
run : cmake -B build
40
28
- name : Build
41
- if : false
42
29
run : cmake --build build --target xhp-bench -- -j
43
30
- name : Run
44
- if : false
45
31
run : |
32
+ rm -rf ${RUNNER_TOOL_CACHE}/distributed-ranges/venv
46
33
/usr/bin/python3.11 -m venv ${RUNNER_TOOL_CACHE}/distributed-ranges/venv
47
34
source ${RUNNER_TOOL_CACHE}/distributed-ranges/venv/bin/activate
48
35
pip install src-python/drbench
49
36
srun --nodes=2 --ntasks-per-node=2 make -C build/benchmarks/gbench jfcst-bench
50
37
- uses : actions/upload-artifact@v4
51
- if : false
52
- # if: always()
38
+ if : always()
53
39
with :
54
40
name : benchmarks
55
41
path : |
You can’t perform that action at this time.
0 commit comments