1
1

Turn off libevent's internal thread support to (hopefully) minimize performance hit

This commit was SVN r23956.
Этот коммит содержится в:
Ralph Castain 2010-10-26 20:10:44 +00:00
родитель 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