Changes between Version 3 and Version 4 of CompilingPdaf
- Timestamp:
- Jan 9, 2022, 4:15:23 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilingPdaf
v3 v4 1 1 = Compiling the PDAF library = 2 2 3 The tutorial implementations in the directory `PDAFROOT/tutorial/` and the models implemented with PDAF in `PDAFROOT/models/` are setup to compile the PDAF library when the application is compiled. (Here `PDAFROOT/` is the root directory of the PDAF package)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`).