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
Hi
I've encountered an issue when trying to solve an LBVP to find the vector potential from a magnetic field. I've attached a code which shows the issue. By setting the resolution to be small the code gets stuck at the build solver phase when the number of processors is increased to 4. I've also attached a debug log which shows that it stalls at this step on processor 0
2024-02-29 13:35:17,943 transforms 0/4 DEBUG :: Building FFTW FFT plan for (dtype, gshape, axis) = (<class 'numpy.float64'>, (3, 12, 2, 6), 1)
and similar for the other processors 1->3.
This resolution is way too small for this problem, but a similar error occurs at higher resolutions on a cluster.
Best,
Calum
@csskene I've downloaded your script, and can run it on 1, 2 or 3 cores but not 4 (like you described). This looks a lot like a racing condition to me, where some cores are not participating in a global operation.
Hi
I've encountered an issue when trying to solve an LBVP to find the vector potential from a magnetic field. I've attached a code which shows the issue. By setting the resolution to be small the code gets stuck at the build solver phase when the number of processors is increased to 4. I've also attached a debug log which shows that it stalls at this step on processor 0
and similar for the other processors 1->3.
This resolution is way too small for this problem, but a similar error occurs at higher resolutions on a cluster.
Best,
Calum
B_lbvp.txt
dedalus_p0.log
dedalus_p1.log
dedalus_p2.log
dedalus_p3.log
The text was updated successfully, but these errors were encountered: