TODO: defaults.R + complete parallel launch tasks in main.R
[epclust.git] / code / stage1 / src / MPI_Main / slave.h
1 #ifndef PPAM_SLAVE_H
2 #define PPAM_SLAVE_H
3
4 #include <stdint.h>
5
6 // code executed by slave process
7 void slave_run(int myrank, uint32_t nbSeriesInChunk, uint32_t nbClusters);
8
9 #endif