1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-06-04 11:14:38 +01:00

mac-arm: disable Sp, fermion-reps, gparity for faster dev builds

Reduces compile time significantly by skipping representations not
needed for the staggered HDCG work.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Blum
2026-05-27 16:19:28 -04:00
parent 1284acf37a
commit bbdc8e95f4
+3 -1
View File
@@ -7,7 +7,6 @@
CXX=mpicxx ../../configure \
--enable-simd=GEN \
--enable-comms=mpi-auto \
--enable-Sp=yes \
--enable-unified=yes \
--prefix="${HOME}/Grid-install" \
--with-lime="${CLIME}" \
@@ -15,4 +14,7 @@ CXX=mpicxx ../../configure \
--with-gmp="${GMP}" \
--with-mpfr="${MPFR}" \
--with-fftw="${FFTW}" \
--disable-Sp \
--disable-fermion-reps \
--disable-gparity \
--disable-debug