[OMPI devel] 1.7.3rc3 posted

2013-10-11 Thread Jeff Squyres (jsquyres)
In the usual location; please test: http://www.open-mpi.org/software/ompi/v1.7/ Major changes since rc2: - MPI_Dist_graph fixes - Fix PMI direct launch - Added some versions for .so files that were missing them - Updated to final .so versions - Fixed CUDA-aware compile error - Fix cygwin bui

[OMPI devel] 10 years of Open MPI!

2013-10-11 Thread Jeff Squyres (jsquyres)
Josh Hursey and I were just chatting in IM and we realized that Open MPI will be 10 years old the day after SC this year (which is just about exactly right -- we had an intense set of meetings at SC'03 and did a first skeleton set of commits right afterwards). w00t! ❯❯❯ svn log -r 1 --

Re: [OMPI devel] Changes to classes in OMPI

2013-10-11 Thread Ralph Castain
On Oct 11, 2013, at 4:07 AM, George Bosilca wrote: > > On Oct 9, 2013, at 15:29 , Ralph Castain wrote: > >> IIRC, the concern was with where the thread safety should reside. Some >> classes (e.g., opal_list) were littered with thread locks for every >> operation. So if someone implemented t

Re: [OMPI devel] Changes to classes in OMPI

2013-10-11 Thread George Bosilca
On Oct 9, 2013, at 15:29 , Ralph Castain wrote: > IIRC, the concern was with where the thread safety should reside. Some > classes (e.g., opal_list) were littered with thread locks for every > operation. So if someone implemented thread protection at a higher level > (e.g., protecting the lis