1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-15 02:05:37 +00:00
Grid/systems/Aurora/sourceme.sh

15 lines
664 B
Bash
Raw Normal View History

2024-09-17 14:34:27 +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-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"