commit last state
[ppam-mpi.git] / code / src / MPI_Main / slave.h
... / ...
CommitLineData
1#ifndef PPAM_SLAVE_H
2#define PPAM_SLAVE_H
3
4#include <stdint.h>
5
6// code executed by slave process
7void slave_run(int myrank, uint32_t nbSeriesInChunk, uint32_t nbClusters);
8
9#endif