Changes between Version 7 and Version 8 of OfflineAdaptParallelization
- Timestamp:
- May 18, 2025, 7:59:17 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OfflineAdaptParallelization
v7 v8 18 18 == Overview == 19 19 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.20 The 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. 21 21 22 If the t emplate code in `templates/offline` or the tutorial implementation `tutorial/offline_2D_parallel` is used as the base for the implementation, it should be possible tosimply 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.22 If 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. 23 23 24 24 Like 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.