Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
История
Ralph Castain
cd569f8a79
Restore the global restart capability
...
This commit was SVN r23089.
2010-05-04 02:40:29 +00:00
..
config
Add a sensor framework to ORTE that monitors applications and notifies the errmgr when they exceed specified boundaries. Two modules are included here:
2010-04-26 22:15:57 +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
For the autogen-challenged (i.e., Jeff), create a new ORTE constant that tells the user that a required module was not found. Update the errmgr select function to output the error if no module is found.
2010-04-24 01:39:26 +00:00
mca
Restore the global restart capability
2010-05-04 02:40:29 +00:00
orted
After hours spent chasing the stupid "abort" file, it became clear that we were always going to be plagued by that idiot contraption when trying to be good citizens and properly cleanup. So get rid of it by instead doing a messaging handshake with the local daemon.
2010-04-27 03:39:32 +00:00
runtime
Restore process recovery for procs local to mpirun (first step towards restoring full capability). Define three new MCA params:
2010-04-28 04:06:57 +00:00
test
Add a new test for the db framework, fix some minor bugs in the daemon module
2010-05-04 02:38:11 +00:00
tools
Rename the orte state framework to be "db", which more accurately reflects its overall capabilities since it can store any kind of data (not just state, although that will be its primary purpose). Update tools and tests accordingly. Add a daemon module for storing data on the daemons - requires --enable-multicast, so it won't build unless that is set
2010-05-03 04:11:03 +00:00
util
Let the nidmap functions update a new orte_process_info field as to the number of daemons in the system
2010-05-04 02:40:09 +00:00
CMakeLists.txt
Use variables instead of hard-coded compiler flags, in order to support various C/C++ compilers on Windows.
2010-04-21 12:45:00 +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
This commit converts us to the "one big libmpi" scheme that has been
2010-02-23 22:20:01 +00:00