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
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
--
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
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