From feb0c106e309e8f0f1b836a745f70c8a0e80a0f7 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Tue, 21 Jan 2020 17:13:44 +0100 Subject: [PATCH] Image --- INSTALL.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index b463bb1..9c876d0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 diff --git a/README.md b/README.md index cd8747a..8b4cadb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ QCaml (Quantum Camel) ===================== - + Requirements ------------