No need to scare people with unnecessary WARNING

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1496 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2004-12-07 08:24:59 +00:00
parent eefed1e01f
commit e35cb747e8
4 changed files with 4 additions and 4 deletions

2
configure vendored
View File

@ -7145,7 +7145,7 @@ echo -----------------------------------------------------------------
if ! test $no_parallel && ! test $parallel
then
echo ----------------------------------------------
echo WARNING: parallel environment not detected
echo Parallel environment not detected
echo this program will run in single-processor mode
echo ----------------------------------------------
fi

View File

@ -1080,7 +1080,7 @@ echo -----------------------------------------------------------------
if ! test $no_parallel && ! test $parallel
then
echo ----------------------------------------------
echo WARNING: parallel environment not detected
echo Parallel environment not detected
echo this program will run in single-processor mode
echo ----------------------------------------------
fi

2
install/configure vendored
View File

@ -7145,7 +7145,7 @@ echo -----------------------------------------------------------------
if ! test $no_parallel && ! test $parallel
then
echo ----------------------------------------------
echo WARNING: parallel environment not detected
echo Parallel environment not detected
echo this program will run in single-processor mode
echo ----------------------------------------------
fi

View File

@ -1080,7 +1080,7 @@ echo -----------------------------------------------------------------
if ! test $no_parallel && ! test $parallel
then
echo ----------------------------------------------
echo WARNING: parallel environment not detected
echo Parallel environment not detected
echo this program will run in single-processor mode
echo ----------------------------------------------
fi