Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
История
Rainer Keller
c32516c9a3
- Include errno.h, to get MTT for sun to run through
...
This commit was SVN r21143.
2009-05-04 09:13:16 +00:00
..
etc
Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's
2008-06-04 01:28:03 +00:00
include
Catch a potential bug spanning several ESS modules. The node_rank and local_rank types were changed to uint16_t, however the modules returned UINT8_MAX as an "invalid" value. To clean this up, define an INVALID value for these types, and change the various modules so they return this value to indicate an invalid response.
2009-01-21 00:19:37 +00:00
mca
- Include errno.h, to get MTT for sun to run through
2009-05-04 09:13:16 +00:00
orted
Now that we understand why it failed before (thanks George!), go back to relaying cmds before processing them on the orteds so we pickup some speed by executing cmds in parallel. Modify the termination system accordingly.
2009-04-30 15:08:02 +00:00
runtime
Revert r21097 as this results in multiple instantiations of global variables. Instead, fix the problem by including orte_globals.h in the orte_init.c.
2009-04-29 02:13:14 +00:00
test
Add some missing tests
2009-05-01 18:35:22 +00:00
tools
Add some logic so we don't try to kill procs that are already dead, check for file existence before trying to remove, etc.
2009-05-01 14:00:59 +00:00
util
... Delayed due to notifier commits earlier this day ...
2009-04-29 01:32:14 +00:00
CMakeLists.txt
When build from a tarball, there will be Linux-generated files that could not be used on Windows, so exclude them, and use the ones generated by CMake.
2009-03-24 18:10:57 +00:00
Doxyfile
Fix the broken Doxyfile so people can generate what little code base documentation we have :-)
2006-04-13 12:52:17 +00:00
Makefile.am
Add windows support files into the tarball, including .windows, CMakeLists.txt files, and CMake modules. Thanks to Jeff for testing it on Linux.
2009-04-24 16:39:33 +00:00