Basic HTML version of Foils prepared
19 September 98
Foil 34 Example MPI_SEND in Fortran
From
MPI Message Passing Interface Computational Science for Simulations --
Fall Semester 1998
.
by
Geoffrey C. Fox, Nancy McCracken
1
integer count, datatype, dest, tag, comm, mpierr
2
real sndbuf(50)
3
comm = MPI_COMM_WORLD
4
tag = 0
5
count = 50
6
datatype = MPI_REAL
7
call MPI_SEND (sndbuf, count, datatype, dest, tag, comm, mpierr)
in Table To:
©
Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu
If you have any comments about this server, send e-mail to
webmaster@npac.syr.edu
.
Page produced by
wwwfoil
on Sun Apr 11 1999