From: lucches@edy.di.unipi.it (lucches)
Newsgroups: comp.parallel.mpi
Subject: Help about MPI_Type
Date: 23 Nov 1998 12:47:56 GMT
Organization: Universita' di Pisa
Message-Id: <73blhs$9te$1@pisanino.unipi.it>


Hello,

I'am a beginner programmer with MPI and I have a little problem:
I have to send a data like this:

- MPI_Send(dat,....,MPI_???,........)

where dat is:

- Coord dat[32]

and Coord is :

- typedef struct Coord {
-	          float x;
-	          float y;
-                 int c;
-                 }

what is the simple way to do a Send like this ?
Where can I find same examples about  this ?
 
Many Thanks 
--
- Alberto Lucchesi  --> lucches@cli.di.unipi.it                        
                        lucches@di.unipi.it

