|
Peano
|
OpenBLAS is an implementation of BLAS, which provide some basic linear algebra subroutines. libxsmmJIT (available as submodule) and lapack (more complicated linear algebra routines, used for matrix inversion etc) depend on this.
We provide a few configure options to make sure all the headers and libraries are available. When running configure script (see Installation) you should include
to enable OpenBLAS. Further, you should use with-lapack to enable lapack and similarly with-libxsmmjit. Configuration for these two options will fail without OpenBLAS enabled.
We leave it up to the user to modify the CXXFLAGS, LDFLAGS and LD_LIBRARY_PATH correctly. These options were tested on COSMA (see Reference Configurations for Some Machines), where installations of openblas were already available.
When configuring, be sure to add:
-lopenblas to LDFLAGSThe call to configure should look something like this (for example, on COSMA):
Make sure to export your LD_LIBRARY_PATH first.