Changes between Version 7 and Version 8 of OfflineAdaptParallelization


Ignore:
Timestamp:
May 18, 2025, 7:59:17 PM (6 weeks ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OfflineAdaptParallelization

    v7 v8  
    1818== Overview ==
    1919
    20 The PDAF release provides template code for the offline mode in `templates/offline`. We refer to this code to use it as a basis.
     20The PDAF release provides example code for the offline mode in `tutorial/offline_2D_parallel`. We refer to this code to use it as a basis.
    2121
    22 If the template code in `templates/offline` or the tutorial implementation `tutorial/offline_2D_parallel` is used as the base for the implementation, it should be possible to simply keep this part of the program, i.e. the call to `init_parallel_pdaf` unchanged and directly proceed to the [OfflineInitPdaf initialization of PDAF] for the offline mode.
     22If the the tutorial implementation `tutorial/offline_2D_parallel`, or the template code in `templates/offline` is used as the basis for the implementation, it one can simply keep this part of the program, i.e. the call to `init_parallel_pdaf` unchanged and directly proceed to the [OfflineInitPdaf initialization of PDAF] for the offline mode.
    2323
    2424Like many numerical models, PDAF uses the MPI standard for the parallelization. PDAF requires for the compilation that an MPI library is available. In any case, it is necessary to execute the routine `init_parallel_pdaf` as described below.