Newsgroups: comp.parallel.pvm
Path: ukc!uknet!pipex!uunet!psinntp!newstand.syr.edu!kaddoura
From: kaddoura@top.cis.syr.edu (Maher Nouhad Kaddoura)
Subject: pvm_mcast and pvm_send
Message-ID: <1994Jan11.005513.29258@newstand.syr.edu>
Organization: Syracuse University, CIS Dept.
Date: Tue, 11 Jan 94 00:55:13 EST
Lines: 10

Broadcast in pvm is implemented as a for loop send, 
because pvm uses socket which is a point to point 
communication.Broadcast in P4 gave a similar result 
to pvm broadcast. Broadcast in Express outperform 
for loop send, but still it was not efficient.

Does anyone know a package/tool which has 
an efficiently implementation of broadcast for Ethernet.

Thanks,

