Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
/
mca
/
gpr
История
Tim Prins
8e7765e456
Fix a gigantic memory leak. We were copying a message to send into a buffer, then never freeing the copy we made. But we were mistakenly allocating the buffer on the stack, so the memory checking tools never caught the leak. On 96 nodes, 384 processes, mpirun memory usage went from about 12M to 3M for me after this minor change...
...
This commit was SVN r14257.
2007-04-07 02:25:48 +00:00
..
base
Fix a memory corruption problem deep inside the registry when subscriptions/triggers are processed. The create_value function will malloc space for the pointers to keyval objects, but doesn't actually allocate space for the objects themselves. When constructing the gpr_notify_data object, we forgot to OBJ_NEW the keyval objects. Since the create_value function didn't explicitly NULL those memory locations, it just so happened that there was a non-NULL address in them....which we dutifully dumped a keyval into.
2007-01-25 12:54:02 +00:00
null
Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD).
2007-03-16 23:11:45 +00:00
proxy
Deal with the include spree. Protect "environ" on Windows.
2007-04-01 16:16:54 +00:00
replica
Fix a gigantic memory leak. We were copying a message to send into a buffer, then never freeing the copy we made. But we were mistakenly allocating the buffer on the stack, so the memory checking tools never caught the leak. On 96 nodes, 384 processes, mpirun memory usage went from about 12M to 3M for me after this minor change...
2007-04-07 02:25:48 +00:00
gpr_types.h
Refinement of Rainer's r13227 and r13228 (worked with Rainer, Ralph,
2007-01-27 13:44:03 +00:00
gpr.h
Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD).
2007-03-16 23:11:45 +00:00
Makefile.am
Fix location of installed header files
2005-12-08 00:04:19 +00:00