From: Claudio F. <kla...@gm...> - 2012-09-07 04:58:33
|
On Tue, Aug 21, 2012 at 11:48 PM, c. <car...@gm...> wrote: >>> I went through the code and did a little cleanup, fixed some trivial bugs and removed >>> a lot of code duplication making use of templates and macros where possible. >>> >>> Does anyone object if I apply the attached patch and prepare a new release? >> >> Seems no one has anything against it, so I'd say "Go for it". >> >> Carnë > > Just committed changes to the repository I'll make the release over the weekend, > c. openmpi_ext fails to build with openmpi 1.5, since it uses an undocumented, private field (_count) of the MPI_Status structure that was renamed (to _ucount). It's still uncommitted, I had sent a patch earlier. Just a reminder. Regarding this patch, it seems there's a missing return that makes newer gcc complain about garbage being returned - there's a patch for that attached. Have fun. |