diff --git a/systems/Aurora/config-command b/systems/Aurora/config-command index 5b4e378c..423da64e 100644 --- a/systems/Aurora/config-command +++ b/systems/Aurora/config-command @@ -1,8 +1,14 @@ +#Ahead of time compile for PVC +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 -Wno-tautological-compare -qmkl=parallel -fsycl -fno-exceptions " + +#JIT compile +#export LDFLAGS="-fiopenmp -fsycl -fsycl-device-code-split=per_kernel -fsycl-device-lib=all -lze_loader -L${MKLROOT}/lib -qmkl=parallel -fsycl -lsycl " +#export CXXFLAGS="-O3 -fiopenmp -fsycl-unnamed-lambda -fsycl -Wno-tautological-compare -qmkl=parallel -fsycl -fno-exceptions " -export LDFLAGS="-fiopenmp -fsycl -fsycl-device-code-split=per_kernel -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 " ../../configure \ --enable-simd=GPU \ + --enable-reduction=grid \ --enable-gen-simd-width=64 \ --enable-comms=mpi-auto \ --enable-debug \ diff --git a/systems/Aurora/sourceme.sh b/systems/Aurora/sourceme.sh index 7952a819..4cdc950f 100644 --- a/systems/Aurora/sourceme.sh +++ b/systems/Aurora/sourceme.sh @@ -1,7 +1,8 @@ -module load oneapi/release/2023.12.15.001 +#module load oneapi/release/2023.12.15.001 #module load mpich/icc-all-debug-pmix-gpu/52.2 #module load mpich-config/mode/deterministic #module load intel_compute_runtime/release/821.35 + source ~/spack/share/spack/setup-env.sh spack load c-lime spack load openssl