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 
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
___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users


___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users



--
Regards,
Maksym Planeta
___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users


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 17:38, Nathan Hjelm via users wrote:
>> --mca pmix_base_verbose 100
> -- 
> Regards,
> Maksym Planeta
> ___
> users mailing list
> users@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/users

___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users


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
___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users


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 try_connect:
> 
>pmix_output_verbose(2, pmix_ptl_base_framework.framework_output,
>"pmix:tcp try connect to %s",
>mca_ptl_tcp_component.super.uri);
> 
> I'm confident that the control flow goes through this function call, because 
> I see a log message from line 692:
> 
> PMIX ERROR: ERROR STRING NOT FOUND in file ptl_tcp.c at line 692
> 
> But my attempts to configure mca parameters properly failed.
> 
> Could you help me with the exact parameters to force the pmix_output_verbose 
> be active?
> 
> -- 
> Regards,
> Maksym Planeta
> ___
> users mailing list
> users@lists.open-mpi.org
> https://lists.open-mpi.org/mailman/listinfo/users
___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users


[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,
"pmix:tcp try connect to %s",
mca_ptl_tcp_component.super.uri);

I'm confident that the control flow goes through this function call, 
because I see a log message from line 692:


PMIX ERROR: ERROR STRING NOT FOUND in file ptl_tcp.c at line 692

But my attempts to configure mca parameters properly failed.

Could you help me with the exact parameters to force the 
pmix_output_verbose be active?


--
Regards,
Maksym Planeta
___
users mailing list
users@lists.open-mpi.org
https://lists.open-mpi.org/mailman/listinfo/users