X-Git-Url: https://git.auder.net/doc/screen_players.png?a=blobdiff_plain;f=old_C_code%2Fstage1%2Fsrc%2FMPI_Main%2Fmaster.h;fp=old_C_code%2Fstage1%2Fsrc%2FMPI_Main%2Fmaster.h;h=397ea59863730f9d96b2aa4757daa29745c7391f;hb=7709d507dfab9256a401f2c77ced7bc70d90fec3;hp=0000000000000000000000000000000000000000;hpb=38aef1cbef037257bf03dd1e65fbb682a32e3f2c;p=epclust.git 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 index 0000000..397ea59 --- /dev/null +++ b/old_C_code/stage1/src/MPI_Main/master.h @@ -0,0 +1,11 @@ +#ifndef PPAM_MASTER_H +#define PPAM_MASTER_H + +#include + +// 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