summaryrefslogtreecommitdiffstats
path: root/mpi-patches/shrink-mpi-int
Commit message (Collapse)AuthorAgeFilesLines
* * mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in thisKaz Kylheku2011-12-271-8/+6
| | | | | patch, resulting in an insufficient bit field width for representing the allocation size of the MPI integer on 32 bit platforms.
* Patch to shrink mpi-int to three words on 32 bit platforms,Kaz Kylheku2011-12-131-0/+20
so that obj_t stays four pointers wide. * mpi-patches/series: New patch added. * mpi-patches/shrink-mpi-int: New file.