From 2e0f6cfd36cb8ec59d6731195525408375925a74 Mon Sep 17 00:00:00 2001 From: swhite Date: Thu, 27 Oct 2005 16:09:27 +0000 Subject: removed unnecessary verbage git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/PETSc/trunk@19 fc86f234-e40e-4302-a95b-5e02f8c343c9 --- petsc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3