Skip to content

Building LSMS

Markus Eisenbach edited this page Feb 18, 2019 · 6 revisions

Requirements

LSMS requires a Unix like environment (e.g. Linux or MacOS X) with C++ and Fortran compilers and the following libraries:

  • BLAS linear algebra library
  • LAPACK linear solvers
  • MPI message passing library for parallelization
  • CUDA optionally for GPU acceleration, the code can be built without it.

Clone this wiki locally