1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
Grid/systems/Tursa/config-command

12 lines
479 B
Plaintext
Raw Normal View History

../../configure \
--enable-comms=mpi \
--enable-simd=GPU \
--enable-shm=nvlink \
--enable-accelerator=cuda \
2024-05-20 15:25:38 +01:00
--enable-gen-simd-width=64 \
--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-unified \
CXX=nvcc \
LDFLAGS="-cudart shared " \
2024-05-20 15:25:38 +01:00
CXXFLAGS="-ccbin mpicxx -gencode arch=compute_80,code=sm_80 -std=c++17 -cudart shared"