Changes between Version 2 and Version 3 of OfflineInitPdaf_PDAF3
- Timestamp:
- Sep 1, 2025, 11:03:37 AM (21 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OfflineInitPdaf_PDAF3
v2 v3 71 71 **Notes:** 72 72 - 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. 74 74 75 75 === Note on available options ===