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] pgi and fortran in master

2015-08-26 Thread Rolf vandeVaart
I just tested this against the PGI 15.7 compiler and I see the same thing. It appears that we get this error on some of the files called out in ompi/mpi/fortran/use-mpi-f08/mpi-f-interfaces-bind.h as not having an "easy-peasy" solution. All the other files compile just fine. I checked the list