This commit is contained in:
Anthony Scemama 2020-01-21 17:13:44 +01:00
parent 2e8a7b9945
commit feb0c106e3
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
QCaml (Quantum Camel)
=====================
<img src="data/chamo.png" width="300" >
<img src="data/chamo_bg.png" width="300" >
Requirements
------------