projects
/
ppam-mpi.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix accent (TODO: fix gitweb...)
[ppam-mpi.git]
/
code
/
src
/
MPI_Main
/
slave.h
Commit
Line
Data
81923e5c
BA
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