Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
opal
/
mca
/
event
/
libevent207
История
Ralph Castain
32be69eaef
Update the OMPI libevent interface module and the internal libevent event.c file to provide ability to disable specific event modes. Basically an issue between #define and checking to see if the value was defined to zero.
...
This commit was SVN r24056.
2010-11-16 16:06:32 +00:00
..
libevent
Update the OMPI libevent interface module and the internal libevent event.c file to provide ability to disable specific event modes. Basically an issue between #define and checking to see if the value was defined to zero.
2010-11-16 16:06:32 +00:00
.windows
Update the CMake scripts, solve a few export symbols for Windows.
2010-11-02 16:39:27 +00:00
autogen.subdirs
Update libevent to the 2.0 series, currently at 2.0.7rc. We will update to their final release when it becomes available. Currently known errors exist in unused portions of the libevent code. This revision passes the IBM test suite on a Linux machine and on a standalone Mac.
2010-10-24 18:35:54 +00:00
configure.m4
Ensure to always remove the .new file
2010-11-09 23:33:53 +00:00
libevent207_component.c
Convert the opal_event framework to use direct function calls instead of hiding functions behind function pointers. Eliminate the opal_object_t abstraction of libevent's event struct so it can be directly passed to the libevent functions.
2010-10-28 15:22:46 +00:00
libevent207_module.c
Update the OMPI libevent interface module and the internal libevent event.c file to provide ability to disable specific event modes. Basically an issue between #define and checking to see if the value was defined to zero.
2010-11-16 16:06:32 +00:00
libevent207.h
Type cast for compiling under VS 2010.
2010-11-12 08:31:23 +00:00
Makefile.am
Really fix the libevent make distcheck problem. The main issue is how
2010-11-01 23:28:50 +00:00