summaryrefslogtreecommitdiffstats
path: root/mpi/mpi-config.h
Commit message (Collapse)AuthorAgeFilesLines
* mpi: smaller default precision.Kaz Kylheku2017-06-181-1/+1
| | | | * mpi/mpi-config.h (MP_DEFPREC): Change from 16 to 8.
* Big MPI whitepace and comment cleanup.Kaz Kylheku2017-06-141-32/+21
| | | | | | | | * mpi/logtab.h, mpi/mpi-config.h mpi/mpi-types.h mpi/mpi.c, mpi/mpi.h mpi/mplogic.c mpi/mplogic.h: Reformatted comments. Removed useless comments. Removed superfluous blank lines and whitespace. Added space between C keywords if, for, while, sizeof and opening parens. Removed #if 0 blocks. Tabs to spaces.
* 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.