Newsgroups: comp.parallel.pvm
From: Stefan Hinker <hinker@informatik.uni-wuerzburg.de>
Subject: Re: Order of error messages
Organization: University of Wuerzburg, Germany
Date: 27 Oct 1995 12:41:07 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <46qk13$8bv@winx03.informatik.uni-wuerzburg.de>

Hi Axel, and others!

The most probable source of your problem is the buffering of i/o-routines
such as printf.  Use fflush on the stream you are using (like stdout, stderr)
and you will get better results.  

Greetings,
Stefan
-- 
===============================================================================
Stefan Hinker                         email: hinker@informatik.uni-wuerzburg.de
                Unix? Still working on it  :-))
===============================================================================


