HELP! * GREY=local LOCAL HTML version of Foils prepared July 6,1995

Foil 43 TCE -- Implementation -- 21: Channel Sets

From Master Foils for Threads with TCE in detail CPS600 Spring Semester95 -- April 1995. by Janusz Niemiec and Geoffrey Fox * See also color IMAGE

Channels provide peer-to-peer communication links. To allow a collective interaction without specifying individually every process, an object called channel set is provided.
To create the channel set object, the function tce_chnset_init has to be called. It takes an array of channels over which the channel set is to be spanned. All processes having access to those channels must participate (submitting identical arrays of channels).
TCE_ChnSet *ChnSet;
...
tce_chnset_init(&ChnSet,Channnels,n);
...



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 Feb 18 1997