Newsgroups: comp.parallel.pvm
From: "Chris W. Humphres" <chumphre@ee.duke.edu>
Subject: Re: pvm_notify
Organization: Duke University
Date: 9 Feb 1996 01:06:02 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <4fe6lq$8ad@news.duke.edu>

aspoon@ee.ualberta.ca (Alvin S. Poon) wrote:
>Hi,
>
>I have a question regarding pvm_notify:
>
>Let's assume I called pvm_notify with an array of task ids when I first
>initialize the task.
>
>Later in the process, there are new tasks added which I need to be
>notified when they exit.  Do I need to call pvm_notify with only the new
>tasks, or an array of tids with the old AND the new tids?
>
>Alvin
>--

Alvin,

From my experience using pvm_notify for host additions and deletions,
pvm_notify only needs the new tids.  I have not, however, used pvm_notify since
PVM version 3.3.6 so this may have changed.

Chris


