Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first commit to add the mpich-test suite to smpi tesh suite. Obviously all tests...
[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