From aa6d79f4d235c54079a560aaa99bcbabc3323ac3 Mon Sep 17 00:00:00 2001 From: Kwabena N Amponsah Date: Tue, 8 Oct 2024 15:01:43 +0100 Subject: [PATCH] #70 Switch petsc downloads to web.cels.anl.gov --- scripts/install_petsc_hdf5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_petsc_hdf5.sh b/scripts/install_petsc_hdf5.sh index 63d43f9..3e43497 100755 --- a/scripts/install_petsc_hdf5.sh +++ b/scripts/install_petsc_hdf5.sh @@ -148,7 +148,7 @@ if [[ (${petsc_major} -eq 3) && (${petsc_minor} -eq 12) ]]; then # PETSc 3.12.x fi # Download and extract PETSc -URL_PETSC=https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-${petsc_version}.tar.gz +URL_PETSC=https://web.cels.anl.gov/projects/petsc/download/release-snapshots/petsc-lite-${petsc_version}.tar.gz wget -nc ${URL_PETSC} install_dir=${base_dir}/opt/petsc_hdf5/${petsc_version}_${hdf5_version}