Brian Barrett
16a1166884
Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a
...
configure-time dynamic allocation of flags. The net result for platforms
which only support BTL-based communication is a reduction of 8*nprocs bytes
per process. Platforms which support both MTLs and BTLs will not see
a space reduction, but will now be able to safely run both the MTL and BTL
side-by-side, which will prove useful.
This commit was SVN r29100.
2013-08-30 16:54:55 +00:00
Brian Barrett
2cc947513b
* Fix some compile errors
...
* Need to subtract 1 off the size so that we stay in the bit length requirements
This commit was SVN r28997.
2013-08-05 18:49:48 +00:00
Aurelien Bouteiller
e1066143a4
rename ompi_free_list operations to _mt, as per discussions at last face to face meeting
...
This commit was SVN r28734.
2013-07-08 22:07:52 +00:00
Brian Barrett
ecbbf888d3
* Update Portals 4 MTL's multi-md code to be a bit cleaner (no if statements
...
in the path) and not create MDs due to boundary crossing
* Add the same logic to the Coll component
This commit was SVN r28733.
2013-07-08 21:27:37 +00:00
Brian Barrett
84aeb6a6a5
Update request alloc to use free list get instead of free list wait.
...
This commit was SVN r28729.
2013-07-05 20:24:43 +00:00
Brian Barrett
d3b49535b5
Only allow communication from the same user, since we don't have job-level
...
protection.
This commit was SVN r28715.
2013-07-03 17:29:02 +00:00
Brian Barrett
81efd0e3cf
Properly shut down Portals collective component
...
This commit was SVN r28707.
2013-07-02 22:07:27 +00:00
Brian Barrett
133dafd3dc
First take at Barrier and Ibarrier, both of which seem to work.
...
This commit was SVN r28706.
2013-07-02 21:42:10 +00:00
Brian Barrett
e4698f5cd4
Shell of the Portals 4 collectives componetn
...
This commit was SVN r28703.
2013-07-02 15:23:55 +00:00