Thanks Evan!
(sorry for the delay in replying -- I was on vacation all last week and I'm
*still* catching up...)
Lief -- does this look good to you?
On Apr 13, 2012, at 11:13 PM, Evan Clinton wrote:
> At present Open MPI only supports ARMv7 processors. Attached is a
> patch against current t
Hi folks
On the weekly telecon, we settled on the dates for a developer's meeting to
discuss the OMPI 1.7 release series. Because some of us will be at the MPI
Forum meeting in Japan in June, and we are hitting the typical vacation season,
the choice of dates was severely limited. Accordingly,
You may have missed it at the bottom of my mail last night, but after running
"svn up" to get all the new Fortran stuff, you might want to run these commands
to clean out kruft that "svn up" may not remove:
rm -f ompi/mpiext/affinity/OMPI_Affinity_str.3
rm -rf ompi/mpiext/example/f77
rm -f ompi/
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
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