[OMPI devel] Changes to ompi_free_list initialization

2007-11-01 Thread Richard Graham
I have just gone through and re-implemented the changes ompi_free_list_t in the trunk, and have changed all instances of ompi_free_list_init() to ompi_free_list_init_new() (keeping the old version around for a while). I have tested this with ob1 and dr (the system I use for cm is not available),

Re: [MTT devel] [MTT svn] svn:mtt-svn r1094 (for review)

2007-11-01 Thread Ethan Mallove
Josh, Before this gets committed to the live submit.php, can you look at this? It should only effect the "environment" field. Thanks, Ethan On Thu, Nov/01/2007 03:30:26PM, emall...@osl.iu.edu wrote: > Author: emallove > Date: 2007-11-01 15:30:26 EDT (Thu, 01 Nov 2007) > New Revision: 1094 >

Re: [OMPI devel] Multi-Rail and Open IB BTL

2007-11-01 Thread Gleb Natapov
On Thu, Nov 01, 2007 at 11:15:21AM -0400, Don Kerr wrote: > How would the openib btl handle the following scenario: > Two nodes, each with two ports, all ports are on the same subnet and switch. > > Would striping occur over 4 connections or 2? Only two connections will be created. > > If 2 is

[OMPI devel] Multi-Rail and Open IB BTL

2007-11-01 Thread Don Kerr
How would the openib btl handle the following scenario: Two nodes, each with two ports, all ports are on the same subnet and switch. Would striping occur over 4 connections or 2? If 2 is it equal distribution or are both local ports connected to the same remote port? Thanks -DON