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