1
1
openmpi/orte/tools
Josh Hursey a24e530f8e Some C/R fixes (more to come)
r15390 - Changed the paradigm in which the runtime worked by enabling the mpirun
process to become an orted and spawn processes. This broke the C/R for this 
special case as it required that the orted start the process, and that 
the hierarchy remains.
The fix was to allow the global coordinator to be a local coordinator as well
for this case.

r15528 - Changed the selection logic for the RML. This caused the application to
segv if the 'ftrm' wrapper component was selected as it tried to modify a NULL
pointer.
The fix was to move the 'module swap' code into the init() function, and swap
when passed a NULL pointer. It sounds bad, but actually cleans up the code a bit
more.

Still have to fix the 'routed' framework.

This commit was SVN r15566.

The following SVN revision numbers were found above:
  r15390 --> open-mpi/ompi@bd65f8ba88
  r15528 --> open-mpi/ompi@39a6057fc6
2007-07-23 20:13:37 +00:00
..
orte-checkpoint A number of improvements / changes to the RML/OOB layers: 2007-07-20 01:34:02 +00:00
orte-clean OS X apparently really doesn't like shared libraries with unresolvable 2007-06-05 03:03:59 +00:00
orte-ps reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00
orte-restart Some C/R fixes (more to come) 2007-07-23 20:13:37 +00:00
orteboot OS X apparently really doesn't like shared libraries with unresolvable 2007-06-05 03:03:59 +00:00
orted A number of improvements / changes to the RML/OOB layers: 2007-07-20 01:34:02 +00:00
ortehalt OS X apparently really doesn't like shared libraries with unresolvable 2007-06-05 03:03:59 +00:00
ortekill OS X apparently really doesn't like shared libraries with unresolvable 2007-06-05 03:03:59 +00:00
orteprobe 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
orterun Resolve a problem where the orte daemon comm functions were being accessed by mpirun while still retaining occasional reference to the orted_globals. Remove all dependence on orted_globals from the comm functions. Move those functions back into their own file to make it easier to maintain the separation. Ensure that mpirun ignores any "exit" commands being sent to daemons as it will exit on its own. 2007-07-23 18:36:33 +00:00
wrappers * Integrate man pages contributed by Dirk Eddelbuettel 2007-07-02 15:27:39 +00:00
Makefile.am reapply r15517 and r15520, which were removed in r15527 so that I could get 2007-07-20 02:34:29 +00:00