aboutsummaryrefslogtreecommitdiff
path: root/petsc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'petsc.sh')
-rwxr-xr-xpetsc.sh11
1 files changed, 6 insertions, 5 deletions
diff --git a/petsc.sh b/petsc.sh
index 98076f2..21846bb 100755
--- a/petsc.sh
+++ b/petsc.sh
@@ -84,11 +84,12 @@ if [ -z "$PETSC_ARCH_LIBS" ]; then
linux-gnu) PETSC_ARCH_LIBS='mkl_lapack mkl_def guide' ;;
linux64_intel) PETSC_ARCH_LIBS='mkl_lapack mkl guide' ;;
rs6000_64) PETSC_ARCH_LIBS='essl' ;;
- *) echo "BEGIN ERROR"
- echo "No PETSc support for architecture '$PETSC_ARCH' !"
- echo 'Please file a bug report to cactusmaint@cactuscode.org.'
- echo "END ERROR"
- exit 2
+ *) echo "BEGIN ERROR"
+ echo "No PETSc support for architecture '$PETSC_ARCH'."
+ echo 'Please set the variable PETSC_ARCH_LIBS manually,'
+ echo 'and/or send a request to <cactusmaint@cactuscode.org>.'
+ echo "END ERROR"
+ exit 2
esac
fi