From 2f0e2705ec54de34c2eea10b6a664e4e29e0cb41 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Thu, 28 Mar 2019 14:45:48 +0100 Subject: [PATCH] updated documentation for the new installation --- sumaclust.c | 2 +- sumaclust_user_manual.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sumaclust.c b/sumaclust.c index cd36f3e..beb7ce8 100644 --- a/sumaclust.c +++ b/sumaclust.c @@ -23,7 +23,7 @@ #include "mtcompare_sumaclust.h" #include "sumaclust.h" -#define VERSION "1.0.33" +#define VERSION "1.0.34" /* ----------------------------------------------- */ diff --git a/sumaclust_user_manual.md b/sumaclust_user_manual.md index e6700b1..ad13161 100644 --- a/sumaclust_user_manual.md +++ b/sumaclust_user_manual.md @@ -29,7 +29,8 @@ Untar the archive, go into the newly created directory and compile: ``` tar –zxvf sumaclust_v[x.x.xx].tar.gz cd sumaclust_v[x.x.xx] -make +make -C sumalibs install +make install ``` You can compile Sumaclust with `clang`, which deactivates `OpenMP`, with: