Re: [OMPI users] Do I need C++ bindings for Open MPI mpicc

2020-05-12 Thread Konstantinos Konstantinidis via users
Awesome, thanks! On Tue, May 12, 2020 at 11:15 PM Gilles Gouaillardet < gilles.gouaillar...@gmail.com> wrote: > Hi, > > no you do not. > > FWIW, MPI C++ bindings were removed from the standard a decade ago. > mpicc is the wrapper for the C compiler, and the wrappers for the C++ > compilers are mp

Re: [OMPI users] Do I need C++ bindings for Open MPI mpicc

2020-05-12 Thread Gilles Gouaillardet via users
Hi, no you do not. FWIW, MPI C++ bindings were removed from the standard a decade ago. mpicc is the wrapper for the C compiler, and the wrappers for the C++ compilers are mpicxx,mpiCC and mpicxx. If your C++ application is only using the MPI C bindings, then you do not need --enable-mpi-cxx for t