Is there a reason you're specifying OMPI_CXX=g++48?

I.e., did you compile OMPI with a different C++ compiler?  If so, that could be 
your issue -- try compiling OMPI with g++48 and then see if your app compiles 
and runs properly.


> On Jun 5, 2015, at 3:30 PM, rhan...@gmx.de wrote:
> 
> Hi,
> 
> when trying to compile the attached program with mpiCC I get a
> segmentation fault on executing. I compile it with
> 
>       OMPI_CXX=g++48 mpicxx -g test.cpp
> 
> Output on running the compiled program:
> 
>       ~> ./a.out      zsh: segmentation fault (core dumped)  ./a.out
> 
> I have no idea what's wrong with it. The code seems fine (to me) and
> compiling c code or using clang works without problems. Any input on
> that?
> 
> Attached is the code that crashes and the backtrace of the crash.
> 
> Regards,
> Gideon Lang
> 
> <test.cpp><bt.txt>_______________________________________________
> users mailing list
> us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post: 
> http://www.open-mpi.org/community/lists/users/2015/06/27044.php


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to