mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
../../configure \
|
|
--enable-comms=mpi \
|
|
--enable-simd=GPU \
|
|
--enable-shm=nvlink \
|
|
--enable-gen-simd-width=64 \
|
|
--enable-accelerator=cuda \
|
|
--with-lime=/mnt/lustre/tursafs1/home/tc002/tc002/dc-boyl1/spack/spack/opt/spack/linux-rhel8-zen/gcc-8.4.1/c-lime-2-3-9-e6wxqrid6rqmd45z7n32dxkvkykpvyez \
|
|
--disable-accelerator-cshift \
|
|
--disable-unified \
|
|
CXX=nvcc \
|
|
LDFLAGS="-cudart shared " \
|
|
CXXFLAGS="-ccbin mpicxx -gencode arch=compute_80,code=sm_80 -std=c++14 -cudart shared"
|