Re: [Fortran, patch, v1] Add STAT= support to caf_single get()/send()

2016-07-22 Thread Andre Vehreschild
Hi Paul, hi all, thanks for the fast review. Committed as r238636. Thanks again and regards, Andre On Thu, 21 Jul 2016 17:44:06 +0200 Paul Richard Thomas wrote: > Hi Andre, > > That looks good to me. OK for trunk. > > Thanks for the patch. > > Paul > > On 21 July 2016 at 15:31, And

Re: [Fortran, patch, v1] Add STAT= support to caf_single get()/send()

2016-07-21 Thread Paul Richard Thomas
Hi Andre, That looks good to me. OK for trunk. Thanks for the patch. Paul On 21 July 2016 at 15:31, Andre Vehreschild wrote: > Hi all, > > the attached patch adds support for a stat parameter to caf_single's > caf_get() and caf_send() routines and adds a testcase. Unfortunately is > there not

[Fortran, patch, v1] Add STAT= support to caf_single get()/send()

2016-07-21 Thread Andre Vehreschild
Hi all, the attached patch adds support for a stat parameter to caf_single's caf_get() and caf_send() routines and adds a testcase. Unfortunately is there not much that can go wrong in a caf_single's get/send, so the test resides to check whether stat is reset correctly. Bootstraps and regtests