Changes between Version 4 and Version 5 of CompilingPdaf


Ignore:
Timestamp:
Jan 9, 2022, 4:15:53 PM (2 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingPdaf

    v4 v5  
    11= Compiling the PDAF library =
    22
    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.
     3The 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.
    44
    55The 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`).