(j3.2006) MPI usage problems in Fortran
Aleksandar Donev
donev1
Tue Mar 18 14:34:23 EDT 2008
On Tuesday 18 March 2008 11:27, Craig Rasmussen wrote:
> Is the target ?
> attribute on the dummy argument sufficient to keep the compiler from ?
> doing bad things, like deallocating the array immediately after the ?
> MPI_Isend call?
If you want guarantees, both the dummy and the actual must have TARGET, and
the dummy should be assumed-shape. MPI_Isend does not fulfil either of those
requirements.
Aleks
More information about the J3
mailing list