Re: [OMPI users] Troubles with linking C++ standard library with openmpi 1.10

2016-03-07 Thread Jordan Willis
Thanks Giles, Looks like it works with excluding VT. I was using g++ —version 4.9 btw. Thank you, Jordan > On Mar 6, 2016, at 9:05 PM, Gilles Gouaillardet wrote: > > Jordan, > > do you really need vt ? > if no, a trivial workaround is to > configure --disable-vt ... > > what is your configu

Re: [OMPI users] Troubles with linking C++ standard library with openmpi 1.10

2016-03-07 Thread Gilles Gouaillardet
Jordan, do you really need vt ? if no, a trivial workaround is to configure --disable-vt ... what is your configure command line ? assuming g++ is your c++ compiler, what does g++ --version says ? Cheers, Gilles On 3/7/2016 1:32 PM, Jordan Willis wrote: Hi everyone, I have tried everythi