major folder reorganisation, R pkg is now epclust/ at first level. Experimental usage...
[epclust.git] / old_C_code / stage1 / src / MPI_Main / slave.h
diff --git a/old_C_code/stage1/src/MPI_Main/slave.h b/old_C_code/stage1/src/MPI_Main/slave.h
new file mode 100644 (file)
index 0000000..b5ef443
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef PPAM_SLAVE_H
+#define PPAM_SLAVE_H
+
+#include <stdint.h>
+
+// code executed by slave process
+void slave_run(int myrank, uint32_t nbSeriesInChunk, uint32_t nbClusters);
+
+#endif