Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
История
Ralph Castain
4510b42638
Hold the RMGR in the spawn command until the application process actually launches. Previously, we returned from spawn immediately after launching the daemons - this meant that the caller had to define their own "wait until app launches". This only tells the caller that the app procs were launched, of course - it doesn't mean that they have started execution or reached any particular stage. However, for non-MPI procs, this is as far as we can go - there is no further stage gate we can provide.
...
Still, better than what we provided before... This commit was SVN r14554.
2007-05-01 11:27:36 +00:00
..
class
Revert prior commits from last night that involved significant change to the GPR, along with cosmetic changes to the odls_default module pending review and test.
2007-04-12 13:13:28 +00:00
dss
Fix a small typo.
2007-04-12 04:53:30 +00:00
etc
Next step in the project split, mainly source code re-arranging
2006-02-12 01:33:29 +00:00
include
Add a few more error constants that will help provide more definitive output to the user
2007-04-23 18:25:03 +00:00
mca
Hold the RMGR in the spawn command until the application process actually launches. Previously, we returned from spawn immediately after launching the daemons - this meant that the caller had to define their own "wait until app launches". This only tells the caller that the app procs were launched, of course - it doesn't mean that they have started execution or reached any particular stage. However, for non-MPI procs, this is as far as we can go - there is no further stage gate we can provide.
2007-05-01 11:27:36 +00:00
runtime
Seems that the recent changes in the sds and oob exposed some invalid
2007-04-25 19:51:52 +00:00
test
Bring in the code for routing xcast stage gate messages via the local orteds. This code is inactive unless you specifically request it via an mca param oob_xcast_mode (can be set to "linear" or "direct"). Direct mode is the old standard method where we send messages directly to each MPI process. Linear mode sends the xcast message via the orteds, with the HNP sending the message to each orted directly.
2007-04-23 18:41:04 +00:00
tools
Update reuse_daemons to find the daemons again - requires that orteds now report their nodenames (probably temporary patch pending upcoming minor revision of orted)
2007-04-26 15:09:54 +00:00
util
Allow caller to get session directory name without anything else
2007-04-23 18:25:36 +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
Rename liborte to libopen-rte and libopal to libopen-pal per telecon today
2006-12-05 18:27:24 +00:00