[OMPI devel] Pathscale C++

2009-06-11 Thread Terry Dontje
Has anyone successfully run C++ tests on OMPI built with Pathscale compilers? I am seeing aborts on calls to Get_size. --td

Re: [OMPI devel] Pathscale C++

2009-06-11 Thread Terry Dontje
Terry Dontje wrote: Has anyone successfully run C++ tests on OMPI built with Pathscale compilers? I am seeing aborts on calls to Get_size. --td Nevermind found ticket #1326. --td

Re: [OMPI devel] Pathscale C++

2009-06-11 Thread Jeff Squyres (jsquyres)
This is the same old pathscale problem. In at least some environments, c++ constructors of global objects don't get called, leaving things like mpi::comm_world uninitialized. See the faq. -jms Sent from my PDA. No type good. - Original Message - From: devel-boun...@open-mpi.org To: O