Newsgroups: comp.parallel.pvm
From: hernani@eden.dei.uc.pt (Hernani Pedroso)
Subject: Re: pvm_trecv() problems
Organization: Universidade de Coimbra
Date: Thu, 30 Oct 1997 15:55:20 GMT
Message-ID: <3458adc5.17324370@news.mat.uc.pt>

Are you sure that a message which fits the constraints of the receive
(the id of the sender and the tag of the message) arrives in that time
(the 10 seconds).

Try to wait an infinite time. Put a null pointer in the struct timeval
pointer. And accept any message from every where.

buff = pvm_trecv(-1,-1,null)

And see if it returns zero again.

Hernani Pedroso

On Mon, 27 Oct 1997 01:48:19 +0100, joaopcc
<joaopcc@pandora.dei.uc.pt> wrote:

>I´m having problems using the Pvm-trecv function on Windows.
>I give a value to a struct timeval variable  tmout.tv_sec=10



