aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswhite <swhite@fc86f234-e40e-4302-a95b-5e02f8c343c9>2005-10-27 16:09:27 +0000
committerswhite <swhite@fc86f234-e40e-4302-a95b-5e02f8c343c9>2005-10-27 16:09:27 +0000
commit2e0f6cfd36cb8ec59d6731195525408375925a74 (patch)
tree0234e12b30621530fcb7c7745c2b624b28d6edbe
parent2cb3cb5b3e290ac3c2565edcefa9bf7080729106 (diff)
removed unnecessary verbage
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/PETSc/trunk@19 fc86f234-e40e-4302-a95b-5e02f8c343c9
-rwxr-xr-xpetsc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/petsc.sh b/petsc.sh
index 688459e..64e3ef7 100755
--- a/petsc.sh
+++ b/petsc.sh
@@ -48,7 +48,7 @@ CCTK_Search()
# Check that MPI is there
if [ -z "$MPI" -o "$MPI" = 'none' ]; then
echo "BEGIN ERROR"
- echo 'Thorn PETSc requires an external MPI. Please configure with MPI ' \
+ echo 'Thorn PETSc requires MPI. Please configure with MPI ' \
'or remove PETSc from your configuration ThornList.'
echo "END ERROR"
exit 2