Changes between Version 4 and Version 5 of CompilingPdaf
- Timestamp:
- Jan 9, 2022, 4:15:53 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingPdaf
v4 v5 1 1 = Compiling the PDAF library = 2 2 3 The tutorial implementations in the directory `PDAFROOT/tutorial/` (Here `PDAFROOT /` is the directory of the PDAF package) and the models implemented with PDAF in `PDAFROOT/models/` are configures to also compile the PDAF library when the model or tutorial program is compiled. In these cases, one does not need to compile the PDAF library separately.3 The tutorial implementations in the directory `PDAFROOT/tutorial/` (Here `PDAFROOT` is the directory of the PDAF package) and the models implemented with PDAF in `PDAFROOT/models/` are configures to also compile the PDAF library when the model or tutorial program is compiled. In these cases, one does not need to compile the PDAF library separately. 4 4 5 5 The PDAF library, thus the core routines of PDAF and PDAF-OMI, can also be compiled separately. This is the common approach when one implements PDAF with some models in the online-coupled setup (see e.g. the directory `modelbindings`).