[MPI3 Fortran] Change character string declarations?

Rasmussen, Craig crasmussen at newmexicoconsortium.org
Wed May 26 15:40:42 CDT 2010


I would like to change all places in the MPI-3 standard with character
string dummy argument declarations such as,

    CHARACTER*(*) KEY, VALUE

to

    CHARACTER(len=*) :: KEY, VALUE

Comments?  Would we want to add a kind parameter too?

-craig



More information about the mpiwg-fortran mailing list