diff --git a/systems/mac-arm/config-command b/systems/mac-arm/config-command new file mode 100644 index 00000000..27be6e78 --- /dev/null +++ b/systems/mac-arm/config-command @@ -0,0 +1,12 @@ +CXX=mpicxx CXXFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib/ ../../configure \ + --enable-simd=GEN \ + --enable-comms=mpi3 \ + --enable-debug \ + --enable-unified=yes \ + --prefix /Users/peterboyle/QCD/BugHunt/install \ + --with-lime=/Users/peterboyle/QCD/SciDAC/install/ \ + --with-openssl=$BREW \ + --disable-fermion-reps \ + --disable-gparity \ + --enable-debug +