[OMPI devel] uDAPL EVD queue length issue

2007-12-03 Thread Jon Mason
While working on OMPI udapl btl, I have noticed some "interesting" behavior. OFA udapl wants the evd queues to be a power of 2 and then will subtract 1 for book keeping (ie, so that internal head and tail pointers never touch except when the ring is empty). OFA udapl will report the queue length

Re: [OMPI devel] Indirect calls to wait* and test*

2007-12-03 Thread Jeff Squyres
Right ok, I remember now. Thanks! On Dec 3, 2007, at 12:38 PM, Aurelien Bouteiller wrote: You asked the exact same question in Paris, so I bet you don't remember the discussions :) We can not only use a callback on request completion (actually there is already one, req_free is called anytime

Re: [OMPI devel] Indirect calls to wait* and test*

2007-12-03 Thread Aurelien Bouteiller
You asked the exact same question in Paris, so I bet you don't remember the discussions :) We can not only use a callback on request completion (actually there is already one, req_free is called anytime a request completes and can be used to that purpose). We need to know wether the reques

[OMPI devel] [Fwd: OMPI Bug Status]

2007-12-03 Thread Terry Dontje
Just a reminder that tomorrow we would like to discuss the bugs that we think need to be fixed in a future 1.2 dot release. So far no one has sent in email any defects they think needs to be fix in a future 1.2 release. --td --- Begin Message --- At today's OMPI concall meeting it was decided

[OMPI devel] MPI_COMM_SPAWN[_MULTIPLE] launching non-MPI jobs

2007-12-03 Thread Jeff Squyres
This has been a long-standing ticket: https://svn.open-mpi.org/trac/ompi/ticket/1106 Ralph just recently implemented this on his branch, and is open for suggestions as to what we should name the MPI_Info key. Anyone have any suggestions? -- Jeff Squyres Cisco Systems

Re: [OMPI devel] Indirect calls to wait* and test*

2007-12-03 Thread Jeff Squyres
Aurelien -- I confess to forgetting some of the Paris discussion. :-\ Could the same effect of these pointers also be effected by having a completion callback function pointer on the request? Or do you need more than that? On Nov 29, 2007, at 6:37 PM, Aurelien Bouteiller wrote: This pa