Re: [OMPI devel] Switching away from SVN?

2008-03-20 Thread Roland Dreier
has some interesting info about svn->git conversions (and svn vs. next-gen distibuted systems in general). Also, out of curiousity I tried doing git-svn clone --stdlayout http://svn.open-mpi.org/svn/ompi/ and it seemed to work fine (git-svn is pa

[OMPI devel] RFC: Removal of orte_sys_info structure

2008-03-20 Thread Ralph H Castain
WHAT: Remove the orte_sys_info structure from the system WHY: Outside of the nodeid and nodename fields, the fields do not appear to be used anywhere. However, they occupy (albeit small) space, and every proc expends some effort filling them in. WHERE: removal of the orte/runtime/orte_sys.[hc] fi

[OMPI devel] Proc modex change

2008-03-20 Thread Brian W. Barrett
Hi all - Does anyone know why we go through the modex receive and for the local process in ompi_proc_get_info()? It doesn't seem like it's necessary, and it causes some problems on platforms that don't implement the modex (since it zeros out useful information determined during the init step)

Re: [OMPI devel] Libtool for 1.3 / trunk builds

2008-03-20 Thread Ralf Wildenhues
* Jeff Squyres wrote on Wed, Mar 19, 2008 at 09:07:39PM CET: > On Mar 19, 2008, at 4:05 PM, Brian W. Barrett wrote: > > > True - I have no objection to waiting for 2.2.1 or 1.3 to be branched, > > whichever comes first. The main point is that under no circumstance > > should 1.3 be shipped with t