* yet another fix for my stupidity in shell scripting
This commit was SVN r4625.
Этот коммит содержится в:
родитель
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
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user