We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98a385 commit 617cba6Copy full SHA for 617cba6
Rust/Savina/src/parallelism/Apsp.lf
runner/conf/benchmark/savina_parallelism_apsp.yaml
@@ -46,13 +46,3 @@ targets:
46
num_workers: ["-D", "numNodes=<value>"]
47
block_size: ["-D", "blockSize=<value>"]
48
max_edge_weight: ["-D", "maxEdgeWeight=<value>"]
49
- lf-rust:
50
- copy_sources:
51
- - "${bench_path}/Rust/Savina/src/lib"
52
- - "${bench_path}/Rust/Savina/src/parallelism"
53
- lf_file: "parallelism/Apsp.lf"
54
- binary: "apsp"
55
- run_args:
56
- block_size: ["--main-block-size", "<value>"]
57
- max_edge_weight: ["--main-max-edge-weight", "<value>"]
58
- num_workers: ["--main-num-nodes", "<value>"]
0 commit comments