Compare commits
2 Commits
sumaclust_
...
sumaclust_
Author | SHA1 | Date | |
---|---|---|---|
b85cdcfac1 | |||
2f0e2705ec |
@ -23,7 +23,7 @@
|
|||||||
#include "mtcompare_sumaclust.h"
|
#include "mtcompare_sumaclust.h"
|
||||||
#include "sumaclust.h"
|
#include "sumaclust.h"
|
||||||
|
|
||||||
#define VERSION "1.0.33"
|
#define VERSION "1.0.34"
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------- */
|
/* ----------------------------------------------- */
|
||||||
|
@ -29,7 +29,8 @@ Untar the archive, go into the newly created directory and compile:
|
|||||||
```
|
```
|
||||||
tar –zxvf sumaclust_v[x.x.xx].tar.gz
|
tar –zxvf sumaclust_v[x.x.xx].tar.gz
|
||||||
cd sumaclust_v[x.x.xx]
|
cd sumaclust_v[x.x.xx]
|
||||||
make
|
make -C sumalibs install
|
||||||
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
You can compile Sumaclust with `clang`, which deactivates `OpenMP`, with:
|
You can compile Sumaclust with `clang`, which deactivates `OpenMP`, with:
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user