Re: [OMPI devel] OPAL polling optimization

2012-04-19 Thread Ralph Castain
We "ingest" the libevent releases from their distribution. Frankly, I am really loath to modify it as they become resistant to helping us with problems if we do, and the event lib is deeply embedded in our code. Would you please take the libevent modifications to them? Nick et al are very open

[OMPI devel] OPAL polling optimization

2012-04-19 Thread Alex Margolin
Hi, I'm writing a new polling module and I stumbled upon some strange code: The following function is implemented in openmpi-trunk/opal/mca/event/libevent2013/libevent/signal.c : evsig_add(struct event_base *base, evutil_socket_t evsignal, short old, short events, void *p) - It appears the