Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
handle nested datatypes in smpi (structs of vectors for example), which previously...
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / gcomm.h
1 #ifndef MPITEST_GCOMMS
2 #define MPITEST_GCOMMS
3
4 void MakeComms ( MPI_Comm *, int, int *, int );
5 void FreeComms ( MPI_Comm *, int );
6 #endif