Re: [OMPI devel] [PATCH] Open MPI on ARMv5

2012-04-19 Thread Jeffrey Squyres
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

[OMPI devel] June Developers Meeting

2012-04-19 Thread Ralph Castain
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,

[OMPI devel] After svn up...

2012-04-19 Thread Jeffrey Squyres
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/

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