On Jul 23, 2008, at 8:33 AM, Eloi Gaudry wrote:
> I've been encountering some issues with openmpi on a linux-ia64
> platform
> (centos-4.6 with gcc-4.3.1) within a call to MPI_Query_thread (in a
> fake
> single process run):
>
> An error occurred in MPI_Query_thread
> *** before MPI was initialized
> *** MPI_ERRORS_ARE_FATAL (goodbye)
This error message usually means that you have invoked an MPI function
call (e.g., MPI_Query_thread) before you invoked MPI_Init (or
MPI_Init_thread).
Is that what your code is doing?
--
Jeff Squyres
Cisco Systems
|