Newsgroups: comp.parallel.pvm
From: co1dll@sunc.sheffield.ac.uk (D Lamptey)
Subject: Re: Pack float problems.
Organization: Academic Computing Services, Sheffield University
Date: 14 Jul 1994 09:27:26 GMT
Message-ID: <3030du$78v@hippo.shef.ac.uk>

D Lamptey (co1dll@sunc.sheffield.ac.uk) wrote:
: Hello, all.

: I am running a PVM 3.3. fortran program on a network of SParc SUN4 machines.

: The offending commands seem to be:

:      do offset = 1, 10
:        call pvmfpack(real4, synt(mint, x+offset, ikopi),tau, 1, info) 
:      enddo

: and...

:      do offset = 1, 10
:        call pvmfpack(real4, synt(mint, x+offset, ikopi),tau, 1, info)

This is unpack(.....), my typing mistake!

derryck/


