Installed Software
Compilers
- GNU GCC compiler
 
Scientific libraries
The most used libraries are:
- OpenBLAS for Blas and Lapack
 - FFTW3
 - Scalapack
 - HDF5
 
libs and module
Scientific libraries are implicitly installed by spack and therefore invisible to the module system.
Scientific applications
- We use Spack to install packages and applications.
 - Scientific applications are compiled with 
GCCtoolchains compiler andOpenBLAS, FFTW, Scalapacklibraries. OpenMPIis used for MPI applications
GPU based software
TODO