Changes between Initial Version and Version 1 of Ticket #975


Ignore:
Timestamp:
10/15/24 21:16:14 (7 months ago)
Author:
arango
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #975 – Description

    initial v1  
    1 I added the option of gathering parallel data (global to tiled arrays) using **MPI_GATHERV**. Also, I implemented its inverse (tiled to global arrays) **MPI_SCATTERV** for scattering parallel data.
     1I added the option of gathering parallel data (global to tiled arrays) using **MPI_GATHERV** and implemented its inverse (tiled to global arrays) **MPI_SCATTERV** for scattering parallel data.
     2
     3For more information and details, please check:
     4https://github.com/myroms/roms/pull/40