From 0f93e2e44f2f842bf4466b2208ec817f7a973ed4 Mon Sep 17 00:00:00 2001 From: Carsten Kutzner Date: Mon, 8 Dec 2014 17:34:58 +0100 Subject: [PATCH] Fixed a typo in the manual. Using > in Latex text mode gave an upside-down question mark instead... Also used math mode in expression before, which seems more appropriate. Change-Id: Iefce4768545e899e922e4fa932c67d222927cefe --- docs/manual/install.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/install.tex b/docs/manual/install.tex index 5386ba5901..1db01e6394 100644 --- a/docs/manual/install.tex +++ b/docs/manual/install.tex @@ -192,7 +192,7 @@ you should consult your local documentation for details. \item {\tt GMX_DLB_BASED_ON_FLOPS}: do domain-decomposition dynamic load balancing based on flop count rather than measured time elapsed (default 0, meaning off). This makes the load balancing reproducible, which can be useful for debugging purposes. - A value of 1 uses the flops; a value > 1 adds (value - 1)*5\% of noise to the flops to increase the imbalance and the scaling. + A value of 1 uses the flops; a value $>1$ adds $(\mbox{value} - 1)\times5\%$ of noise to the flops to increase the imbalance and the scaling. \item {\tt GMX_DLB_MAX_BOX_SCALING}: maximum percentage box scaling permitted per domain-decomposition load-balancing step (default 10) \item {\tt GMX_DD_RECORD_LOAD}: record DD load statistics for reporting at end of the run (default 1, meaning on) -- 2.22.0