1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
Grid/systems/Aurora/config-command

19 lines
726 B
Plaintext
Raw Normal View History

2024-07-05 18:47:56 +01:00
export LDFLAGS="-fiopenmp -fsycl -fsycl-device-code-split=per_kernel -fsycl-targets=spir64_gen -Xs -device -Xs pvc -fsycl-device-lib=all -lze_loader -L${MKLROOT}/lib -qmkl=parallel -fsycl -lsycl "
export CXXFLAGS="-O3 -fiopenmp -fsycl-unnamed-lambda -fsycl -I$INSTALL/include -Wno-tautological-compare -I$HOME/ -qmkl=parallel -fsycl -fno-exceptions -fsycl-targets=spir64_gen -Xs -device -Xs pvc "
2023-12-21 23:19:11 +00:00
../../configure \
--enable-simd=GPU \
--enable-gen-simd-width=64 \
--enable-comms=mpi-auto \
2024-07-05 18:47:56 +01:00
--enable-debug \
2023-12-21 23:19:11 +00:00
--disable-gparity \
--disable-fermion-reps \
2024-07-05 18:47:56 +01:00
--with-lime=$CLIME \
2023-12-21 23:19:11 +00:00
--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 \
2024-07-05 18:47:56 +01:00
CXX=icpx
2023-12-21 23:19:11 +00:00