Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to in-tree mpi directory. | Kaz Kylheku | 2015-04-22 | 1 | -18/+0 |
| | | | | | | | | | | | | | | | | * Makefile (CFLAGS, MPI_OBJS): Refer to mpi directory without version number. (repatch): Target removed. (distclean): Don't try to remove old unpacked tarball mpi directory. * configure (mpi_version, have_quilt, have_patch): Variables removed. (gen_config_make): Do not generate mpi_version make variable. Do not test for quilt or patch. No longer extract MPI tarball or try to apply patches. * mpi-1.8.6.tar.gz: File removed. * mpi-patches: Directory and all files under it removed. | ||||
* | * mpi-patches/shrink-mpi-int (mpi_int): Fixed terrible bug in this | Kaz Kylheku | 2011-12-27 | 1 | -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 Kylheku | 2011-12-13 | 1 | -0/+20 |
so that obj_t stays four pointers wide. * mpi-patches/series: New patch added. * mpi-patches/shrink-mpi-int: New file. |