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 6e63499 commit 4365a32Copy full SHA for 4365a32
test/test_bcast.jl
@@ -34,7 +34,7 @@ comm = MPI.COMM_WORLD
34
35
g = x -> x^2 + 2x - 1
36
if MPI.Comm_rank(comm) == root
37
- f = copy(g)
+ f = g
38
else
39
f = nothing
40
end
0 commit comments