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 032a805 commit e98a385Copy full SHA for e98a385
Rust/Savina/src/lib/matrix.rs
@@ -23,7 +23,7 @@
23
*
24
* @author Johannes Hayeß
25
*/
26
-#![allow(unused)]
+#![allow(dead_code)]
27
28
use std::ops::Add;
29
use std::fmt;
Rust/Savina/src/parallelism/Apsp.lf
@@ -89,6 +89,7 @@ reactor ApspFloydWarshallBlock(
89
}
90
=}
91
92
+ // @label block_start
93
reaction(start) -> notify_neighbors {=
94
// reset local state
95
self.k = 0;
@@ -238,6 +239,7 @@ main reactor (
238
239
print_system_info();
240
241
242
+ // @label dostart
243
reaction(runner.start) -> matrix.start {=
244
245
self.num_blocks_finished = 0;
0 commit comments