1
1
openmpi/orte
Tim Prins ade94b523b Fixed a number of issues related to resource allocation:
- Simplified the logic of the ras modules by moving the attribute handling into the base allocation function. This allows us to decide how to allocate based on the situation, and solves some of the allocation problems we were having with comm_spawn.
- moved the proxy component into the base. This was done because we always want to call the proxy functions if we are not on a HNP regardless of the attributes passed. 
- Got rid of the hostfile component. What little logic was in it was moved into the base to deal with other circumstances. The hostfile information is currently being propagated into the registry by the RDS, so we just use what is already in the registry.
- renamed some slurm function so that they have the proper prefix. Not strictly necessary as they were static, but it makes debugging much easier.
- fixed a buglet in the round_robin rmaps where we would return an error when really no error occured.

I tried to make proper corrections to all the ras modules, but I cannot test all of them.

This commit was SVN r12202.
2006-10-19 23:33:51 +00:00
..
class And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00
dss Define the map data types for dss compatibility. Setup to debug bproc 2006-10-03 17:40:00 +00:00
etc Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
include This commit looks a lot bigger than it is, so relax :-) 2006-10-17 16:06:17 +00:00
mca Fixed a number of issues related to resource allocation: 2006-10-19 23:33:51 +00:00
runtime This commit looks a lot bigger than it is, so relax :-) 2006-10-17 16:06:17 +00:00
test Bring comm_spawn back online. Shift the trigger hosting responsibilities to the HNP. 2006-10-03 02:07:58 +00:00
tools Okay, this fixes the problem of MCA params spreading too far. Sorry for the multiple corrections. 2006-10-19 22:51:02 +00:00
util What we write it's a long long so we should be using the long long format. 2006-10-18 00:02:20 +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