Yes, that is handy!
Thank you!
Oralee
On Oct 2, 2013, at 2:14 PM, Jeff Squyres (jsquyres) wrote:
> For even more ompi_info tricks, note that there's a "parsable" output mode,
> where you can grep/cut/awk/etc. For example:
>
> -
> $ ompi_info --all --parsable | grep orte_rsh
> mca:orte:
For even more ompi_info tricks, note that there's a "parsable" output mode,
where you can grep/cut/awk/etc. For example:
-
$ ompi_info --all --parsable | grep orte_rsh
mca:orte:base:param:orte_rsh_agent:value:ssh : rsh
mca:orte:base:param:orte_rsh_agent:source:default
mca:orte:base:param:ort
Okay. Thank you for the information.
On Oct 2, 2013, at 12:30 PM, "Jeff Squyres (jsquyres)"
wrote:
> On Oct 2, 2013, at 4:11 PM, Ralph Castain wrote:
>
>>MCA plm: parameter "plm_rsh_agent" (current value: "ssh :
>> rsh", data source: default, level
On Oct 2, 2013, at 4:11 PM, Ralph Castain wrote:
> MCA plm: parameter "plm_rsh_agent" (current value: "ssh :
> rsh", data source: default, level: 9 dev/all, type:
> string, synonyms: pls_rsh_agent, orte_rsh_agent)
>
Yeah, the new MCA param system was setup to be MPI-3 compliant, and so the
params don't show up unless you specify a high enough level. You'll see that
plm_rsh_agent is the new (and stable) name as it only impacts the rsh launcher
Ralphs-iMac:svn-trunk rhc$ ompi_info -level 9 --param plm rsh
This posting discusses "plm_rsh_agent" as being a Deprecated parameter:
http://www.open-mpi.org/community/lists/users/2010/11/14703.php
We just installed openmpi version 1.7.2 and now we see "orte_rsh_agent" as a
Deprecated parameter:
ompi_info --param plm rsh
---