Re: [OMPI users] How can I discover valid values for MCA parameters?

2015-05-30 Thread Jeff Squyres (jsquyres)
On May 29, 2015, at 12:05 PM, Blosch, Edwin L wrote: > > I’ve tried ompi_info --param all but no matter what string I > give for framework, I get no output at all. Keep in mind that starting sometime in the v1.7 series, ompi_info grew another command line

Re: [OMPI users] How can I discover valid values for MCA parameters?

2015-05-29 Thread Blosch, Edwin L
place and installed in another, even after I set OPAL_PREFIX to reflect the installed location. From: users [mailto:users-boun...@open-mpi.org] On Behalf Of Blosch, Edwin L Sent: Friday, May 29, 2015 11:06 AM To: Open MPI Users (us...@open-mpi.org) Subject: EXTERNAL: [OMPI users] How can I discover

Re: [OMPI users] How can I discover valid values for MCA parameters?

2015-05-29 Thread Nathan Hjelm
At the moment we only provide the list of possible values for emumerated integers. If an integer is enumerated you will see something like this in the ompi_info -a output: Valid values: 0:"static", 1:"sequential", 2:"unknown-root" I am hoping to expand this support to more variables in the

[OMPI users] How can I discover valid values for MCA parameters?

2015-05-29 Thread Blosch, Edwin L
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 all