Skip to content

LBVP gets stuck at the build_solver stage #284

@csskene

Description

@csskene

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

B_lbvp.txt
dedalus_p0.log
dedalus_p1.log
dedalus_p2.log
dedalus_p3.log

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions