1
1
openmpi/orte/runtime
Ralph Castain 13227e36ab This commit looks a lot bigger than it is, so relax :-)
Fix the problem observed by multiple people that comm_spawned children were (once again) being mapped onto the same nodes as their parents. This was caused by going through the RAS a second time, thus overwriting the mapper's bookkeeping that told RMAPS where it had left off.

To solve this - and to continue moving forward on the ORTE development - we introduce the concept of attributes to control the behavior of the RM frameworks. I defined the attributes and a list of attributes as new ORTE data types to make it easier for people to pass them around (since they are now fundamental to the system, and therefore we will be packing and unpacking them frequently). Thus, all the functions to manipulate attributes can be implemented and debugged in one place.

I used those capabilities in two places:

1. Added an attribute list to the rmgr.spawn interface.

2. Added an attribute list to the ras.allocate interface. At the moment, the only attribute I modified the various RAS components to recognize is the USE_PARENT_ALLOCATION one (as defined in rmgr_types.h).

So the RAS components now know how to reuse an allocation. I have debugged this under rsh, but it now needs to be tested on a wider set of platforms.

This commit was SVN r12138.
2006-10-17 16:06:17 +00:00
..
help-orte-runtime.txt Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
orte_abort.c Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00
orte_finalize.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_init_stage1.c This commit looks a lot bigger than it is, so relax :-) 2006-10-17 16:06:17 +00:00
orte_init_stage2.c Change the SOH to the new State Monitoring and Reporting (SMR) framework. New API's will be appearing in the new framework shortly - this just gets the name change into the system. 2006-08-16 16:35:09 +00:00
orte_init.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_monitor.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_params.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_restart.c Change the SOH to the new State Monitoring and Reporting (SMR) framework. New API's will be appearing in the new framework shortly - this just gets the name change into the system. 2006-08-16 16:35:09 +00:00
orte_setup_hnp.c And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
orte_setup_hnp.h And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
orte_system_finalize.c Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00
orte_system_init.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
orte_universe_exists.c And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
orte_wait.c And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
orte_wait.h And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
runtime_internal.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
runtime_types.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
runtime.h Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00