From d1d63a4f2d0bc78c46930b762683c441ef6b226e Mon Sep 17 00:00:00 2001 From: paboyle Date: Sun, 2 Apr 2017 00:26:05 +0900 Subject: [PATCH] sitmo default --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 95f573f5..3a323a5d 100644 --- a/configure.ac +++ b/configure.ac @@ -321,7 +321,7 @@ AM_CONDITIONAL(BUILD_COMMS_NONE, [ test "${comms_type}X" == "noneX" ]) ############### RNG selection AC_ARG_ENABLE([rng],[AC_HELP_STRING([--enable-rng=ranlux48|mt19937|sitmo],\ [Select Random Number Generator to be used])],\ - [ac_RNG=${enable_rng}],[ac_RNG=ranlux48]) + [ac_RNG=${enable_rng}],[ac_RNG=sitmo]) case ${ac_RNG} in ranlux48) @@ -401,6 +401,7 @@ AC_CONFIG_FILES(tests/hadrons/Makefile) AC_CONFIG_FILES(tests/hmc/Makefile) AC_CONFIG_FILES(tests/solver/Makefile) AC_CONFIG_FILES(tests/qdpxx/Makefile) +AC_CONFIG_FILES(tests/testu01/Makefile) AC_CONFIG_FILES(benchmarks/Makefile) AC_CONFIG_FILES(extras/Makefile) AC_CONFIG_FILES(extras/Hadrons/Makefile)