mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-04 13:24:40 +00:00
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
CXX=mpicxx CXXFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib/ ../../configure \
|
|
--enable-simd=GEN \
|
|
--enable-comms=mpi3 \
|
|
--enable-debug \
|
|
--enable-unified=yes \
|
|
--prefix /Users/peterboyle/QCD/BugHunt/install \
|
|
--with-lime=/Users/peterboyle/QCD/SciDAC/install/ \
|
|
--with-openssl=$BREW \
|
|
--disable-fermion-reps \
|
|
--disable-gparity \
|
|
--enable-debug
|
|
|