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 *
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
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
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