On Mar 23, 2017, at 3:20 PM, Tom Rosmond <[email protected]> wrote: > > I had stared at those lines many times and it didn't register that (count) > was explicitly specifying only 1-D is allowed. Pretty cryptic. I wonder how > many other fortran programmers will be bit by this?
My understanding is that that is standard Fortran notation (e.g., it's how we declare them in the mpi_f08 module in Open MPI). Yes, it might be a bit cryptic for the uninitiated, but -- for better or for worse -- that's how the language is defined. -- Jeff Squyres [email protected] _______________________________________________ users mailing list [email protected] https://rfd.newmexicoconsortium.org/mailman/listinfo/users
