Skip to content

Commit

Permalink
#70 Switch petsc downloads to web.cels.anl.gov
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Oct 8, 2024
1 parent e24f821 commit aa6d79f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_petsc_hdf5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit aa6d79f

Please sign in to comment.