From 6153dec2e40dc711ce2eccd49b1f61e8704d1d69 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 5 Mar 2024 13:38:32 -0500 Subject: [PATCH] Update setup.sh --- systems/PVC-OEM/setup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/PVC-OEM/setup.sh b/systems/PVC-OEM/setup.sh index 3b8188f0..0e780ef4 100644 --- a/systems/PVC-OEM/setup.sh +++ b/systems/PVC-OEM/setup.sh @@ -1,3 +1,5 @@ export https_proxy=http://proxy-chain.intel.com:911 module load intel-release module load intel/mpich +export MPIR_CVAR_CH4_OFI_ENABLE_GPU_PIPELINE=1 +export SYCL_PROGRAM_COMPILE_OPTIONS="-ze-opt-large-register-file"