Newsgroups: comp.parallel.pvm
From: dragan@freenet.toronto.on.ca (Dragan Nedeljkovic)
Subject: Re: scanf() just falls through
Organization: Toronto Free-Net Inc., Toronto, Ontario, Canada
Date: Sun, 10 Dec 1995 04:02:36 GMT
Message-ID: <DJCr8C.BBs.0.queen@torfree.net>


In a previous article, chet@brc.uconn.edu (Chetan N Vora) says:

>Hi,
>
>For some reason, scanf doesn't work in my PVM program. It just falls through.
>Any idea what could be causing this ??
>Also, is there a way of passing arguments to the pvm tasks like command-line
>arguments on Unix ??
>
>Thanks in advance for the help,
>Chet
>-- 
>*******************************************************************************
>Chet Vora		www: http://www.eng2.uconn.edu/~chet
>The scientific theory I like the most is that Saturn's rings are composed 
>entirely of lost airline baggage.  -Mark Russel
>*******************************************************************************
>
>


pvm_spawn( char *task, char **argv, int flag, ...
                       ~~~~~~~~~~~~


