Skip to content

Commit

Permalink
Use STAA not STP
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Aug 7, 2024
1 parent aadb3e9 commit cd706b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/C/src/decentralized-coordination/MonteCarloPi.lf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ reactor Gather(parallelism: int = 4, desired_precision: double = 0.000001) {
// Note: Even if we are requesting stopping, we need to execute at the stop tag because
// we are using a dataflow style and the downstream reactor will block until they receive our data.
lf_schedule(a, 0);
=} STP(100 days) {=
=} STAA(100 days) {=
tag_t now = lf_tag();
lf_print_error("STP violation at Gather at tag " PRINTF_TAG, now.time - lf_time_start(), now.microstep);
=}
Expand Down

0 comments on commit cd706b5

Please sign in to comment.