(j3.2006) (SC22WG5.5029) WG5 vote on draft TS on further coarray features

Tobias Burnus burnus
Sun Jul 21 18:23:17 EDT 2013


Bill Long wrote:
> If the application needs a name for the initial team, you can form a
> team in the main program with every image specifying the same team (1).
>     For the purposes of cosubscripts, this team is the same as the
> initial team.

I somehow thought that one additionally needs a "change team", but I now 
think that a "form subteam" should be sufficient - which makes the code 
cleaner than I initially feared.

Thus, the advantage of the proposed new intrinsic (e.g. "this_team()") 
is smaller.

PRO new intrinsic: The code is clearer than "form subteam(1, var)". And 
it avoids a synchronization (which is relatively slow)
CON new intrinsic: It pollutes the namespace without providing a 
substantial new features.

Tobias



More information about the J3 mailing list