IAS-Astrophysics / athenak

Performance-portable version of the Athena++ astrophysical AMR-MHD code using Kokkos.
BSD 3-Clause "New" or "Revised" License
34 stars 24 forks source link

SMR communication and destruction #355

Open jmstone opened 3 months ago

jmstone commented 3 months ago

In GitLab by @DVilla95 on Jun 4, 2024, 04:43

Implement destruction particle for particles that leave the domain. Fix communication to coarser neighbors in SMR by enforcing communication through faces.

jmstone commented 3 months ago

In GitLab by @DVilla95 on Jun 4, 2024, 04:57

added 1 commit

Compare with previous version

jmstone commented 3 months ago

In GitLab by @DVilla95 on Jun 4, 2024, 05:03

added 1 commit

Compare with previous version

jmstone commented 3 months ago

In GitLab by @DVilla95 on Jun 6, 2024, 07:24

added 2 commits

Compare with previous version

jmstone commented 3 months ago

In GitLab by @DVilla95 on Jun 7, 2024, 09:07

I would like to report also that currently both multi-GPU and single-GPU MPI (i.e. multiple processes sharing a GPU) runs either crash or hang indefinitely at the MHD::ClearSend function.