Getting Started

Table of Contents

Prerequisites

List dependencies here, MPI, BLAS/LAPACK etc.

Configuring the Library

Describe steps required to configure with CMake on different OSes with different compilers

Building the Library

cmake --build <path/to/build/dir> [target]

Running Tests

cmake --build <path/to/build/dir> test

  1. Akin, E. (2003) Object-oriented programming via Fortran 90/95. Cambridge University Press.