Newsgroups: comp.parallel.pvm
From: jimduff@cs.umd.edu (Jim Duff)
Subject: fork() and PVM
Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742
Date: 21 Sep 1995 14:56:41 -0400
Message-ID: <43sch9$gh3@sakarya.cs.umd.edu>


Hi,
  I'd like to fork() a child process from a parent attached to PVM,
and then have the parent and child talk to each other using PVM
routines.  Is this even possible, and if so, how?

I wrote a short test program to do this, but the child
process dies right away.

Thanks,
Jim

