Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
История
Ralph Castain
6f498c0964
Since we no longer set the APP_NUM attribute in the case of a singleton, protect the code so we don't crash in that case.
...
This commit was SVN r16461.
2007-10-16 16:17:48 +00:00
..
class
reapply r15517 and r15520, which were removed in r15527 so that I could get
2007-07-20 02:34:29 +00:00
dss
Roll in the Voltaire core/socket/etc process mapping implementation. Only change I made was to cleanup some of the diagnostic output in the odls_default component so it uses the -mca odls_base_verbose parameter.
2007-07-14 15:14:07 +00:00
etc
remove defunct file
2007-07-20 02:10:38 +00:00
include
reapply r15517 and r15520, which were removed in r15527 so that I could get
2007-07-20 02:34:29 +00:00
mca
When in the unity message routing mode, we have to update the RML contact info in the parent procs so that they know how to talk to the children. Ideally, this would be done in the MPI layer since that layer knows which procs are actively involved in the comm_spawn. However, it isn't being done there, which causes comm_spawn to fail, so do it explicitly in the RTE.
2007-10-16 16:09:41 +00:00
orted
Fixes trac:1160. There is still some other problem in the OOB, but we
2007-10-15 15:41:36 +00:00
runtime
When we can detect that a daemon has failed, then we would like to terminate the system without having it lock up. The "hang" is currently caused by the system attempting to send messages to the daemons (specifically, ordering them to kill their local procs and then terminate). Unfortunately, without some idea of which daemon has died, the system hangs while attempting to send a message to someone who is no longer alive.
2007-10-15 18:00:30 +00:00
test
Since we no longer set the APP_NUM attribute in the case of a singleton, protect the code so we don't crash in that case.
2007-10-16 16:17:48 +00:00
tools
When we can detect that a daemon has failed, then we would like to terminate the system without having it lock up. The "hang" is currently caused by the system attempting to send messages to the daemons (specifically, ordering them to kill their local procs and then terminate). Unfortunately, without some idea of which daemon has died, the system hangs while attempting to send a message to someone who is no longer alive.
2007-10-15 18:00:30 +00:00
util
Squeeeeeeze the launch message. This is the message sent to the daemons that provides all the data required for launching their local procs. In reorganizing the ODLS framework, I discovered that we were sending a significant amount of unnecessary and repeated data. This commit resolves this by:
2007-10-11 15:57:26 +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
Bring in an updated launch system for the orteds. This commit restores the ability to execute singletons and singleton comm_spawn, both in single node and multi-node environments.
2007-07-12 19:53:18 +00:00