major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
[epclust.git] / old_C_code / stage1 / src / MPI_Main / master.h
diff --git a/old_C_code/stage1/src/MPI_Main/master.h b/old_C_code/stage1/src/MPI_Main/master.h
new file mode 100644 (file)
index 0000000..397ea59
--- /dev/null
@@ -0,0 +1,11 @@
+#ifndef PPAM_MASTER_H
+#define PPAM_MASTER_H
+
+#include <stdint.h>
+
+// code executed by master process
+void master_run(char* fileName, uint32_t totalNbSeries, uint32_t nbSeriesInChunk,
+       double idealNbSeriesInChunk, uint32_t tsLength, uint32_t nbClusters, 
+       int randomize, uint32_t p_for_dissims);
+
+#endif