summaryrefslogtreecommitdiffstats
path: root/mpi/mpi-config.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-06-18 07:52:46 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-06-18 07:52:46 -0700
commit84905b35bfbb7d886978d6ec078e6bec014a3ef9 (patch)
treeb4bc10659ea32f00df7a95c40f26712ce4027351 /mpi/mpi-config.h
parente08945635fe7703ee9d61431f12e7b8767516fc3 (diff)
downloadtxr-84905b35bfbb7d886978d6ec078e6bec014a3ef9.tar.gz
txr-84905b35bfbb7d886978d6ec078e6bec014a3ef9.tar.bz2
txr-84905b35bfbb7d886978d6ec078e6bec014a3ef9.zip
mpi: smaller default precision.
* mpi/mpi-config.h (MP_DEFPREC): Change from 16 to 8.
Diffstat (limited to 'mpi/mpi-config.h')
-rw-r--r--mpi/mpi-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpi/mpi-config.h b/mpi/mpi-config.h
index 56bcc482..ed7a87b6 100644
--- a/mpi/mpi-config.h
+++ b/mpi/mpi-config.h
@@ -41,7 +41,7 @@
#endif
#ifndef MP_DEFPREC
-#define MP_DEFPREC 16 /* default precision, in digits */
+#define MP_DEFPREC 8 /* default precision, in digits */
#endif
#ifndef MP_MACRO