mirror of
https://github.com/paboyle/Grid.git
synced 2025-10-13 12:44:42 +01:00
14 lines
447 B
Plaintext
14 lines
447 B
Plaintext
MPICXX=mpicxx CXXFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib/ CXX=clang++ ../../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 \
|
|
--enable-Nd=3 \
|
|
--enable-Nc=1 \
|
|
--enable-debug
|
|
|