From 3a65a096f279e8ef967e1f77df20fd8c7bb58883 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 7 Oct 2025 18:49:00 -0400 Subject: [PATCH] Nd verbose --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1471a0d1..cd0ac121 100644 --- a/configure.ac +++ b/configure.ac @@ -226,7 +226,7 @@ case ${ac_Nd} in 4) AC_DEFINE([Config_Nd],[4],[Gauge field dimension Nd]);; *) - AC_MSG_ERROR(["Unsupport gauge group choice Nc = ${ac_Nc}"]);; + AC_MSG_ERROR(["Unsupport dimension Nd = ${ac_Nd}"]);; esac ############### Symplectic group @@ -835,6 +835,7 @@ os (target) : $target_os compiler vendor : ${ax_cv_cxx_compiler_vendor} compiler version : ${ax_cv_gxx_version} ----- BUILD OPTIONS ----------------------------------- +Nd : ${ac_Nd} Nc : ${ac_Nc} SIMD : ${ac_SIMD}${SIMD_GEN_WIDTH_MSG} Threading : ${ac_openmp}