ryosuke-hirai / HORMONE

Repository for hydrodynamical code HORMONE
GNU General Public License v3.0
0 stars 1 forks source link

Fix MPI bug in exchange spc #73

Closed ryosuke-hirai closed 1 month ago

ryosuke-hirai commented 1 month ago

There was a typo in the setup_mpi_exchange routine for the size of the ghost cell array for spc. Fixed this bug along with some other cosmetic changes to the code.

ryosuke-hirai commented 1 month ago

Also fixed bug in dti_cell and dtgrav_cell as it was not MPI-compatible.