Newsgroups: comp.parallel.mpi
From: Joachim Worringen <joachim@lfbs.rwth-aachen.de>
Subject: Re: MPI BUG!!! shmem and lfshmem on linux!!
Organization: Chair for Operating Systems, RWTH Aachen
Date: Wed, 17 Jun 1998 13:06:37 +0200
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <3587A33D.DAE1EE9C@lfbs.rwth-aachen.de>

Wolfram Webers wrote:

> Any hints? Is this really a bug only under Linux? Does anyone
> recognize the same behavior?

I guess you are talking about MPICH.

MPI_Finalize() (see src/env/finalize.c) includes sychnronisation
(MPI_Barrier) which may or may not include polling. The SHMEM-Devices do
use polling.

  Joachim
-- 
----------------------------------------------------------------------------
|  _      :  Joachim Worringen, Lehrstuhl fuer Betriebssysteme
|_|_`__   :  RWTH Aachen, Kopernikusstr. 16, D-52056 Aachen
  | |__)  :  Tel.   : +49-241/80-7609  |  Fax : +49-241/8888-339
    |__)S :  e-Mail :  joachim@lfbs.rwth-aachen.de

