mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-07 06:44:41 +00:00
Passes gauge covariance test, requiring the link x its staples = 1 on a random gauge transform. Still to do: temporal link double store temporal laplacian + covariant laplacian terms Make the "rotate" -> coalescedReadRotate as presently it is hardwired CPU domain in a couple of places in Test_icosahedron
13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
MPICXX=mpicxx CXXFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib/ CXX=clang++ ../../configure \
|
|
--enable-simd=GEN \
|
|
--enable-Nc=1 \
|
|
--enable-debug \
|
|
--enable-unified=yes \
|
|
--prefix $HOME/QCD/GridInstall \
|
|
--with-lime=/Users/peterboyle/QCD/SciDAC/install/ \
|
|
--with-openssl=$BREW \
|
|
--disable-fermion-reps \
|
|
--disable-gparity \
|
|
--enable-debug
|
|
|