On Jul 17, 2018, at 1:18 AM, Marco Atzeri wrote:
>
> I was aware, as I am not building it anymore, however
> probably we should exclude the C++ from default examples.
examples/Makefile won't build the C++ (or Fortran or OSHMEM) examples if they
aren't built.
My $0.02: As long as we're shipping
> On Jul 16, 2018, at 11:18 PM, Marco Atzeri wrote:
>
>> Am 16.07.2018 um 23:05 schrieb Jeff Squyres (jsquyres) via devel:
>>> On Jul 13, 2018, at 4:35 PM, Marco Atzeri wrote:
>>>
For one. The C++ bindings are no longer part of the standard and they are
not built by default in v3.1
Am 16.07.2018 um 23:05 schrieb Jeff Squyres (jsquyres) via devel:
On Jul 13, 2018, at 4:35 PM, Marco Atzeri wrote:
For one. The C++ bindings are no longer part of the standard and they are not
built by default in v3.1x. They will be removed entirely in Open MPI v5.0.0.
Hey Marco -- you sho
On Jul 13, 2018, at 4:35 PM, Marco Atzeri wrote:
>
>> For one. The C++ bindings are no longer part of the standard and they are
>> not built by default in v3.1x. They will be removed entirely in Open MPI
>> v5.0.0.
Hey Marco -- you should probably join our packagers mailing list:
https://
Am 13.07.2018 um 22:07 schrieb Nathan Hjelm via devel:
For one. The C++ bindings are no longer part of the standard and they are not
built by default in v3.1x. They will be removed entirely in Open MPI v5.0.0.
Not sure why the fortran one is not building.
the fortran problem is due to a comp
For one. The C++ bindings are no longer part of the standard and they are not
built by default in v3.1x. They will be removed entirely in Open MPI v5.0.0.
Not sure why the fortran one is not building.
-Nathan
> On Jul 13, 2018, at 2:02 PM, Marco Atzeri wrote:
>
> Hi,
> may be I am missing s
Hi,
may be I am missing something obvious, but are the
examples still actual
C: hello_c.c
C++: hello_cxx.cc
Fortran mpif.h: hello_mpifh.f
Fortran use mpi: hello_usempi.f90
Fortran use mpi_f08: hello_usempif08.f90
Java:Hello.ja