Re: [OMPI devel] [O-MPI devel] Alpha 4 and job state transitions

2006-02-14 Thread Ralph H. Castain
Hi Greg I believe you may have been wiring it up originally because we didn't have that service implemented at that time. We do have it all wired up now - in fact, Brian has done some fairly important cleanup to the system recently. Since we complete the wiring upon notification of the INIT

Re: [OMPI devel] [O-MPI devel] Alpha 4 and job state transitions

2006-02-13 Thread Greg Watson
I thought we were wiring up stdio ourselves because it wasn't being done in the spawn? If it's now being done by spawn then that's fine, but we need to be able to get called back when the I/O becomes available. How does this work? Greg On Feb 13, 2006, at 2:16 PM, Ralph H. Castain wrote:

Re: [OMPI devel] [O-MPI devel] Alpha 4 and job state transitions

2006-02-13 Thread Ralph H. Castain
HI wonder if this is going to create a problem? Tim/Brian/you io forwarding folks: This poses an interesting question. We automatically wire up i/o forwarding in our spawn routine. What happens when someone sets up their own i/o forwarding callback and subsequently wires up stdio thems