From 2ae980ae439b92285341ec5777c9c4b5ec293547 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Tue, 5 Mar 2024 13:39:18 -0500 Subject: [PATCH] Update sourceme.sh --- systems/Aurora/sourceme.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/systems/Aurora/sourceme.sh b/systems/Aurora/sourceme.sh index 7a2b3815..60abed41 100644 --- a/systems/Aurora/sourceme.sh +++ b/systems/Aurora/sourceme.sh @@ -9,4 +9,5 @@ export http_proxy=http://proxy.alcf.anl.gov:3128 export https_proxy=http://proxy.alcf.anl.gov:3128 #export MPIR_CVAR_CH4_OFI_ENABLE_HMEM=1 git config --global http.proxy http://proxy.alcf.anl.gov:3128 - + +export SYCL_PROGRAM_COMPILE_OPTIONS="-ze-opt-large-register-file"