mirror of
https://github.com/paboyle/Grid.git
synced 2026-06-04 19:24:36 +01:00
18 lines
387 B
Plaintext
18 lines
387 B
Plaintext
|
|
|
|
CXX=mpicxx ../../configure \
|
|
--enable-simd=GEN \
|
|
--enable-comms=mpi-auto \
|
|
--enable-Sp=no \
|
|
--disable-fermion-reps \
|
|
--disable-gparity \
|
|
--with-fftw=$FFTW \
|
|
--enable-unified=yes \
|
|
--prefix /Users/peterboyle/QCD/vtk/Grid/install \
|
|
--with-lime=$CLIME \
|
|
--with-openssl=$OPENSSL \
|
|
--with-gmp=$GMP \
|
|
--with-mpfr=$MPFR \
|
|
--disable-debug
|
|
|