mirror of
https://github.com/paboyle/Grid.git
synced 2026-06-04 11:14:38 +01:00
0eeb334fe0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
17 lines
361 B
Plaintext
17 lines
361 B
Plaintext
|
|
|
|
CXX=mpicxx ../../configure \
|
|
--enable-simd=GEN \
|
|
--enable-comms=mpi-auto \
|
|
--enable-unified=yes \
|
|
--disable-fermion-reps \
|
|
--disable-gparity \
|
|
--prefix /Users/peterboyle/QCD/Grid-install \
|
|
--with-lime=$CLIME \
|
|
--with-openssl=$OPENSSL \
|
|
--with-gmp=$GMP \
|
|
--with-mpfr=$MPFR \
|
|
--with-fftw=$FFTW \
|
|
--disable-debug
|
|
|