Basic HTML version of Foils prepared 19 September 98

Foil 25 The Six Fundamental MPI routines

From MPI Message Passing Interface Computational Science for Simulations -- Fall Semester 1998. by Geoffrey C. Fox, Nancy McCracken


1 MPI_Init (argc, argv) -- initialize
2 MPI_Comm_rank (comm, rank) -- find process label (rank) in group
3 MPI_Comm_size(comm, size) -- find total number of processes
4 MPI_Send (sndbuf,count,datatype,dest,tag,comm) -- send a message
5 MPI_Recv (recvbuf,count,datatype,source,tag,comm,status) -- receive a message
6 MPI_Finalize( ) -- End Up

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