Re: [MPI3 Fortran] [Mpi-comments] MPI 3.0: Fortran 2008 interface - issue with the LOGICAL kind
28 Mar
2013
28 Mar
'13
2:15 p.m.
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
4865
Age (days ago)
4865
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tobias Burnus