Skip to content

Commit

Permalink
notify user if default PETSC_DIR is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Dec 14, 2023
1 parent 4bcd45f commit 5013cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/compile_solvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ if [ -z $PETSC_DIR ]; then
else
export PETSC_DIR=/repo/petsc-dist
fi
echo "PETSC_DIR has been set to $PETSC_DIR. If this is incorrect, set"
echo "the PETSC_DIR environment variable before running this script."
fi
export PETSC_ARCH=""

Expand Down

0 comments on commit 5013cc9

Please sign in to comment.