Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Вход
ports
/
openmpi
Следить
1
В избранное
1
Форкнуть
0
Вы уже форкнули openmpi
Код
Релизы
Активность
openmpi
/
orte
История
Ralph Castain
428c1f14c3
Modify the bproc components to resolve the current allocation problem
...
This commit was SVN r12652.
2006-11-22 19:10:58 +00:00
..
class
And ORTE is ready for prime-time. All Windows tricks are in:
2006-08-23 03:32:36 +00:00
dss
Remove svn:executable from a bunch of files.
2006-11-17 11:01:39 +00:00
etc
Next step in the project split, mainly source code re-arranging
2006-02-12 01:33:29 +00:00
include
Bring over the update to terminate orteds that are generated by a dynamic spawn such as comm_spawn. This introduces the concept of a job "family" - i.e., jobs that have a parent/child relationship. Comm_spawn'ed jobs have a parent (the one that spawned them). We track that relationship throughout the lineage - i.e., if a comm_spawned job in turn calls comm_spawn, then it has a parent (the one that spawned it) and a "root" job (the original job that started things).
2006-11-14 19:34:59 +00:00
mca
Modify the bproc components to resolve the current allocation problem
2006-11-22 19:10:58 +00:00
runtime
Back out some prior commits. These commits fixed bproc so it would run, but broke several other things (singleton comm_spawn and hostfile operations have been identified so far). Since bproc is the culprit here, let's leave bproc broken for now - I'll work on a fix for that environment that doesn't impact everythig else.
2006-11-22 13:30:21 +00:00
test
Bring over the update to terminate orteds that are generated by a dynamic spawn such as comm_spawn. This introduces the concept of a job "family" - i.e., jobs that have a parent/child relationship. Comm_spawn'ed jobs have a parent (the one that spawned them). We track that relationship throughout the lineage - i.e., if a comm_spawned job in turn calls comm_spawn, then it has a parent (the one that spawned it) and a "root" job (the original job that started things).
2006-11-14 19:34:59 +00:00
tools
Correctly "hide" the new orte tools - they shouldn't get compiled or seen unless you specifically go into those subdirectories and manually do a "make".
2006-11-22 14:35:16 +00:00
util
Cleanup the problem of connecting to default universes.
2006-11-06 15:28:38 +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
* Fix a small bug George noticed - if you change the prefix (or any of the
2006-03-12 04:35:01 +00:00