Re: [MPI3 Fortran] [Mpi-comments] MPI 3.0: Fortran 2008 interface - issue with the LOGICAL kind
26 Feb
2013
26 Feb
'13
12:04 p.m.
On Feb 26, 2013, at 11:27 AM, Bill Long <[email protected]> wrote:
In particular, the C function is not using _Bool. It would seem to be more consistent for the Fortran interface to specify the argument as
INTEGER :: FLAG
or, better
INTEGER(c_int) :: FLAG.
FWIW, the MPI Fortran interfaces have always used LOGICAL for boolean values, not INTEGER. It would be weird to change them now. -- Jeff Squyres [email protected] For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
4896
Age (days ago)
4896
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jeff Squyres (jsquyres)