[OMPI users] COLL-ML ATTENTION

2018-07-04 Thread larkym via users
Good evening, Can someone help me understand the following error I am getting? [coll_ml_mca.c:471:hmca_coll_ml_register_params] COLL-ML ATTENTION: Available IPoIB interface was not found MCAST capability will be disabled.  I am currently using open mpi 2.0 that comes with Mellanox. I am running

Re: [OMPI users] Verbose output for MPI

2018-07-04 Thread Maksym Planeta
That worked out. Thank you! On 04/07/18 19:26, r...@open-mpi.org wrote: Try adding PMIX_MCA_ptl_base_verbose=10 to your environment On Jul 4, 2018, at 8:51 AM, Maksym Planeta wrote: Thanks for quick response, I tried this out and I do get more output: https://pastebin.com/JkXAYdM4. But

Re: [OMPI users] Verbose output for MPI

2018-07-04 Thread r...@open-mpi.org
Try adding PMIX_MCA_ptl_base_verbose=10 to your environment > On Jul 4, 2018, at 8:51 AM, Maksym Planeta > wrote: > > Thanks for quick response, > > I tried this out and I do get more output: https://pastebin.com/JkXAYdM4. But > the line I need does not appear in the output. > > On 04/07/18

Re: [OMPI users] Verbose output for MPI

2018-07-04 Thread Maksym Planeta
Thanks for quick response, I tried this out and I do get more output: https://pastebin.com/JkXAYdM4. But the line I need does not appear in the output. On 04/07/18 17:38, Nathan Hjelm via users wrote: --mca pmix_base_verbose 100 -- Regards, Maksym Planeta

Re: [OMPI users] Verbose output for MPI

2018-07-04 Thread Nathan Hjelm via users
--mca pmix_base_verbose 100 > On Jul 4, 2018, at 9:15 AM, Maksym Planeta > wrote: > > Hello, > > I have troubles figuring out how can I configure verbose output properly. > There is a call to pmix_output_verbose in > opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/ptl_tcp.c in function

[OMPI users] Verbose output for MPI

2018-07-04 Thread Maksym Planeta
Hello, I have troubles figuring out how can I configure verbose output properly. There is a call to pmix_output_verbose in opal/mca/pmix/pmix3x/pmix/src/mca/ptl/tcp/ptl_tcp.c in function try_connect: pmix_output_verbose(2, pmix_ptl_base_framework.framework_output,

Re: [OMPI users] 3.1.1 Bindings Change

2018-07-04 Thread Jeff Squyres (jsquyres) via users
Greetings Matt. https://github.com/open-mpi/ompi/commit/4d126c16fa82c64a9a4184bc77e967a502684f02 is the specific commit where the fixes came in. Here's a little creative grepping that shows the APIs affected (there's also some callback function signatures that were fixed, too, but they're