Re: [OMPI users] openmpi on linux-ia64

2008-07-23 Thread Eloi Gaudry
No, our code is supposed to call MPI_init prior to any further MPI_* call. Anyway, I finally found the reason for this error (sorry I spoiled the list being unable to find my own mistakes...) and corrected our build system. For different reasons, we generate a sequential and a parallel binary

Re: [OMPI users] openmpi on linux-ia64

2008-07-23 Thread Jeff Squyres
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