Changes between Version 2 and Version 3 of OfflineInitPdaf_PDAF3


Ignore:
Timestamp:
Sep 1, 2025, 11:03:37 AM (21 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OfflineInitPdaf_PDAF3

    v2 v3  
    7171**Notes:**
    7272- Implementations done before PDAF V3.0, used the routine `PDAF_init` which is described on the [wiki:OfflineInitPdaf_PDAF23 Page on initialized PDAF without the PDAF3 interface].
    73 - For using `PDAF3_init`, the routine `init_parallel_pdaf` has to contain a call to `PDAF3_set_parallel`. This is included in the template and tutorial codes for PDAF V3.0 and later.
     73- For using `PDAF3_init`, the routine `init_parallel_pdaf` has to contain a call to `PDAF3_set_parallel`. This is included in the template and tutorial codes for PDAF V3.0 and later. An exception is only if the porgram is always run without MPI parallelization. In this case `init_parallel_pdaf` does not need to be called, as, for this case, PDAF can initialize parallelization variables itself.
    7474
    7575=== Note on available options ===