Re: [OMPI devel] openmpi 3.1.x examples

2018-07-13 Thread Marco Atzeri
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

Re: [OMPI devel] openmpi 3.1.x examples

2018-07-13 Thread 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. -Nathan > On Jul 13, 2018, at 2:02 PM, Marco Atzeri wrote: > > Hi, > may be I am missing s

[OMPI devel] openmpi 3.1.x examples

2018-07-13 Thread Marco Atzeri
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