Re: [Patch, Fortran] Coarray: Add "token" to the descriptor, use it for argument passing

2011-07-25 Thread Jerry DeLisle
On 07/22/2011 02:49 PM, Tobias Burnus wrote: Tobias Burnus wrote: This patch adds a "token" element as last element in the descriptor such that is can be easily ignored when passing a descriptor to a noncoarray descriptor dummy. Handling coarray descriptors differently from noncoarray descript

*ping* -- Re: [Patch, Fortran] Coarray: Add "token" to the descriptor, use it for argument passing

2011-07-24 Thread Tobias Burnus
* ping * http://gcc.gnu.org/ml/fortran/2011-07/msg00246.html Tobias Burnus: Tobias Burnus wrote: This patch adds a "token" element as last element in the descriptor such that is can be easily ignored when passing a descriptor to a noncoarray descriptor dummy. Handling coarray descriptors di

Re: [Patch, Fortran] Coarray: Add "token" to the descriptor, use it for argument passing

2011-07-22 Thread Tobias Burnus
Tobias Burnus wrote: This patch adds a "token" element as last element in the descriptor such that is can be easily ignored when passing a descriptor to a noncoarray descriptor dummy. Handling coarray descriptors differently from noncoarray descriptors is not a good idea if one does not disti

[Patch, Fortran] Coarray: Add "token" to the descriptor, use it for argument passing

2011-07-22 Thread Tobias Burnus
Dear all, this patch continues a bit the project of argument passing with -fcoarray=lib. As a reminder: The coarray communication library uniquely identifies coarrays based on the token - and it needs to know the offset between the data you want and the base address of the coarray. This patc