improve project structure
[epclust.git] / code / README
index ccb3a0f..fa76933 100644 (file)
@@ -1,14 +1,15 @@
 To compile source code :
 
-   cd build
-   cmake ../src
+   cd build/stage1/src #and then stage2
+   cmake ../../../stage1/src
    make
 
 Usage :
 
-   ppam-mpi cluster ifilename nbSeriesInChunk nbClusters randomize p_for_dissims
+   mpirun -np nbProcess ppam.exe cluster ifilename nbSeriesInChunk nbClusters randomize p_for_dissims
 
 Where :
+   nbProcess = number of simultaneous processes
    ifilename = path to serialized dataset (read below)
    nbSeriesInChunk = number of time-series to process sequentially
    nbClusters = number of clusters