From 65375c8d5a12bc4ab6db7a6644aa11a839971b01 Mon Sep 17 00:00:00 2001 From: "Kelly (KT) Thompson" Date: Wed, 7 Apr 2021 14:55:41 -0600 Subject: [PATCH] Update environments for releases that use cuda. --- tools/README | 2 +- tools/ats2-env.sh | 2 +- tools/darwin-x86_64-env.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/README b/tools/README index 7776304aec..097a28a7c2 100644 --- a/tools/README +++ b/tools/README @@ -52,7 +52,7 @@ source/tools/release.sh &> logs/release-darwin-power9.log & 2. x64 + Volta -salloc -N 1 -p volta-x86 -C cpu_family:broadwell +salloc -N 1 -p volta-x86 -C cpu_family:haswell 3. ARM diff --git a/tools/ats2-env.sh b/tools/ats2-env.sh index 527c1e28ac..78185f23cf 100755 --- a/tools/ats2-env.sh +++ b/tools/ats2-env.sh @@ -86,7 +86,7 @@ case $ddir in unset CPATH unset LD_LIBRARY_PATH unset LIBRARY_PATH - run "module load draco/xl2020.11.12-cuda-11.2.0-beta" + run "module load draco/xl2020.08.19-cuda-11.0.2" run "module list" export JSM_JSRUN_NO_WARN_OVERSUBSCRIBE=1 } diff --git a/tools/darwin-x86_64-env.sh b/tools/darwin-x86_64-env.sh index 72538a4987..1401ac315e 100755 --- a/tools/darwin-x86_64-env.sh +++ b/tools/darwin-x86_64-env.sh @@ -33,7 +33,7 @@ case "${ddir:=notset}" in run "module use --append /projects/draco/Modules" run "module load draco/x64-gcc930" if [[ ${SLURM_JOB_PARTITION} =~ "volta-" || ${SLURM_JOB_PARTITION} =~ "gpu" ]]; then - run "module load cuda/11.2-beta" + run "module load cuda/11.0" fi run "module list" @@ -55,7 +55,7 @@ case "${ddir:=notset}" in run "module use --append /projects/draco/Modules" run "module load draco/x64-intel1905" #if [[ ${SLURM_JOB_PARTITION} =~ "volta-" || ${SLURM_JOB_PARTITION} =~ "gpu" ]]; then - # run "module load cuda/11.2-beta" + # run "module load cuda/11.0" #fi run "module list" MPIEXEC_EXECUTABLE=$(which mpirun)