Newsgroups: comp.parallel.pvm From: Darren Porras Subject: multicast Organization: University of Alabama at Birmingham Date: Wed, 24 Sep 1997 13:53:43 -0500 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <342961B7.39CC@crml.uab.edu> I have a problem with using multicast for a FORTRAN application. If I spawn three slaves using three separate spawn statements I thereby assign tids(1), tids(2) and tids(3). If I try to multicast to the three slaves with 3 for nproc and tids for the tid array, it doesn't work. If I put 1 in for nproc the command works; however, it only broadcasts to one slave. So, the end result of all this is I can't use multicast. Does anyone have any ideas??? Thanks! Darren Porras