Re: [OMPI users] How to see the output from OPAL_OUTPUT_VERBOSE?

2016-05-22 Thread Ralph Castain
Because they are in the pmix framework - you need to set "pmix_base_verbose 5" > On May 22, 2016, at 9:46 AM, dpchoudh . wrote: > > Hello Gilles and Nathan > > Thank you very much for the answer. > > The reason I asked this question is that I wanted to see the debug output > from OPAL_MODEX_

Re: [OMPI users] How to see the output from OPAL_OUTPUT_VERBOSE?

2016-05-22 Thread dpchoudh .
Hello Gilles and Nathan Thank you very much for the answer. The reason I asked this question is that I wanted to see the debug output from OPAL_MODEX_RECV()/OPAL_MODEX_SEND(). As I reported in an earlier mail, in my case, the modex data from OPAL_MODEX_RECV() is getting corrupted and I wanted to

Re: [OMPI users] How to see the output from OPAL_OUTPUT_VERBOSE?

2016-05-22 Thread Nathan Hjelm
You use the *_base_verbose MCA variables. For example, if you want to see output from the btl use -mca btl_base_verbose x. The number x controls the verbosity level. Starting with 2.x are named levels but now many components conform to the names yet. In general components use use numbers between

Re: [OMPI users] How to see the output from OPAL_OUTPUT_VERBOSE?

2016-05-22 Thread Gilles Gouaillardet
this is usually done with mpirun --mca _base_verbose ... for example mpirun --mca btl_base_verbose 100 ... Cheers, Gilles On Sunday, May 22, 2016, dpchoudh . wrote: > Hello all > > I have built and installed OMPI with --enable-debug set. What runtime > parameter do I need to see the output fro

[OMPI users] How to see the output from OPAL_OUTPUT_VERBOSE?

2016-05-22 Thread dpchoudh .
Hello all I have built and installed OMPI with --enable-debug set. What runtime parameter do I need to see the output from OPAL_DEBUG_OUTPUT? Thank you Durga We learn from history that we never learn from history.