

CXX=mpicxx ../../configure \
	   --enable-simd=GEN \
	   --enable-comms=mpi-auto \
	   --enable-Sp=yes \
	   --enable-unified=yes \
	   --prefix /Users/peterboyle/QCD/vtk/Grid/install \
	   --with-lime=$CLIME \
	   --with-openssl=$OPENSSL \
	   --with-gmp=$GMP \
	   --with-mpfr=$MPFR \
	   --disable-debug 

