From: "Alexander N. Andreyev" <alexander@vvv.srcc.msu.su>
Newsgroups: comp.parallel.mpi
Subject: Re: Thread-safe MPI for linux?
Date: Thu, 15 Apr 1999 11:40:44 +0400
Organization: SRCC Nonlinear Computation Lab InterNetNew site
Distribution: world
Message-Id: <7f4549$qs4$1@vvv.srcc.msu.su>
References: <37150119.843C8588@cs.dartmouth.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Xref: ukc comp.parallel.mpi:4925


I think that if you obey to call MPI routines from only one thread inside
each MPI process, it'll be safe enough.
Am I right?

Full thread safety, which enables you to call MPI from different threads
concurently, isn't supported by MPICH or LAM.

> Does anyone know of a thread-safe implementation of MPI for Linux? I
> know some vendor implementations (SGI, HP,...) claim to be thread-safe,
> but I have not heard of any for Linux.

--
Alexander N. Andreyev
Laboratory Of Parallel Information Technologies, SRCC, MSU
E-mail: alexander@dzeta.ru, http://alex.motor.ru, ICQ: #3523091
Parallel Computing: http://parallel.srcc.msu.su [russian language]

