From 6d8a3d8bb29dbdb3e5f49481823b610fae2c2d32 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 9 Oct 2025 13:30:16 -0400 Subject: [PATCH] Config --- systems/mac-arm/config-command | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systems/mac-arm/config-command diff --git a/systems/mac-arm/config-command b/systems/mac-arm/config-command new file mode 100644 index 00000000..9e43317c --- /dev/null +++ b/systems/mac-arm/config-command @@ -0,0 +1,13 @@ +MPICXX=mpicxx CXXFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib/ CXX=clang++ ../../configure \ + --enable-simd=GEN \ + --enable-comms=mpi-auto \ + --enable-unified=yes \ + --prefix $HOME/QCD/GridInstall \ + --with-lime=/Users/peterboyle/QCD/SciDAC/install/ \ + --with-openssl=$BREW \ + --disable-fermion-reps \ + --disable-gparity \ + --enable-Nd=3 \ + --enable-Nc=1 \ + --enable-debug +