Newsgroups: comp.parallel.pvm
From: sscott@nimitz.mcs.kent.edu (Stephen Scott)
Subject: Re: Spawned task output (stdout, stderr) doesn't show up in log file.
Organization: Kent State University
Date: 20 Oct 1995 13:23:52 GMT
Message-ID: <4687t8$pvh@ns.mcs.kent.edu>

This has to do with unix buffering of i/o.
Try flushing after each printf and then your output 
will be in your files.

