Re: [OMPI devel] devel Digest, Vol 2905, Issue 1

2015-01-31 Thread Dave Turner
The Mellanox 2.33.5100 firmware upgrade that came out a few days ago did indeed fix the problem we were seeing with the mlx4 errors. Thanks for pointing us in that direction. Dave Turner On Thu, Jan 29, 2015 at 11:00 AM, wrote: > Send devel mailing list submissions to

Re: [OMPI devel] Reporting bugs in the github world

2015-01-31 Thread Jeff Squyres (jsquyres)
Done; thanks for the heads up. > On Jan 31, 2015, at 9:11 AM, Bert Wesarg wrote: > > All, > > I think http://www.open-mpi.org/community/help/ needs an update regarding > github and please mention gist as the way to attach files to issues. > > Thanks. > > Bert > > > > On 01/31/2015 03:00 P

[OMPI devel] Reporting bugs in the github world

2015-01-31 Thread Bert Wesarg
All, I think http://www.open-mpi.org/community/help/ needs an update regarding github and please mention gist as the way to attach files to issues. Thanks. Bert On 01/31/2015 03:00 PM, Jeff Squyres wrote: Thanks. Gist is the normal way. --- Reply to this email directly or view it on Git

Re: [OMPI devel] Assertion `0 != r_mkey->len' failed in spml_yoda.c:1113:mca_spml_yoda_get

2015-01-31 Thread Bert Wesarg
On 01/31/2015 02:00 PM, Jeff Squyres (jsquyres) wrote: Bert -- Can you file this as a Github issue? FTR: https://github.com/open-mpi/ompi/issues/367 -- Dipl.-Inf. Bert Wesarg wiss. Mitarbeiter Technische Universität Dresden Zentrum für Informationsdienste und Hochleistungsrechnen (ZIH) 0106

Re: [OMPI devel] segmentation fault on an accumulate-fence test

2015-01-31 Thread Jeff Squyres (jsquyres)
Alina -- Sorry; I think this bug report got lost in the run-up to the Open MPI dev meeting last week, and that fact that Nathan (the primary one-sided maintainer) is taking a little time off. Can you file a Github issue about this? Thanks. > On Jan 19, 2015, at 4:50 AM, Alina Sklarevich >

Re: [OMPI devel] btl_openib.c:1200: mca_btl_openib_alloc: Assertion `qp != 255' failed

2015-01-31 Thread Jeff Squyres (jsquyres)
Adrian -- Can you file this as a Github issue? Thanks. > On Jan 17, 2015, at 12:58 PM, Adrian Reber wrote: > > This time my bug report is not PSM related: > > I was able to reproduce the MTT error from > http://mtt.open-mpi.org/index.php?do_redir=2228 > on my system with openmpi-dev-720-gf4

Re: [OMPI devel] RFC: Remove embedded libltdl

2015-01-31 Thread Jeff Squyres (jsquyres)
Hmm. I'm unable to find where this happens -- we don't explicitly list "libltdl.so" anywhere, for example. Libltdl is added by AC_CHECK_LIB, like most other libraries OMPI links against. Can you send more info (perhaps off-list, if the attachments get large): - full output of configure - conf

Re: [OMPI devel] Assertion `0 != r_mkey->len' failed in spml_yoda.c:1113:mca_spml_yoda_get

2015-01-31 Thread Jeff Squyres (jsquyres)
Bert -- Can you file this as a Github issue? > On Jan 31, 2015, at 7:03 AM, Bert Wesarg wrote: > > All, > > On 01/31/2015 10:04 AM, Bert Wesarg wrote: >> I also have failing shmem programs with 1.8.4 which didn't with 1.8.2. >> > > I have now a reproducer which fails for me with 1.8.4 and d

Re: [OMPI devel] RFC: Remove embedded libltdl

2015-01-31 Thread Jeff Squyres (jsquyres)
Looks like the lt_interface.c code didn't properly use the lt_dladvise #if. How did that ever work, I wonder? Fixed now. On to your second finding... > On Jan 30, 2015, at 7:42 PM, Paul Hargrove wrote: > > Not meeting with the greatest of success. > This is a report of just the first (of at

Re: [OMPI devel] help-oshmem-shmem.txt still missing in v1.8

2015-01-31 Thread Jeff Squyres (jsquyres)
https://github.com/open-mpi/ompi-release/pull/176 filed; thanks. > On Jan 31, 2015, at 4:04 AM, Bert Wesarg wrote: > > Hi, > > the help-oshmem-shmem.txt is still missing in the v1.8 branch but used by the > oshmem component. The fix may be part of > be3fc7bf202546a64c299f3055b231edc0985e9e in

[OMPI devel] Assertion `0 != r_mkey->len' failed in spml_yoda.c:1113:mca_spml_yoda_get

2015-01-31 Thread Bert Wesarg
All, On 01/31/2015 10:04 AM, Bert Wesarg wrote: I also have failing shmem programs with 1.8.4 which didn't with 1.8.2. I have now a reproducer which fails for me with 1.8.4 and dev-791-g03c2adf but works with 1.8.2. SHMMAX is: $ cat /proc/sys/kernel/shmmax 268435456 config.log and ompi_in

[OMPI devel] help-oshmem-shmem.txt still missing in v1.8

2015-01-31 Thread Bert Wesarg
Hi, the help-oshmem-shmem.txt is still missing in the v1.8 branch but used by the oshmem component. The fix may be part of be3fc7bf202546a64c299f3055b231edc0985e9e in the oshmem/mca/sshmem/base/Makefile.am. At least this has the diff which matches the current diff between master and v1.8 $