Skip to content

Commit

Permalink
Merge pull request #55 from Chaste/script_updates
Browse files Browse the repository at this point in the history
Script updates
  • Loading branch information
kwabenantim authored Aug 17, 2023
2 parents 6d164fc + f9b938b commit 51e79e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_petsc_hdf5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ case ${petsc_arch} in
--download-metis=1 \
--download-hypre=${download_hypre} \
--with-shared-libraries && \
make all test
make -j ${parallel} all
;;

linux-gnu-opt)
Expand All @@ -217,7 +217,7 @@ case ${petsc_arch} in
--download-hypre=${download_hypre} \
--with-shared-libraries \
--with-debugging=0 && \
make all test
make -j ${parallel} all
;;
*)
;;
Expand Down

0 comments on commit 51e79e3

Please sign in to comment.