Newsgroups: comp.parallel.pvm
From: Greg Baker <gbaker@walleroo.rp.csiro.au>
Subject: Re: Q: pvm & non C/fortran programs
Organization: CSIRO Division of Radiophysics/Australia Telescope National Facility
Date: Tue, 3 Sep 1996 05:53:06 GMT
Message-ID: <8591asywjh.fsf@walleroo.rp.CSIRO.AU>

Greg Baker <gbaker@walleroo.rp.csiro.au> writes:
>   Pvm.Pack_Float(The_Data'Address,The_Data'Last - The_Data'First + 1);
>        Pack_Float (Data'Address, Data'Last - Data'First + 1);
ooops!
These lines should have been
   Pvm.Pack_Float(The_Data'Address,The_Data'Length);
and
   Pack_Float (Data'Address, Data'Length)
respectively.

-- 
Gregory D. Baker        gbaker@rp.csiro.au         CSIRO Radiophysics 
   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
   - predictions of the future - quantum computers - silly poetry  -
   - the "langue musicale universale" (Solresol)  revival project  - 
   - - - - - - - - http://www.rp.csiro.au/~gbaker  - - - - - - - - -
I'm an eccentric mathematician/IT guru/communicator,  and I'm looking
               for a new job in Sydney,  Australia.

