monolish
MONOlithic LInear equation Solvers for Highly-parallel architecture
Installation using apt

This page describes how to install pre-build monolish onto Ubuntu 20.04 LTS. Following commands assumes wget command exists. It can be installed by

$ sudo apt update
$ sudo apt install -y wget

For CPU

monolish deb file can be downloaded from GitHub Release page:

$ wget https://github.com/ricosjp/monolish/releases/download/0.15.0/monolish_0.15.0+oss_amd64.deb
$ sudo apt install -y ./monolish_0.15.0+oss_amd64.deb

There are two variants according to backend BLAS and LAPACK implementation:

  • +oss means it uses OpenBLAS
  • +mkl means it uses Intel MKL

For NVIDIA GPU

In the current version, monolish for GPU cannot be installed with apt.

Please use the container with docker container with monolish installed.

See here.