[MPI3 Fortran] [Mpi-comments] MPI 3.0: Fortran 2008 interface - issue with the LOGICAL kind

Tobias Burnus burnus at net-b.de
Thu Mar 28 14:15:45 CDT 2013


Rolf Rabenseifner wrote:
> Can I summarize your analysis to:
> - 2 routines with CHARACTER(LEN=*),INTENT(OUT) arguments
>    These routines works with non-BIND(C) and BIND(C),
>    because the application must provide a string-buffer
>    that is large enough.

Except that LEN=* is not permitted with Bind(C), either. For Bind(C), 
using CHARACTER(len=1),dimension(*) would be fine, though.

Tobias



More information about the mpiwg-fortran mailing list