On Mar 20, 2016, at 9:23 PM, Gilles Gouaillardet 
<gilles.gouaillar...@gmail.com> wrote:
> 
> Durga,
> 
> since the MPI c++ bindings are not required, you might want to
> mpicc ... -lstd++
> instead of
> mpicxx ...

I'm not sure I'd recommend that.  Using the C++ compiler may do other 
C++-specific bootstrapping things that the C compiler will not.  Meaning: I 
wouldn't assume that the only difference between linking with the C++ compiler 
vs. the C compiler is -lstd++.

-- 
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