mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-21 11:53:31 +01:00
Image
This commit is contained in:
parent
2e8a7b9945
commit
feb0c106e3
@ -1,3 +1,10 @@
|
||||
# Generic installation
|
||||
|
||||
```bash
|
||||
opam install lacaml mpi getopt alcotest zarith
|
||||
```
|
||||
|
||||
|
||||
# BLAS/Lapack
|
||||
|
||||
Install OpenBLAS from your system package manager, for example:
|
||||
@ -24,6 +31,7 @@ opam install lacaml
|
||||
# MPI
|
||||
|
||||
MPI is the Message Passing Interface, required for distributed parallelism.
|
||||
For large MPI calculations, a version >= 4.09.0 of the compiler is required.
|
||||
|
||||
```bash
|
||||
opam install mpi
|
||||
|
Loading…
Reference in New Issue
Block a user