Changes between Version 8 and Version 9 of CompilingPdaf


Ignore:
Timestamp:
Feb 22, 2023, 2:30:38 PM (13 months ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilingPdaf

    v8 v9  
    11= Compiling the PDAF library =
    22
    3 The library file of PDAF can be compiled on its own or in connection with an example implementation from `tutorial/`, `models/`, or `testsuite/`.  In order to build the library file, you need a Fortran-2003 compatible compiler and 'make'. In addition, the libraries 'BLAS', 'LAPACK', and 'MPI' are required. Here, we describe the stand-alone compilation, which one can use for example to compile some model code with added coupling for PDAF.
     3The library file of PDAF can be compiled on its own or in connection with an example implementation from `tutorial/` or `models/`.  In order to build the library file, you need a Fortran-2003 compatible compiler and 'make'. In addition, the libraries 'BLAS', 'LAPACK', and 'MPI' are required. Here, we describe the stand-alone compilation, which one can use for example to compile some model code with added coupling for PDAF.
    44
    55== Specify the machine-spefic compile settings ==