Changes between Version 1 and Version 2 of OnlineAdaptParallelization_PDAF3
- Timestamp:
- Sep 1, 2025, 10:30:15 AM (22 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OnlineAdaptParallelization_PDAF3
v1 v2 198 198 1. Include the PDAF module with `USE PDAF` 199 199 1. Replace `MPI_COMM_WORLD` in all cases by `COMM_mymodel`. 200 201 If `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 200 203 1. At the end of `init_parallel_pdaf` set the main communicator for PDAF by 201 204 {{{