From 6be8edf7aa1b14dadf21d69d75083d70eabccb90 Mon Sep 17 00:00:00 2001 From: Alex Razoumov Date: Mon, 18 Nov 2024 11:41:20 -0800 Subject: [PATCH] a while ago switched to using integers in this example, hence getting a large integer --- episodes/12-fire-forget-tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/12-fire-forget-tasks.md b/episodes/12-fire-forget-tasks.md index 6975f30..64d80b0 100644 --- a/episodes/12-fire-forget-tasks.md +++ b/episodes/12-fire-forget-tasks.md @@ -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