[OMPI devel] Question About "mpi_leaved_pinned 1" Option

2013-01-16 Thread Gutierrez, Samuel K
Has anyone else noticed that mpi_leave_pinned 1 with the openib BTL (and potentially others) isn't working in 1.7rc6 and the trunk head? On the same system and within the same allocation everything seems to be working fine with 1.6.3, for example. When I try it with the latest 1.7 rc and the tru

[OMPI devel] [patch] MPI-2.2: Ordering of attribution deletion callbacks on MPI_COMM_SELF

2013-01-16 Thread KAWASHIMA Takahiro
Hi, I've implemented ticket #3123 "MPI-2.2: Ordering of attribution deletion callbacks on MPI_COMM_SELF". https://svn.open-mpi.org/trac/ompi/ticket/3123 As this ticket says, attributes had been stored in unordered hash. So I've replaced opal_hash_table_t with opal_list_t and made necessary mod