Re: [OMPI devel] [OMPI users] simple mpi hello world segfaults when coll ml not disabled

2015-06-29 Thread Devendar Bureddy
Fixed this issue in HCOLL by renaming conflicting symbols. Repro case is working fine after this. also explored –Bsymbolic linker option, but it seems not safe to do. -Devendar From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Thursday, June 25, 2015 9:31 PM To:

[OMPI devel] mpich test ini file

2015-06-24 Thread Devendar Bureddy
Jeff, Attached mlnx internal mpich test ini file. please note that we don't run all the tests in the mpich tests - we remove some of them during the build stage in the mpich_tests.ini file -Devendar mpich_tests.ini Description: mpich_tests.ini

Re: [OMPI devel] binding output error

2015-04-21 Thread Devendar Bureddy
I agree. -Original Message- From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff Squyres (jsquyres) Sent: Tuesday, April 21, 2015 7:17 AM To: Open MPI Developers List Subject: Re: [OMPI devel] binding output error +1 Devendar, you seem to be reporting a different issue

Re: [OMPI devel] binding output error

2015-04-20 Thread Devendar Bureddy
HT is not enabled. All node are same topo . This is reproducible even on single node. I ran osu latency to see if it is really is mapped to other socket or not with –map-by socket. It looks likes mapping is correct as per latency test. $mpirun -np 2 -report-bindings -map-by socket

Re: [OMPI devel] mlx4 QP operation err

2015-01-28 Thread Devendar Bureddy
are you able to reproduce this error with ib verbs bw test? I hope, you are running on lossless Ethernet fabric setup and selecting correct VLAN . -Devendar From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Dave Turner Sent: Wednesday, January 28, 2015 4:31 PM To:

Re: [OMPI devel] openib receive queue settings

2014-12-26 Thread Devendar Bureddy
Looks like a bug here. It is considering source of var is MCA_BASE_VAR_SOURCE_FILE for both variables reading from mca-param.conf andv INI file(opal/mca/btl/openib/mca-btl-openib-device-params.ini). But, in function mca_btl_openib_tune_endpoint(), where this error triggered is only

Re: [OMPI devel] --enable-visibility ( OPAL_C_HAVE_VISIBILITY) behavior in trunk

2014-09-29 Thread Devendar Bureddy
:25 PM To: Open MPI Developers List Subject: Re: [OMPI devel] --enable-visibility ( OPAL_C_HAVE_VISIBILITY) behavior in trunk I can't quite parse what you are saying -- do you have a specific question? On Sep 29, 2014, at 7:18 PM, Devendar Bureddy <deven...@mellanox.com> wrote: > This is

[OMPI devel] --enable-visibility ( OPAL_C_HAVE_VISIBILITY) behavior in trunk

2014-09-29 Thread Devendar Bureddy
This is supposed to be enable by default. In trunk, I see that OPAL_C_HAVE_VISIBILITY is defined to 0 by default. 1.8.x looks fine Configure : ./configure -prefix=$PWD/install --enable-mpirun-prefix-by-default --disable-mpi-fortran --disable-vt --enable-debug --enable-oshmem --with-pmi GCC