Changes between Version 20 and Version 21 of SoftwarePackage
- Timestamp:
- Feb 4, 2018, 12:37:55 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwarePackage
v20 v21 35 35 == Compiling the PDAF library == 36 36 37 The library file of PDAF can be compiled on its own or in connection with an example implementation from `t estsuite/'. Here, we describe the stand-alone compilation. In order to build the library file, you need a Fortran90 compiler and 'make'. In addition, the libraries 'BLAS' and 'LAPACK' are required.37 The library file of PDAF can be compiled on its own or in connection with an example implementation from `tutorial/` or `testsuite/`. Here, we describe the stand-alone compilation. In order to build the library file, you need a Fortran90 compiler and 'make'. In addition, the libraries 'BLAS' and 'LAPACK' are required. 38 38 39 39 Compiling the PDAF library is conduction in the following steps: