Newsgroups: comp.parallel.pvm
From: Mike Ashworth <ashworth@dkrz.de>
Subject: Re: Q: pvm_upkint(): End of buffer??
Organization: Deutsches Klimarechenzentrum
Date: Wed, 30 Oct 1996 14:31:50 +0100
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <327758C6.4A81@dkrz.de>

SP2 wrote:
> 
> hi,
>  I have a small problem with my pvm program. can anybody help me to solve it.
> 
> ------err-----------------------------------------------
> [tc0004] libpvm [tc0004]: pvm_upkint(): End of buffer
> [tc0004] libpvm [tc0004]: pvm_upkint(): End of buffer
> [t140003] libpvm [t140003]: pvm_upkint(): End of buffer
> [t140003] libpvm [t140003]: pvm_upkint(): End of buffer
> --------------------------------------------------------
> 
> I have run the same program on sgi and sun they work quit good. Then I wanted
> to run it on SP2. The upper message came.
> 
> thanks for all nice tips
> 
> lei

Hi SP2 !

This means that you are trying to unpack more data than exists in the
receive buffer.

It is possible that this error in your program was not detected on
the SGI or Sun systems.

			Good luck,
				Mike.
-- 
                                   ,?,
                                  (o o)
|-----------------------------oOO--(_)--OOo----------------------------|
|                                                                      |
| Dr Mike Ashworth          Deutsches Klimarechenzentrum (DKRZ)        |
| ashworth@dkrz.de          (German Climate Research Computing Centre) |
| Tel: +49 40 41173 395     Bundesstrasse 55, D-20146 Hamburg, Germany |
| Fax: +49 40 41173 270                                                |
| WWW URL: http://www.dkrz.de/dkrz/parallel/parallel-english.html      |
|----------------------------------------------------------------------|

