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


integer count, datatype, dest, tag, comm, mpierr
real sndbuf(50)
comm = MPI_COMM_WORLD
tag = 0
count = 50
datatype = MPI_REAL
call MPI_SEND (sndbuf, count, datatype, dest, tag, comm, mpierr)



© 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