Re: [OMPI devel] [PATCH v3 0/2] Trying to get the C/R code to compile again

2013-12-20 Thread Adrian Reber
On Thu, Dec 19, 2013 at 09:54:19PM +0100, Adrian Reber wrote: > This is the second try to replace the usage of blocking send and > recv in the C/R code with the non-blocking versions. The new code > compiles (in contrast to the old code) but does not work yet. > This is the first step to get the C/

[OMPI devel] [PATCH v3 0/2] Trying to get the C/R code to compile again

2013-12-19 Thread Adrian Reber
From: Adrian Reber This is the second try to replace the usage of blocking send and recv in the C/R code with the non-blocking versions. The new code compiles (in contrast to the old code) but does not work yet. This is the first step to get the C/R code working again. Right now it only compiles.