Changes between Initial Version and Version 1 of Ticket #977
- Timestamp:
- 12/14/24 18:08:53 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #977
- Property Resolution → Fixed
- Property Status new → closed
-
Ticket #977 – Description
initial v1 1 1 This update corrects a parallel bug in calls to **mpi_scatter2d**, **mpi_scatter2d_xtr**, and **mpi_scatter3d** in module **distribute.F**. It also corrected an issue when scattering input data with **MPI_BCAST**. 2 3 For more information, please check the following PR in GitHub: 4 5 https://github.com/myroms/roms/pull/44 6 7 Many thanks to Julia Levin for reporting this problem.