Basic HTML version of Foils prepared July 6 99

Foil 12 MPI datatypes

From Object serialization for Marshalling Data in a Java Interface to MPI ACM Java Grande Meeting -- June 12-13 99. by Bryan Carpenter,Geoffrey C. Fox, Sung-Hoon Ko, Sang Lim


1 Send and receive members of Comm:
2 void send(Object buf, int offset, int count,
3 Datatype type, int dst, int tag) ;
4
5 Status recv(Object buf, int offset, int count,
6 Datatype type, int src, int tag) ;
7
8 buf must be an array. offset is the element where message starts. Datatype class describes type of elements.

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 Tue Jul 6 1999