We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcd45f commit 5013cc9Copy full SHA for 5013cc9
scripts/compile_solvers.sh
@@ -54,6 +54,8 @@ if [ -z $PETSC_DIR ]; then
54
else
55
export PETSC_DIR=/repo/petsc-dist
56
fi
57
+ echo "PETSC_DIR has been set to $PETSC_DIR. If this is incorrect, set"
58
+ echo "the PETSC_DIR environment variable before running this script."
59
60
export PETSC_ARCH=""
61
0 commit comments