diff --git a/tools/README b/tools/README index 7776304ae..097a28a7c 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 527c1e28a..78185f23c 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 72538a498..1401ac315 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)