Re: [OMPI devel] Problem with bind-to

2017-04-14 Thread Cyril Bordage
; [././././././B/.][./././././././.] >>>> [n2:52982] MCW rank 7 bound to socket 0[core 7[hwt 0]]: >>>> [./././././././B][./././././././.] >>>> [n2:52982] MCW rank 8 bound to socket 1[core 8[hwt 0]]: >>>> [./././././././.][B/././././././.] >>>> [n2:52982

Re: [OMPI devel] Problem with bind-to

2017-04-13 Thread Cyril Bordage
; you generating this output claiming it isn’t bound? > >> On Apr 13, 2017, at 7:57 AM, Cyril Bordage wrote: >> >> devel11:17550] [[29888,0],0] rmaps:base set policy with NULL device NONNULL >> [devel11:17550] mca:rmaps:select: checking available component mindist &g

Re: [OMPI devel] Problem with bind-to

2017-04-13 Thread Cyril Bordage
. I don’t see > any debug output from your compute nodes, which is suspicious. > > Try adding --leave-session-attached to the cmd line and let’s see if we can > capture the compute node daemon’s output > >> On Apr 13, 2017, at 7:48 AM, Cyril Bordage wrote: >> >&

Re: [OMPI devel] Problem with bind-to

2017-04-13 Thread Cyril Bordage
My machine file is: miriel025*24 miriel026*24 Le 13/04/2017 à 16:46, Cyril Bordage a écrit : > There is the output: > ## > [devel11:80858] [[2965,0],0] rmaps:base set policy with NULL device NONNULL > [d

Re: [OMPI devel] Problem with bind-to

2017-04-13 Thread Cyril Bordage
/04/2017 à 16:31, r...@open-mpi.org a écrit : > Try adding "-mca rmaps_base_verbose 5” and see what that output tells us - I > assume you have a debug build configured, yes (i.e., added --enable-debug to > configure line)? > > >> On Apr 13, 2017, at 7:28 AM, Cyril Bordag

Re: [OMPI devel] Problem with bind-to

2017-04-13 Thread Cyril Bordage
t;> lstopo does give the same output on both types on nodes. What is the >>> purpose of that? >>> >>> Thanks. >>> >>> >>> Cyril. >>> >>> Le 13/04/2017 à 15:24, gil...@rist.or.jp a écrit : >>>> Also, can you ple

Re: [OMPI devel] Problem with bind-to

2017-04-13 Thread Cyril Bordage
be a bit more specific? >> >> - What version of Open MPI are you using? >> - How did you configure Open MPI? >> - How are you launching Open MPI applications? >> >> >>> On Apr 13, 2017, at 9:08 AM, Cyril Bordage > wrote: >>> >&g

Re: [OMPI devel] Problem with bind-to

2017-04-13 Thread Cyril Bordage
Hi, now this bug happens also when I launch my mpirun command from the compute node. Cyril. Le 06/04/2017 à 05:38, r...@open-mpi.org a écrit : > I believe this has been fixed now - please let me know > >> On Mar 30, 2017, at 1:57 AM, Cyril Bordage wrote: >> >> Hello,

[OMPI devel] Problem with bind-to

2017-03-30 Thread Cyril Bordage
Hello, I am using the git version of MPI with "-bind-to core -report-bindings" and I get that for all processes: [miriel010:160662] MCW rank 0 not bound When I use an old version I get: [miriel010:44921] MCW rank 0 bound to socket 0[core 0[hwt 0]]: [B/././././././././././.][././././././././././.

Re: [OMPI devel] Segfault on MPI init

2017-03-30 Thread Cyril Bordage
Hello, when I went back to this problem, the segfault did not happen again... I do not know why, but I am glad with that. Cyril. Le 13/02/2017 à 10:15, Cyril Bordage a écrit : > Unfortunately this does not complete this thread. The problem is not > solved! It is not an installation prob

Re: [OMPI devel] Segfault on MPI init

2017-02-14 Thread Cyril Bordage
pirun --mca oob_tcp_if_include eth0 ... >> (replace eth0 with something appropriate if needed) >> >> Cheers, >> >> Gilles >> >> Cyril Bordage wrote: >>> Unfortunately this does not complete this thread. The problem is not >>> solved! It is not an

Re: [OMPI devel] Segfault on MPI init

2017-02-13 Thread Cyril Bordage
> > >> On Feb 10, 2017, at 05:38 , Cyril Bordage wrote: >> >> Thank you for your answer. >> I am running the git master version (last tested was cad4c03). >> >> FYI, Clément Foyer is talking with George Bosilca about this problem. >> >> >

Re: [OMPI devel] Segfault on MPI init

2017-02-10 Thread Cyril Bordage
error is indicating that Open MPI is trying to start a user-level helper > daemon on the remote node, and the daemon is seg faulting (which is unusual). > > One thing to be aware of: > > https://www.open-mpi.org/faq/?category=building#install-overwrite > > > >> On

[OMPI devel] Segfault on MPI init

2017-02-06 Thread Cyril Bordage
dea where this error may come from? Thank you. Cyril Bordage. ___ devel mailing list devel@lists.open-mpi.org https://rfd.newmexicoconsortium.org/mailman/listinfo/devel

[OMPI devel] Disable progress engine

2017-01-24 Thread Cyril Bordage
Hello, I would like to see how the overlapping between communications and computations is done in some applications. And I would like to be able to prevent it. In this purpose, is it possible to disable the progress engine and have the application nearly as if there was no asynchronous communicati

[OMPI devel] Problem with monitoring

2016-06-08 Thread Cyril Bordage
Hi, I am trying to use the monitoring in MPI but I haven't any output when I run the following command: mpirun -np 4 --mca pml_monitoring_enable 2 ./monitoring_test The program ends correctly but I haven't the files that should be created in the folder "prof". I compiled the master branch (commi