1
1
openmpi/ompi/mca/pml/base
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.h Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
Makefile.am * The last of the build system optimizations. Combine the component and 2005-11-20 01:03:01 +00:00
pml_base_bsend.c Substantial changes to the CM PML, allows us to have a very thin request for 2006-07-14 19:32:26 +00:00
pml_base_bsend.h Substantial changes to the CM PML, allows us to have a very thin request for 2006-07-14 19:32:26 +00:00
pml_base_close.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_base_module_exchange.c With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
pml_base_module_exchange.h interface to post a callback for notification of change to modex data 2006-04-27 16:15:35 +00:00
pml_base_open.c * automagically select the "right" PML when direct-calling 2006-07-14 21:33:26 +00:00
pml_base_recvreq.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_base_recvreq.h Add a base _START macro that will do the base initialization. Additinaly, that allow me to 2006-03-31 17:05:09 +00:00
pml_base_request.c The last commit wans't supposed to bring this function in. It's not yet 2006-05-07 20:51:43 +00:00
pml_base_request.h Remove useless include. 2006-05-07 20:49:45 +00:00
pml_base_select.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_base_sendreq.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
pml_base_sendreq.h Don't keep multiples copies of the datatype and count. The only one we really need 2006-07-06 17:58:25 +00:00