summaryrefslogtreecommitdiffstats
path: root/mpi/mpi-config.h
Commit message (Collapse)AuthorAgeFilesLines
* mpi: eliminate trailing whitespace.Kaz Kylheku2016-11-141-1/+1
| | | | | | | | | * mpi/mpi-config.h: Eliminate several trailing spaces. * mpi/mpi.c: Eliminate all trailing spaces. Removed some commented-out code, and adjusted brace placement and indentation in one place. Also removed some spurious blank lines.
* Remove include guards from MPI headers.Kaz Kylheku2015-08-151-7/+0
| | | | | * mpi/mpi-config.h, mpi/mpi.h: These headers do not require include guards. They included only once.
* Bringing MPI library out of tarball into GIT.Kaz Kylheku2015-04-221-0/+85
Importing 1.8.6 upstream baseline, minus unwanted stuff.