Re: [OMPI devel] seg fault when using yalla, XRC, and yalla

2016-04-20 Thread Alina Sklarevich
Hi David, I was able to reproduce the issue you reported. When the command line doesn't specify the components to use, ompi will try to load/open all the ones available (and close them in the end) and then choose the components according to their priority and whether or not they were opened succe

Re: [OMPI devel] seg fault when using yalla, XRC, and yalla

2016-04-21 Thread Alina Sklarevich
-- > Hello, world, I am 0 of 1, (Open MPI v1.10.2, package: Open MPI > dshra...@mu-fey.lanl.gov Distribution, ident: 1.10.2, repo rev: > v1.10.1-145-g799148f, Jan 21, 2016, 135) > > So, telling the openib btl to use the actual hca

Re: [OMPI devel] seg fault when using yalla, XRC, and yalla

2016-04-24 Thread Alina Sklarevich
install to have pml = ob1. I have seen little to no benefit with > > using MXM on mustang. In fact, the default configuration (which uses UD) > > gets terrible bandwidth. > > > > -Nathan > > > > On Thu, Apr 21, 2016 at 01:48:46PM +0300, Alina Sklarevich wrot

Re: [OMPI devel] Openmpi support for Mellanox CX4-LX

2017-06-14 Thread Alina Sklarevich
Hi, For rdmacm to work with openib btl, the first receive queue needs to be a point-to-point queue (and not SRQ which is the default in OMPI v2.x). Can you please try adding this parameter to the command line? -mca btl_openib_receive_queues P,4096,8,6,4 You can change the numbers according to what

[OMPI devel] hwloc error

2014-09-14 Thread Alina Sklarevich
Hello, I am using ompi-v1.8 and have come across the following error: -- Open MPI tried to bind a new process, but something went wrong. The process was killed without launching the target application. Your job will

Re: [OMPI devel] hwloc error

2014-09-15 Thread Alina Sklarevich
Thanks Ralph, adding --hetero-nodes to the command line solved this issue. Alina. On Mon, Sep 15, 2014 at 6:51 AM, Ralph Castain wrote: > Try adding --hetero-nodes to your mpirun cmd line > > On Sep 14, 2014, at 8:25 AM, Alina Sklarevich > wrote: > > Hello, > > > I

Re: [OMPI devel] Need to know your Github ID

2014-09-18 Thread Alina Sklarevich
ompimtttester On Thu, Sep 18, 2014 at 11:38 AM, Alex Margolin < alex.margo...@mail.huji.ac.il> wrote: > alex -> alex-ma > alinas -> alinask > > amikheev -> alex-mikheev > > vasily -> vasilyMellanox > > > On Wed, Sep 10, 2014 at 1:46 PM, Jeff Squyres (jsquyres) < > jsquy...@cisco.com> wrote: > >>

[OMPI devel] osu_mbw_mr error

2014-11-03 Thread Alina Sklarevich
Hi, On 1.8.4rc1 we observe the following assert in the osu_mbw_mr test when using the openib BTL. When compiled in production mode (i.e. no --enable-debug) the test simply hangs. When using either the tcp BTL or the cm PML, the benchmark completes without error. The command line to reproduce th

[OMPI devel] thread-tests hang

2014-11-04 Thread Alina Sklarevich
Hi, We observe a hang when running the multi-threading support test "latency.c" (attached to this report), which uses MPI_THREAD_MULTIPLE. The hang happens immediately at the begining of the test and is reproduced in the v1.8 release branch. The command line to reproduce the behavior is: $ mpir

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

2015-01-19 Thread Alina Sklarevich
Dear OMPI community, We observe a segmentation fault in our regression testing. Our initial investigation shows that It happens for any 1.8.x release and with any PML/BTL/MTL combo on two processes, when running the MPICH one-sided test, accumulate-fence test, attached to this report with the fo

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

2015-01-19 Thread Alina Sklarevich
Attaching the test for reproduction. On Mon, Jan 19, 2015 at 11:48 AM, Alina Sklarevich < ali...@dev.mellanox.co.il> wrote: > Dear OMPI community, > > > > We observe a segmentation fault in our regression testing. Our initial > investigation shows that It happens for an

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

2015-02-05 Thread Alina Sklarevich
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 > wrote: > > > > Attaching the test for reproduction. > > &g

Re: [OMPI devel] Unwanted ibv_fork_init() mess(ages) and complaint for non-IB login node

2015-03-05 Thread Alina Sklarevich
Hi, I will change the default of the opal_common_verbs_want_fork_support to -1 in order to avoid these messages in case ibv_fork_init() fails. The reason why it is failing is that ibv_fork_init() is being called to late. To avoid this, every component should call ibv_fork_init() early in the init

Re: [OMPI devel] Unwanted ibv_fork_init() mess(ages) and complaint for non-IB login node

2015-03-05 Thread Alina Sklarevich
se going on that needs to be understood. > > > > > On Mar 5, 2015, at 1:57 AM, Alina Sklarevich > wrote: > > > > Hi, > > > > I will change the default of the opal_common_verbs_want_fork_support to > -1 in order to avoid these messages in case ibv_fork

Re: [OMPI devel] Unwanted ibv_fork_init() mess(ages) and complaint for non-IB login node

2015-03-05 Thread Alina Sklarevich
ggested so these warnings shouldn't appear anymore. On Thu, Mar 5, 2015 at 4:51 PM, Jeff Squyres (jsquyres) wrote: > On Mar 5, 2015, at 6:32 AM, Alina Sklarevich > wrote: > > > > If oob:ud was disabled then there was no call to ibv_fork_init() > anywhere else, right? If so,

Re: [OMPI devel] Unwanted ibv_fork_init() mess(ages) and complaint for non-IB login node

2015-03-06 Thread Alina Sklarevich
, Jeff Squyres (jsquyres) < > jsquy...@cisco.com> wrote: > >> On Mar 5, 2015, at 7:33 AM, Alina Sklarevich >> wrote: >> > >> > I don't know much about PSM either but shouldn't it be called only >> after the oob:ud code? >> > If so, then