-
Hello!
It worthwhile to note that when I run the 2D code, no error was found, and I ran the same 3D code on a workstation with julia 1.5 and JUDI, no error was found.
I don't know if this is related with the above issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you try |
Beta Was this translation helpful? Give feedback.
Can you try
using Distributed; addprocs(16;lazy=false)
? Since julia 1.6, Distributed handles workers initialization a bit differently and can lead to weird behavior.