[OMPI devel] RFC: make hwloc first-class data

2010-09-22 Thread Jeff Squyres
WHAT: Make hwloc a 1st class item in OMPI WHY: At least 2 pieces of new functionality want/need to use the hwloc data WHERE: Put it in ompi/hwloc WHEN: Some time in the 1.5 series TIMEOUT: Tues teleconf, Oct 5 (about 2 weeks from now) ---

Re: [OMPI devel] Setting AUTOMAKE_JOBS

2010-09-22 Thread Jeff Squyres
On Sep 22, 2010, at 4:51 PM, Ralf Wildenhues wrote: > Thanks for the measurements! I'm a bit surprised that the speedup is > not higher. Do you have timings as to how much of the autogen.pl time > is spent inside automake? No, they didn't. I re-ran them to just time autoreconf (is there a way

Re: [OMPI devel] Setting AUTOMAKE_JOBS

2010-09-22 Thread Ralf Wildenhues
Hi Jeff, adding bug-automake in Cc: (non-subscribers can't post to the Open MPI list, so please remove that Cc: in case) * Jeff Squyres wrote on Wed, Sep 22, 2010 at 03:50:19PM CEST: > $AUTOMAKE_JOBS Total wall time > valueof autogen.pl > 83:0

Re: [OMPI devel] How to add a schedule algorithm to the pml

2010-09-22 Thread Kenneth Lloyd
Thank you very much. Ken -Original Message- From: devel-boun...@open-mpi.org [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff Squyres Sent: Wednesday, September 22, 2010 10:09 AM To: Open MPI Developers Subject: Re: [OMPI devel] How to add a schedule algorithm to the pml I see it h

Re: [OMPI devel] How to add a schedule algorithm to the pml

2010-09-22 Thread Jeff Squyres
I see it here: http://hal.archives-ouvertes.fr/inria-00486178/en/ On Sep 22, 2010, at 11:53 AM, Kenneth Lloyd wrote: > Jeff, > > Is that EuroMPI2010 ob1 paper publicly available? I get involved in various > NUMA partitioning/architecting studies and it seems there is not a lot of > disc

Re: [OMPI devel] How to add a schedule algorithm to the pml

2010-09-22 Thread Kenneth Lloyd
Jeff, Is that EuroMPI2010 ob1 paper publicly available? I get involved in various NUMA partitioning/architecting studies and it seems there is not a lot of discussion in this area. Ken Lloyd == Kenneth A. Lloyd Watt Systems Technologies Inc. -Original Message- From:

Re: [OMPI devel] Question regarding recently common shared-memory component

2010-09-22 Thread Jeff Squyres
On Sep 21, 2010, at 12:37 PM, wrote: > Like I said in my earlier response, I have never tried this option. So I ran > these tests on 1.4.2 now and apparently the behavior is same ie; the > checkpoint creation time increases when I enable shared memory componentL I don't have huge experience

Re: [OMPI devel] New Romio for OpenMPI available in bitbucket

2010-09-22 Thread Pascal Deveze
I just commited the very last modifications of ROMIO (mpich2-1.3rc1) into bitbucket. Pascal Jeff Squyres a écrit : On Sep 17, 2010, at 6:36 AM, Pascal Deveze wrote: In charge of ticket 1888 (see at https://svn.open-mpi.org/trac/ompi/ticket/1888) , I have put the resulting code in bitbuck

[OMPI devel] Setting AUTOMAKE_JOBS

2010-09-22 Thread Jeff Squyres
Some of you may be unaware that recent versions of automake can run in parallel. That is, automake will run in parallel with a degree of (at most) $AUTOMAKE_JOBS. This can speed up the execution time of autogen.pl quite a bit on some platforms. On my cluster at cisco, here's a few quick timin

Re: [OMPI devel] Barrier() after Finalize() when a file handle is leaked.

2010-09-22 Thread Jeff Squyres
Thanks Lisandro! I filed https://svn.open-mpi.org/trac/ompi/ticket/2594 about this. On Sep 15, 2010, at 11:28 AM, Lisandro Dalcin wrote: > I've tested this with (--enable-debug --enable-picky > --enable-mem-debug) 1.4.2 and 1.5rc6. Despite being debug builds, a > mpi4py user got the same with (

Re: [OMPI devel] How to add a schedule algorithm to the pml

2010-09-22 Thread Joshua Hursey
crcpw is a wrapper around the PML to support coordinated checkpoint restart. It mostly just replays the call to the 'crcp' framework that tracks the signature of messages traveling through the system. If you are not using the C/R feature, then I would not worry about the crcpw PML component (it

Re: [OMPI devel] New Romio for OpenMPI available in bitbucket

2010-09-22 Thread Pascal Deveze
Jeff Squyres a écrit : On Sep 17, 2010, at 6:36 AM, Pascal Deveze wrote: In charge of ticket 1888 (see at https://svn.open-mpi.org/trac/ompi/ticket/1888) , I have put the resulting code in bitbucket at: http://bitbucket.org/devezep/new-romio-for-openmpi/ Sweet! The work in this

Re: [OMPI devel] How to add a schedule algorithm to the pml

2010-09-22 Thread Jeff Squyres
On Sep 22, 2010, at 8:00 AM, Jeff Squyres wrote: > crcpw: this is a fork of the ob1 PML; it add some failover semantics. Oops! I messed this up: bfo is the one I meant to write up there -- it's a fork of ob1; it adds failover semantics. I don't know exactly what crcpw is -- I suspect this is

Re: [OMPI devel] How to add a schedule algorithm to the pml

2010-09-22 Thread Jeff Squyres
Sorry for the delay in replying -- I was in Europe for the past two weeks; travel always makes me wy behind on my INBOX... On Sep 14, 2010, at 9:56 PM, 张晶 wrote: > I tried to add a schedule algorithm to the pml component ,ob1 etc. Poorly I > can only find a paper named "Open MPI: A Flexi

Re: [OMPI devel] New Romio for OpenMPI available in bitbucket

2010-09-22 Thread Jeff Squyres
On Sep 17, 2010, at 6:36 AM, Pascal Deveze wrote: > In charge of ticket 1888 (see at > https://svn.open-mpi.org/trac/ompi/ticket/1888) , > I have put the resulting code in bitbucket at: > http://bitbucket.org/devezep/new-romio-for-openmpi/ Sweet! > The work in this repo consisted in refreshing