From 0fb307ae17927825c6b3ecb3daae7e19a9a9d4e0 Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Thu, 2 Feb 2017 10:14:54 +0000 Subject: [PATCH] Adding SITMO reference --- _pages/docs/quick-start-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/docs/quick-start-guide.md b/_pages/docs/quick-start-guide.md index 5d151ded..94aff047 100644 --- a/_pages/docs/quick-start-guide.md +++ b/_pages/docs/quick-start-guide.md @@ -73,7 +73,7 @@ Here we report the more common ones. - `--enable-simd=`: setup Grid for the SIMD target `` (default: `GEN`). [List of possible SIMD targets](/Grid/docs/simd_targets/). - `--enable-precision={single|double}`: set the default precision (default: `double`). - `--enable-precision=`: Use `` for message passing (default: `none`). [List of possible comm targets](/Grid/docs/comm_interfaces/). -- `--enable-rng={ranlux48|mt19937}`: choose the RNG (default: `ranlux48 `). +- `--enable-rng={ranlux48|mt19937|sitmo}`: choose the RNG (default: `ranlux48`). - `--disable-timers`: disable system dependent high-resolution timers. - `--enable-chroma`: enable Chroma regression tests. A compiled version of Chroma is assumed to be present.