Skip to content

Commit

Permalink
a while ago switched to using integers in this example, hence getting…
Browse files Browse the repository at this point in the history
… a large integer
  • Loading branch information
razoumov authored Nov 18, 2024
1 parent 24b03f5 commit 6be8edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/12-fire-forget-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ chpl --fast exercise_coforall_2.chpl
```

```output
the maximum value in x is: 1
the maximum value in x is: 9223372034161572255 # large random integer
```

We use the `coforall` loop to spawn tasks that work concurrently in a fraction of the array. The trick here is to
Expand Down

0 comments on commit 6be8edf

Please sign in to comment.