[OMPI users] Deprecated parameter: orte_rsh_agent

2013-10-02 Thread Oralee Nudson
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 ---

Re: [OMPI users] Deprecated parameter: orte_rsh_agent

2013-10-02 Thread Ralph Castain
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

Re: [OMPI users] Deprecated parameter: orte_rsh_agent

2013-10-02 Thread Jeff Squyres (jsquyres)
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) >

Re: [OMPI users] Deprecated parameter: orte_rsh_agent

2013-10-02 Thread Oralee Nudson
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

Re: [OMPI users] Deprecated parameter: orte_rsh_agent

2013-10-02 Thread Jeff Squyres (jsquyres)
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

[OMPI users] CPU binding

2013-10-02 Thread Panos Labropoulos
Hallo, We seem to be unable to to set the cpu binding on a cluster consisting of Dell M420/M610 systems: [jallan@hpc21 ~]$ cat report-bindings.sh #!/bin/sh bitmap=`hwloc-bind --get -p` friendly=`hwloc-calc -p -H socket.core.pu $bitmap` echo "MCW rank $OMPI_COMM_WORLD_RANK (`hostname`): $friendl

Re: [OMPI users] CPU binding

2013-10-02 Thread Jeff Squyres (jsquyres)
This seems to be a question about hwloc, not about Open MPI. To clarify, hwloc is a sub-project of Open MPI, but it has its own mailing list. Would you mind re-directing your question over there? http://www.open-mpi.org/community/lists/hwloc.php Thanks! On Oct 2, 2013, at 7:32 PM, Pano

Re: [OMPI users] CPU binding

2013-10-02 Thread Panos Labropoulos
Dear Jeff, Thanks for the reply. I will forward my question there. Best Regards, Panos Labropoulos On Thu, Oct 3, 2013 at 2:14 AM, Jeff Squyres (jsquyres) wrote: > This seems to be a question about hwloc, not about Open MPI. > > To clarify, hwloc is a sub-project of Open MPI, but it has its

Re: [OMPI users] Deprecated parameter: orte_rsh_agent

2013-10-02 Thread Oralee Nudson
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: