Newsgroups: comp.parallel.pvm
From: Yufeng Luo <luo@ece.utexas.edu>
Subject: how to use pipe?
Organization: Univ of Texas - Austin
Date: Thu, 08 Feb 1996 15:32:42 -0600
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <311A6BF9.655C@ece.utexas.edu>

I want to spawn a process with pipe. i.e.

	numt=pvm_spawn("myprog1|myprog2",...,1 ..., tids); //ntask=1

where myprog1 is a pvm program and myprog2 is not.

After execution, numt=0 and tids[1]=-7 (PvmNoFile).

Anyone can help me on using pipe with pvm applications?

Thanks!

