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