1
1

* yet another fix for my stupidity in shell scripting

This commit was SVN r4625.
Этот коммит содержится в:
Brian Barrett 2005-03-01 23:49:00 +00:00
родитель 545a91729a
Коммит b3ed4aca32

Просмотреть файл

@ -218,7 +218,7 @@ elif test "$enable_progress_threads" = "no" ; then
enable_progress_threads="no" enable_progress_threads="no"
else else
# they want threaded progress # they want threaded progress
if "$THREAD_TYPE" != "none" ; then if test "$THREAD_TYPE" != "none" ; then
OMPI_ENABLE_PROGRESS_THREADS=1 OMPI_ENABLE_PROGRESS_THREADS=1
enable_progress_threads="yes" enable_progress_threads="yes"
else else