Lautaro Alvear
unread,Mar 23, 2026, 2:23:52 PM (13 days ago) Mar 23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dedalus Users
Hi Dedalus users, I have a working code that simulates 3D compressible magnetohydrodynamics in a star, but the code runs extremely slow without parallellization to solve the timescales of interest (~100-1000 time units with a timestep of dt ~ 1e-5) with the current test resolution (16,48,96). So I have been trying to parallelize the code with up to 48 cores, which has been succesfull only if I use a mesh of shape [1,n] with n the number of cores. If I try to use a different value than 1 for the first value of the mesh, the code raises exception at runtime, which to me would signify that the dynamics are changing with the mesh, which as I understand, should not be the case, unless, the shape [1,n] is forcing axial symmetry. I wanted to ask if this is the case, and if not, if someone has encountered similar issues when parallelizing.
Best regards,
Lautaro.