You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running the fibonacci_multicore example in code/task. I got the following:
/tmp/l/github/parallel-programming-in-multicore-ocaml/code/task $ OCAMLRUNPARAM=b ./_build/default/fibonacci_multicore.exe 1 41
Fatal error: exception Stdlib.Effect.Unhandled(Domainslib__Task.Wait(_, _))
Raised by primitive operation at Dune__exe__Fibonacci_multicore.fib_par in file "fibonacci_multicore.ml", line 15, characters 24-41
Called from Dune__exe__Fibonacci_multicore.main in file "fibonacci_multicore.ml", line 19, characters 12-52
I think this is probably not expected. What is going wrong? Thanks