2024-10-15 15:38:45 +01:00
|
|
|
#module load oneapi/release/2023.12.15.001
|
2024-09-23 10:43:50 +01:00
|
|
|
#module load mpich/icc-all-debug-pmix-gpu/52.2
|
|
|
|
#module load mpich-config/mode/deterministic
|
2024-09-17 14:34:27 +01:00
|
|
|
#module load intel_compute_runtime/release/821.35
|
2024-10-15 15:38:45 +01:00
|
|
|
|
2024-07-08 16:57:57 +01:00
|
|
|
source ~/spack/share/spack/setup-env.sh
|
|
|
|
spack load c-lime
|
2024-09-17 14:34:27 +01:00
|
|
|
spack load openssl
|
2024-07-08 16:57:57 +01:00
|
|
|
export CLIME=`spack find --paths c-lime | grep ^c-lime | awk '{print $2}' `
|
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
|
|
|
|
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"
|