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

17 lines
513 B
Plaintext
Raw Normal View History

2022-08-02 16:33:39 +01:00
INSTALL=/nfs/site/home/azusayax/install
../../configure \
--enable-simd=GPU \
--enable-gen-simd-width=64 \
2022-11-08 21:22:09 +00:00
--enable-comms=mpi-auto \
2022-08-02 16:33:39 +01:00
--disable-accelerator-cshift \
--disable-gparity \
--disable-fermion-reps \
--enable-shm=nvlink \
--enable-accelerator=sycl \
2022-11-08 21:22:09 +00:00
--enable-unified=no \
MPICXX=mpicxx \
CXX=dpcpp \
2022-08-02 16:33:39 +01:00
LDFLAGS="-fsycl-device-code-split=per_kernel -fsycl-device-lib=all -lze_loader -L$INSTALL/lib" \
2022-11-08 21:38:54 +00:00
CXXFLAGS="-fsycl-unnamed-lambda -fsycl -no-fma -I$INSTALL/include -Wno-tautological-compare"
2022-08-02 16:33:39 +01:00