Ralph,

in your environment, pml/monitoring is disabled.

so instead of displaying "MCA pml monitoring", ompi_info --all displays

"MCA (disabled) pml monitoring" which is larger than 24 characters.


fwiw, you can observe the same behavior with

OMPI_MCA_sharedfp=^lockedfile ompi_info --all


one option is to bump centerpoint (opal/runtime/opal_info_support.c) from 24 to something larger, an other option is to mark disabled components with a shorter string, for example
"MCA (-) pml monitoring"


Cheers,

Gilles

On 6/3/2017 5:26 AM, r...@open-mpi.org wrote:
I keep seeing this when I run ompi_info --all:

**************************************************************************
*** DEVELOPER WARNING: A field in ompi_info output is too long and
*** will appear poorly in the prettyprint output.
***
***   Value:      "MCA (disabled) pml monitoring"
***   Max length: 24
**************************************************************************
**************************************************************************
*** DEVELOPER WARNING: A field in ompi_info output is too long and
*** will appear poorly in the prettyprint output.
***
***   Value:      "MCA (disabled) pml monitoring"
***   Max length: 24
**************************************************************************

Anyone know what this is about???
Ralph



_______________________________________________
devel mailing list
devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/devel

_______________________________________________
devel mailing list
devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/devel

Reply via email to