rhc [Sat, 18 May 2013 01:29:55 +0000] rev 21813
Fix bad merge
jsquyres [Fri, 17 May 2013 21:45:49 +0000] rev 21812
Remove a bunch of dead code: gcc 4.7 warns of set-but-unused
variables. So get rid of them.
edgar [Fri, 17 May 2013 20:22:00 +0000] rev 21811
fix a bug in the calculation of the explicit offset. Use the opportunity to
clean up the code a bit.
jsquyres [Fri, 17 May 2013 13:25:43 +0000] rev 21810
Gah! How did we end up without a greek string? :-(
bosilca [Fri, 17 May 2013 13:09:16 +0000] rev 21809
Fix issue identified by Takahiro Kawashima regarding the overwriting
of the OPAL datatype descriptions upon MPI_Init. Now each layer (OPAL
and OMPI) uses it's own descriptions for the predefined datatypes,
thus preventing over-writing of the other layer data description.
rhc [Thu, 16 May 2013 15:15:02 +0000] rev 21808
don't need the return value, but should check for error
rhc [Thu, 16 May 2013 15:04:37 +0000] rev 21807
fix a correctness issue by returning an error if waitall fails and invoking the mpi error handler
cmr:v1.7.2:reviewer=jsquyres
jsquyres [Thu, 16 May 2013 00:47:37 +0000] rev 21806
Minor type fix (they're both enums/ints, so the compiler previously
silently cast them).
jsquyres [Wed, 15 May 2013 21:53:24 +0000] rev 21805
Refs #3280: Move LAMA to v1.7 branch (rollup)
Add configure.m4 file for lama, which somehow got missed in the rollup
CMR #3280. Got verbal/IM approval from Ralph to simply commit this as
an addendum to the original #3280 CMR.
rhc [Wed, 15 May 2013 21:31:45 +0000] rev 21804
remove extra paren when --without-hwloc