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

20 lines
473 B
Plaintext
Raw Normal View History

2023-11-30 19:31:51 +00:00
../../configure \
--enable-debug \
--enable-comms=mpi-auto \
2023-11-30 19:31:51 +00:00
--enable-unified=yes \
--enable-shm=shmopen \
--enable-shm-fast-path=shmopen \
2023-11-30 19:31:51 +00:00
--enable-accelerator=none \
--enable-simd=AVX512 \
2023-11-30 19:31:51 +00:00
--disable-accelerator-cshift \
--disable-fermion-reps \
--disable-gparity \
CXX=clang++ \
MPICXX=mpicxx \
LDFLAGS=-L/direct/sdcc+u/paboyle/spack/opt/spack/linux-almalinux8-icelake/gcc-8.5.0/hwloc-2.9.1-hgkscnt5pferhtde4ahctlupb6qf3vtl/lib/ \
LIBS=-lhwloc \
2023-11-30 19:31:51 +00:00
CXXFLAGS="-std=c++17"