1
1
openmpi/orte/mca/ras
Ralph Castain 5dfd54c778 With the branch to 1.2 made....
Clean up the remainder of the size_t references in the runtime itself. Convert to orte_std_cntr_t wherever it makes sense (only avoid those places where the actual memory size is referenced).

Remove the obsolete oob barrier function (we actually obsoleted it a long time ago - just never bothered to clean it up).

I have done my best to go through all the components and catch everything, even if I couldn't test compile them since I wasn't on that type of system. Still, I cannot guarantee that problems won't show up when you test this on specific systems. Usually, these will just show as "warning: comparison between signed and unsigned" notes which are easily fixed (just change a size_t to orte_std_cntr_t).

In some places, people didn't use size_t, but instead used some other variant (e.g., I found several places with uint32_t). I tried to catch all of them, but...

Once we get all the instances caught and fixed, this should once and for all resolve many of the heterogeneity problems.

This commit was SVN r11204.
2006-08-15 19:54:10 +00:00
..
base With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
bjs With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
dash_host With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
gridengine With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
hostfile Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
localhost Ensure that the localhost gets placed on the registry with the same name as found in the system_info structure. Otherwise, we wind up with confusion in the session directory names. 2006-08-09 15:26:37 +00:00
lsf_bproc Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
poe With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
slurm Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
tm Final merge of stuff from /tmp/tm-stuff tree (merged through 2006-07-04 20:12:35 +00:00
xgrid Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
Makefile.am Fix a bunch of install locations for header files 2005-12-08 00:54:44 +00:00
ras_types.h With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
ras.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00