X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Mon, 13 Dec 1999 10:22:26 -0600 To: Richard Frost From: William Gropp Subject: Re: Fwd: Re: MPI_GET_PROCESSOR_NAME \0 or not? Cc: mpi-core@XXXXXXXXXXX,nissej@XXXXXXXXXX Sender: owner-mpi-core@XXXXXXXXXXX At 08:39 PM 12/10/99 -0800, Richard Frost wrote: >As a Fortran programmer, I would expect the behavior Dick describes >below. Since the argument is described as OUT rather than INOUT, I agree with Dick and Richard. My proposed clarification changes to match Dick's suggestion: In the Fortran version of MPI_GET_PROCESSOR_NAME, the value returned in name is left-justified and blank-filled. Resultlen indicates the number of characters returned, not including any trailing blanks. Bill