mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
13 lines
369 B
Plaintext
13 lines
369 B
Plaintext
../../configure \
|
|
--enable-comms=mpi \
|
|
--enable-simd=GPU \
|
|
--enable-shm=nvlink \
|
|
--enable-gen-simd-width=64 \
|
|
--enable-accelerator=cuda \
|
|
--disable-fermion-reps \
|
|
--disable-unified \
|
|
--disable-gparity \
|
|
CXX=nvcc \
|
|
LDFLAGS="-cudart shared " \
|
|
CXXFLAGS="-ccbin CC -gencode arch=compute_80,code=sm_80 -std=c++14 -cudart shared"
|