From 86c7f291835a3f88fcd5569974f18a40d59f9950 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Wed, 27 May 2026 16:19:33 -0400 Subject: [PATCH] Config command update --- systems/mac-arm/config-command-mpi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systems/mac-arm/config-command-mpi b/systems/mac-arm/config-command-mpi index bb261fe6..9ddf4997 100644 --- a/systems/mac-arm/config-command-mpi +++ b/systems/mac-arm/config-command-mpi @@ -3,7 +3,10 @@ CXX=mpicxx ../../configure \ --enable-simd=GEN \ --enable-comms=mpi-auto \ - --enable-Sp=yes \ + --enable-Sp=no \ + --disable-fermion-reps \ + --disable-gparity \ + --with-fftw=$FFTW \ --enable-unified=yes \ --prefix /Users/peterboyle/QCD/vtk/Grid/install \ --with-lime=$CLIME \