mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 21:25:56 +01:00
17 lines
359 B
Plaintext
17 lines
359 B
Plaintext
|
|
|
|
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-hdf5=$HDF5 \
|
|
--with-fftw=$FFTW \
|
|
--with-openssl=$OPENSSL \
|
|
--with-gmp=$GMP \
|
|
--with-mpfr=$MPFR \
|
|
--disable-debug
|
|
|