2024-03-26 14:10:24 +00:00
|
|
|
|
2023-12-21 23:19:11 +00:00
|
|
|
../../configure \
|
|
|
|
--enable-simd=GPU \
|
|
|
|
--enable-gen-simd-width=64 \
|
|
|
|
--enable-comms=mpi-auto \
|
|
|
|
--disable-gparity \
|
|
|
|
--disable-fermion-reps \
|
|
|
|
--enable-shm=nvlink \
|
|
|
|
--enable-accelerator=sycl \
|
2024-05-07 19:45:40 +01:00
|
|
|
--enable-accelerator-aware-mpi=yes\
|
2023-12-21 23:19:11 +00:00
|
|
|
--enable-unified=no \
|
|
|
|
MPICXX=mpicxx \
|
|
|
|
CXX=icpx \
|
2024-03-26 14:10:24 +00:00
|
|
|
LDFLAGS="-fiopenmp -fsycl -fsycl-device-code-split=per_kernel -fsycl-device-lib=all -lze_loader -L${MKLROOT}/lib -qmkl=parallel -lsycl" \
|
|
|
|
CXXFLAGS="-fiopenmp -fsycl-unnamed-lambda -fsycl -I$INSTALL/include -Wno-tautological-compare -I$HOME/ -qmkl=parallel"
|
2023-12-21 23:19:11 +00:00
|
|
|
|