Sometimes I want to use one of the option flags, for example today it is mtl_mxm_verbose. How do I discover the valid possible values of various MCA parameters?
I've tried ompi_info --all but it does not show the possible values, only the current value I've tried ompi_info --param <framework> all but no matter what string I give for framework, I get no output at all. Thanks