Changes between Initial Version and Version 1 of Ticket #977


Ignore:
Timestamp:
12/14/24 18:08:53 (5 months ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #977

    • Property ResolutionFixed
    • Property Status newclosed
  • Ticket #977 – Description

    initial v1  
    11This 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
     3For more information, please check the following PR in GitHub:
     4
     5https://github.com/myroms/roms/pull/44
     6
     7Many thanks to Julia Levin for reporting this problem.