2023-12-21 23:19:11 +00:00
|
|
|
TOOLS=$HOME/tools
|
|
|
|
../../configure \
|
|
|
|
--enable-simd=GPU \
|
|
|
|
--enable-gen-simd-width=64 \
|
|
|
|
--enable-comms=mpi-auto \
|
|
|
|
--enable-accelerator-cshift \
|
|
|
|
--disable-gparity \
|
|
|
|
--disable-fermion-reps \
|
|
|
|
--enable-shm=nvlink \
|
|
|
|
--enable-accelerator=sycl \
|
|
|
|
--enable-unified=no \
|
|
|
|
MPICXX=mpicxx \
|
|
|
|
CXX=icpx \
|
2024-03-06 00:03:59 +00:00
|
|
|
LDFLAGS="-fiopenmp -fsycl -fsycl-device-code-split=per_kernel -fsycl-device-lib=all -lze_loader -L$TOOLS/lib64/ -L${MKLROOT}/lib -qmkl=parallel " \
|
|
|
|
CXXFLAGS="-fiopenmp -fsycl-unnamed-lambda -fsycl -I$INSTALL/include -Wno-tautological-compare -I$HOME/ -I$TOOLS/include -qmkl=parallel"
|
2023-12-21 23:19:11 +00:00
|
|
|
|