From be565ffab6fb3e00f17af54b3cab94d65682bb45 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Thu, 24 Apr 2025 14:49:44 -0400 Subject: [PATCH] update mac config command --- systems/mac-arm/config-command-mpi | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/systems/mac-arm/config-command-mpi b/systems/mac-arm/config-command-mpi index be4d23dc..69130352 100644 --- a/systems/mac-arm/config-command-mpi +++ b/systems/mac-arm/config-command-mpi @@ -1,2 +1,15 @@ -CXXFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib/ CXX=c++-13 MPICXX=mpicxx ../../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 --disable-debug + + +CXX=mpicxx ../../configure \ + --enable-simd=GEN \ + --enable-comms=mpi-auto \ + --enable-unified=yes \ + --prefix /Users/peterboyle/QCD/vtk/Grid/install \ + --with-lime=$CLIME \ + --with-hdf5=$HDF5 \ + --with-fftw=$FFTW \ + --with-openssl=$OPENSSL \ + --with-gmp=$GMP \ + --with-mpfr=$MPFR \ + --disable-fermion-reps --disable-gparity --disable-debug