Has anyone successfully run C++ tests on OMPI built with Pathscale
compilers? I am seeing aborts on calls to Get_size.
--td
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
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