mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +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
|
# BLAS/Lapack
|
||||||
|
|
||||||
Install OpenBLAS from your system package manager, for example:
|
Install OpenBLAS from your system package manager, for example:
|
||||||
@ -24,6 +31,7 @@ opam install lacaml
|
|||||||
# MPI
|
# MPI
|
||||||
|
|
||||||
MPI is the Message Passing Interface, required for distributed parallelism.
|
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
|
```bash
|
||||||
opam install mpi
|
opam install mpi
|
||||||
|
Loading…
Reference in New Issue
Block a user