2023-11-30 19:31:51 +00:00
|
|
|
../../configure \
|
2023-12-04 20:45:57 +00:00
|
|
|
--enable-debug \
|
|
|
|
--enable-comms=mpi-auto \
|
2023-11-30 19:31:51 +00:00
|
|
|
--enable-unified=yes \
|
|
|
|
--enable-shm=shmopen \
|
2023-12-04 20:45:57 +00:00
|
|
|
--enable-shm-fast-path=shmopen \
|
2023-11-30 19:31:51 +00:00
|
|
|
--enable-accelerator=none \
|
2023-12-04 20:45:57 +00:00
|
|
|
--enable-simd=AVX512 \
|
2023-11-30 19:31:51 +00:00
|
|
|
--disable-accelerator-cshift \
|
|
|
|
--disable-fermion-reps \
|
|
|
|
--disable-gparity \
|
2023-12-04 20:45:57 +00:00
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
|
|
|