aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorswhite <swhite@fc86f234-e40e-4302-a95b-5e02f8c343c9>2005-10-27 16:06:11 +0000
committerswhite <swhite@fc86f234-e40e-4302-a95b-5e02f8c343c9>2005-10-27 16:06:11 +0000
commit2cb3cb5b3e290ac3c2565edcefa9bf7080729106 (patch)
tree02c22a7016dbbef076725a3b950509fee293f6da
parentc003d19117c56dd2a8ad9f5a959811af5e6b16cf (diff)
removed duplicate line
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/PETSc/trunk@18 fc86f234-e40e-4302-a95b-5e02f8c343c9
-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"