Re: [OMPI devel] Open MPI shirts and more

2013-10-23 Thread Kenneth A. Lloyd
+1 - and my family has been notified for the holidays. -Original Message- From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff Squyres (jsquyres) Sent: Friday, October 18, 2013 1:42 PM To: Open MPI Developers List Subject: [OMPI devel] Open MPI shirts and more OMPI Developer

[OMPI devel] .mailmap added for github mirror

2013-10-23 Thread Dave Goodell (dgoodell)
Based on discussion with Mellanox around the recent GitHub mirror updates, I've added a .mailmap file in r29494. It helps address two goals: 1) To be able to fix misspelled names without rewinding the Git history. 2) To be able to add email addresses incrementally without rewinding Git history

Re: [OMPI devel] [OMPI svn] svn:open-mpi r29489 - trunk/orte/mca/plm/base

2013-10-23 Thread Ralph Castain
I reverted this changeset from the trunk as it incorrectly re-added the local coprocessor data to the HNP's hash table. This is already being done in the ess/hnp module, and there is no value in duplicating it again every time a daemon calls back. As noted in the revert comment, if we want host da

Re: [OMPI devel] http://newscenter.lbl.gov/wp-content/uploads/2008/07/yelick-berkeleyview-july081.pdf

2013-10-23 Thread Larry Baker
Ralph, et al., Kathy Yelick is featured in this month's ACM Member News sidebar (p. 17). It also turns out she will be giving a lecture at SC13. http://sc13.supercomputing.org/content/sc13-feature-acm-athena-lecturer-katherine-yelick Check it out. Larry Baker US Geological Survey 650-329-5608

[OMPI devel] Warnings in v1.7.4: rcache

2013-10-23 Thread Ralph Castain
One of the recent CMRs has created new warnings in v1.7.4: rcache_vma.c: In function 'mca_rcache_vma_find': rcache_vma.c:58:23: warning: pointer of type 'void *' used in arithmetic [-Wpedantic] bound_addr = addr + size - 1; ^ rcache_vma.c:58:30: warning: pointer of type

Re: [OMPI devel] Warnings in v1.7.4: rcache

2013-10-23 Thread Rolf vandeVaart
Yes, that is from one of my CMRs. I always configure with -enable-picky but that did not pick up this warning. I will fix this in the trunk in the morning (watching the Red Sox right now :)) and then file CMR to bring over. Rolf From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Ralp