Changes between Version 1 and Version 2 of OnlineAdaptParallelization_PDAF3


Ignore:
Timestamp:
Sep 1, 2025, 10:30:15 AM (22 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OnlineAdaptParallelization_PDAF3

    v1 v2  
    198198    1. Include the PDAF module with `USE PDAF`
    199199    1. Replace `MPI_COMM_WORLD` in all cases by `COMM_mymodel`.
     200
     201If `init_parallel_pdaf` includes a call to `PDAF3_set_parallel` from the PDAF3 interface, no further changes are required. However, when one uses the previous interface of PDAF 2.3.1 and before, one needs the following:
     202
    200203    1. At the end of `init_parallel_pdaf` set the main communicator for PDAF by
    201204{{{