On 09/20/17 23:39, Jeff Hammond wrote:
I assume that anyone who is using Fortran 2003 or later has the good sense to
never use compiler flags to change the size of the INTEGER type, because this
is evil.

Actually, only changing INTEGER size without adjusting REAL size is evil (i.e. breaks assumptions spelled out in the Fortran standard). Since default kind integer is the Fortran equivalent of size_t in many regards, it's only reasonable to move Fortran ahead by adjusting both default kind REAL and INTEGER to 8byte.

Regards, Thomas

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users

Reply via email to