2 Commits

Author SHA1 Message Date
b85cdcfac1 forgotten pdf doc 2019-03-28 14:54:55 +01:00
2f0e2705ec updated documentation for the new installation 2019-03-28 14:45:48 +01:00
3 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,7 @@
#include "mtcompare_sumaclust.h"
#include "sumaclust.h"
#define VERSION "1.0.33"
#define VERSION "1.0.34"
/* ----------------------------------------------- */

View File

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

Binary file not shown.