Newsgroups: comp.parallel.pvm
From: Thomas Frank <Frank@IMech.TU-Chemnitz.DE>
Subject: Re: Two stupid questions
Organization: TU Chemnitz-Zwickau, FG Mehrphasenstroemungen
Date: Tue, 14 Jan 1997 08:40:38 +0100
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <32DB3876.50D2@IMech.TU-Chemnitz.DE>

Jakub Sipowicz wrote:
> 1) Is it OK to send empty (containing no data) messages, eg.
>      pvm_initsend(...);
>      pvm_send(...);

Yes, it's OK. IMHO it's the usual way, to implement work flow control.
E.g. start/stop messages from a host program to a node (doing some
calculations or waiting for an event to do something) naturaly
contain no usefull data. The message itself (and possibly the message
tag) is the information required by the node for operation.

> 2) Why is the prototype for "pvm_catchout" commented out in "pvm3.h" ?

I don't know.

bye, Thomas F.
-- 
___________________________________________________________________________
        ">.  |	      Thomas Frank    ;   TUCZ-IMech   ;    Zi. D-241  
         ` .-|	      Tel.: (0371) 531 46 43 , Fax : (0371) 531 46 44 
            . \	      email : Frank@IMech.TU-Chemnitz.DE

