mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
15 lines
248 B
Plaintext
15 lines
248 B
Plaintext
|
../../configure \
|
||
|
--enable-comms=mpi \
|
||
|
--enable-unified=yes \
|
||
|
--enable-shm=shmopen \
|
||
|
--enable-accelerator=none \
|
||
|
--enable-simd=AVX2 \
|
||
|
--disable-accelerator-cshift \
|
||
|
--disable-fermion-reps \
|
||
|
--disable-gparity \
|
||
|
CXX=mpicxx \
|
||
|
CXXFLAGS="-std=c++17"
|
||
|
|
||
|
|
||
|
|