X-Git-Url: https://git.auder.net/variants/%24%7Bvname%7D/current/gitweb.js?a=blobdiff_plain;f=code%2FREADME;h=67ce9a7f1b2ffa42af45c504c619dc35c6c9f616;hb=e00da896aa5062f7136431c7051b0b5027159ad5;hp=ccb3a0f62382c45e3adacbd377e3d25f110ac701;hpb=ab4a34efe7e9c82020a0e842a48d6bde1241d8a3;p=epclust.git diff --git a/code/README b/code/README index ccb3a0f..67ce9a7 100644 --- a/code/README +++ b/code/README @@ -1,14 +1,17 @@ To compile source code : - cd build - cmake ../src + mkdir -p build/stage1/src + cd build/stage1/src + cmake ../../../stage1/src make + #repeat previous lines for stage 2 -Usage : +Usage (stage 1) : - 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