Re: [OMPI devel] Remaining MTT errors

2015-09-14 Thread Gilles Gouaillardet
Ralph, the collective/op, collective/op_mpifh, collective/op_usempi, group/group, onesided/c_lock_illegal and random/attr-error-code fails because your contrib/platform/intel/bend/linux.conf contains the following line mpi_param_check = 0 and this is not handled correctly by ibm test suite.

Re: [OMPI devel] oshmem examples cannot be built

2015-09-14 Thread Igor
Hello, Checked on #6a8fad4 and it looks fine. $git show -1 commit 6a8fad49e57007cf8edce4ad8406f724d4e11f8f Author: Ralph Castain List-Post: devel@lists.open-mpi.org Date: Fri Sep 11 02:01:25 2015 -0700 Configure: --disable-vt --enable-orterun-prefix-by-default --enable-oshmem --with-slurm --w

[OMPI devel] MPI-3.1 books now available

2015-09-14 Thread Jeff Squyres (jsquyres)
The MPI-3.1 standard is now available (at cost) in hardcover: http://blogs.cisco.com/performance/mpi-3-1-books-now-available-in-hardcover Enjoy. -- Jeff Squyres jsquy...@cisco.com For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/

Re: [OMPI devel] Remaining MTT errors

2015-09-14 Thread Jeff Squyres (jsquyres)
On Sep 14, 2015, at 12:40 AM, Gilles Gouaillardet wrote: > > that leads to a few questions : > 1) should we handle this scenario (e.g. check config file) in mtt test itself > ? (and how ? via MPIT ? ) The tests (sorta) tried to handle this. I got some inspiration from Gilles' initial commit, a

Re: [OMPI devel] HWLOC issue

2015-09-14 Thread George Bosilca
Brice, I confirm your patch solves the issue I reported earlier for OMPI. I did not try it on a standalone HWLOC, so I am not sure that it maintains the coherency of the output. If you want I can give it a try. Thanks, George. On Thu, Sep 10, 2015 at 6:08 PM, Brice Goglin wrote: > Try this