2023-12-21 23:19:11 +00:00
|
|
|
#export ONEAPI_DEVICE_SELECTOR=level_zero:0.0
|
|
|
|
|
|
|
|
module use /soft/modulefiles
|
|
|
|
module load intel_compute_runtime/release/agama-devel-682.22
|
|
|
|
|
2024-03-06 00:03:59 +00:00
|
|
|
export FI_CXI_DEFAULT_CQ_SIZE=131072
|
|
|
|
export FI_CXI_CQ_FILL_PERCENT=20
|
|
|
|
|
|
|
|
export SYCL_PROGRAM_COMPILE_OPTIONS="-ze-opt-large-register-file"
|
|
|
|
#export SYCL_PROGRAM_COMPILE_OPTIONS="-ze-intel-enable-auto-large-GRF-mode"
|
|
|
|
|
|
|
|
#
|
|
|
|
# -ftarget-register-alloc-mode=pvc:default
|
|
|
|
# -ftarget-register-alloc-mode=pvc:small
|
|
|
|
# -ftarget-register-alloc-mode=pvc:large
|
|
|
|
# -ftarget-register-alloc-mode=pvc:auto
|
|
|
|
#
|
|
|
|
|
2023-12-21 23:19:11 +00:00
|
|
|
export HTTP_PROXY=http://proxy.alcf.anl.gov:3128
|
|
|
|
export HTTPS_PROXY=http://proxy.alcf.anl.gov:3128
|
|
|
|
export http_proxy=http://proxy.alcf.anl.gov:3128
|
|
|
|
export https_proxy=http://proxy.alcf.anl.gov:3128
|
2024-02-06 16:28:40 +00:00
|
|
|
#export MPIR_CVAR_CH4_OFI_ENABLE_HMEM=1
|
2023-12-21 23:19:11 +00:00
|
|
|
git config --global http.proxy http://proxy.alcf.anl.gov:3128
|
2024-03-05 18:39:18 +00:00
|
|
|
|
|
|
|
export SYCL_PROGRAM_COMPILE_OPTIONS="-ze-opt-large-register-file"
|