mirror of
https://github.com/paboyle/Grid.git
synced 2026-04-27 22:16:01 +01:00
17 lines
485 B
Plaintext
17 lines
485 B
Plaintext
DIR=`pwd`
|
|
PREFIX=$HOME/DDHMC/Grid/systems/Prerequisites/install/
|
|
../../configure \
|
|
--enable-comms=mpi \
|
|
--enable-simd=GPU \
|
|
--enable-shm=nvlink \
|
|
--enable-gen-simd-width=64 \
|
|
--with-gmp=$PREFIX \
|
|
--with-mpfr=$PREFIX \
|
|
--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++17 -cudart shared"
|