1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-24 12:45:56 +01:00
Grid/systems/Tursa/config-command
2021-10-07 20:06:17 +01:00

16 lines
476 B
Plaintext

PREFIX=/home/tc002/tc002/shared/env/prefix/
../../configure \
--enable-comms=mpi \
--enable-simd=GPU \
--enable-shm=nvlink \
--enable-gen-simd-width=64 \
--enable-accelerator=cuda \
--with-hdf5=$PREFIX \
--with-lime=$PREFIX \
--with-fftw=$PREFIX \
--enable-accelerator-cshift \
--disable-unified \
CXX=nvcc \
LDFLAGS="-cudart shared " \
CXXFLAGS="-ccbin mpicxx -gencode arch=compute_80,code=sm_80 -std=c++14 -cudart shared"