Re: Ping [PATCH, Fortran, pr78505, v1] [F08] Coarray source allocation not synchronizing on oversubscribed cores

2016-12-09 Thread Andre Vehreschild
Hi Jerry, thanks for the review. Committed as r243482. Regards, Andre On Thu, 8 Dec 2016 12:12:02 -0800 Jerry DeLisle wrote: > On 12/08/2016 05:43 AM, Andre Vehreschild wrote: > > Ping! > > > > On Fri, 2 Dec 2016 16:46:29 +0100 > > Andre Vehreschild

Re: Ping [PATCH, Fortran, pr78505, v1] [F08] Coarray source allocation not synchronizing on oversubscribed cores

2016-12-08 Thread Andre Vehreschild
Ping! On Fri, 2 Dec 2016 16:46:29 +0100 Andre Vehreschild wrote: > Hi all, > > attached patch adds a call to sync_all after an ALLOCATE allocating a coarray. > This is to adhere to standard wanting: > > ..., execution of the segment (11.6.2) following the statement is delayed >

[PATCH, Fortran, pr78505, v1] [F08] Coarray source allocation not synchronizing on oversubscribed cores

2016-12-02 Thread Andre Vehreschild
Hi all, attached patch adds a call to sync_all after an ALLOCATE allocating a coarray. This is to adhere to standard wanting: ..., execution of the segment (11.6.2) following the statement is delayed until all other active images in the current team have executed the same statement the same