2022-08-02 16:33:39 +01:00
|
|
|
INSTALL=/nfs/site/home/azusayax/install
|
|
|
|
../../configure \
|
|
|
|
--enable-simd=GPU \
|
|
|
|
--enable-gen-simd-width=64 \
|
|
|
|
--enable-comms=mpi \
|
|
|
|
--disable-accelerator-cshift \
|
|
|
|
--disable-gparity \
|
|
|
|
--disable-fermion-reps \
|
|
|
|
--enable-shm=nvlink \
|
|
|
|
--enable-accelerator=sycl \
|
|
|
|
--enable-unified=yes \
|
|
|
|
CXX=mpicxx \
|
|
|
|
LDFLAGS="-fsycl-device-code-split=per_kernel -fsycl-device-lib=all -lze_loader -L$INSTALL/lib" \
|
2023-03-14 19:10:31 +00:00
|
|
|
CXXFLAGS="-cxx=icpx -fsycl-unnamed-lambda -fsycl -I$INSTALL/include -Wno-tautological-constant-compare"
|
2022-08-02 16:33:39 +01:00
|
|
|
|