Turn off libevent's internal thread support to (hopefully) minimize performance hit
This commit was SVN r23956.
Этот коммит содержится в:
родитель
810dc9ad78
Коммит
a5c440c974
@ -32,7 +32,7 @@ AC_DEFUN([MCA_opal_event_libevent207_CONFIG],[
|
||||
|
||||
AC_MSG_CHECKING([libevent configuration args])
|
||||
|
||||
str=`event_args="--disable-dns --disable-http --disable-rpc --disable-openssl --enable-hidden-symbols --includedir=$includedir/openmpi/opal/event/libevent/include"`
|
||||
str=`event_args="--disable-dns --disable-http --disable-rpc --disable-openssl --enable-hidden-symbols --disable-thread-support --includedir=$includedir/openmpi/opal/event/libevent/include"`
|
||||
eval $str
|
||||
unset str
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user