aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpetsc.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/petsc.sh b/petsc.sh
index 98a7940..688459e 100755
--- a/petsc.sh
+++ b/petsc.sh
@@ -48,7 +48,6 @@ CCTK_Search()
# Check that MPI is there
if [ -z "$MPI" -o "$MPI" = 'none' ]; then
echo "BEGIN ERROR"
- echo 'PETSc requires MPI - please configure with MPI'
echo 'Thorn PETSc requires an external MPI. Please configure with MPI ' \
'or remove PETSc from your configuration ThornList.'
echo "END ERROR"