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

17 lines
489 B
Plaintext
Raw Normal View History

2021-09-21 00:04:30 +01:00
LIME=/p/home/jusers/boyle2/juwels/gm2dwf/boyle/
../../configure \
--enable-comms=mpi \
--enable-simd=GPU \
--enable-gen-simd-width=64 \
--enable-shm=nvlink \
--enable-accelerator=cuda \
2024-03-06 18:03:45 +00:00
--disable-gparity \
--disable-fermion-reps \
2021-09-21 00:04:30 +01:00
--with-lime=$LIME \
2024-03-06 18:03:45 +00:00
--enable-accelerator-cshift \
2021-09-21 00:04:30 +01:00
--disable-unified \
CXX=nvcc \
LDFLAGS="-cudart shared " \
2024-03-06 18:03:45 +00:00
CXXFLAGS="-ccbin mpicxx -gencode arch=compute_80,code=sm_80 -std=c++17 -cudart shared -lcublas"
2021-09-21 00:04:30 +01:00