comunication_func.h 147 Bytes
Newer Older
1
2
3
4
#include <stdlib.h>
#include <stdio.h>
#include <mpi.h>

5

6
void point_to_point(int myId, int numP, int root, MPI_Comm comm, char *array, int qty);
7