Re: [OMPI devel] pgi and fortran in master

2015-08-30 Thread Jeff Squyres (jsquyres)
Rolf -- Can you ask your compiler guys something? I don't know enough Fortran to say whether this is a bug or we're doing something wrong in OMPI. Here's the code in question (from ompi/mpi/fortran/use-mpi-f08/cart_create_f08.F90): - 8 subroutine MPI_Cart_create_f08(comm_old,ndims,dims,

Re: [OMPI devel] fortran calling MPI_* instead of PMPI_*

2015-08-30 Thread Gilles Gouaillardet
ok, will do basically, I simply have to #include "ompi/mpi/c/profile/defines.h" if configure set the WANT_MPI_PROFILING macro (since this is an AM_CONDITIONAL, I will have the Makefile.am sets the CPP flags for the compiler) makes sense ? /* the patch will be pretty large since all *_f files are