<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I am trying to use hydra with a non-standard launcher (but setting<br>
    HYDRA_LAUNCHER=rsh) and am getting the following message:<br>
    <blockquote>Launch arguments: /users/jdm/bin/rurun 0
      "/users/jdm/ssm/hydra_1.5_ubuntu-10.04-amd64-64/bin/hydra_pmi_proxy"
      --control-port mel-fe01:44887 --debug --rmk user --launcher rsh
      --launcher-exec /users/jdm/bin/rurun --demux poll --pgid 0
      --retries 10 --usize -2 --proxy-id 0 <br>
      *argv ((null))<br>
      [proxy:unset@mel-fe01] HYD_pmcd_pmip_get_params
      (./pm/pmiserv/pmip_utils.c:704): server name not available<br>
      [proxy:unset@mel-fe01] main (./pm/pmiserv/pmip.c:173): bad
      parameters passed to the proxy<br>
    </blockquote>
    I called:<br>
    <blockquote>mpirun -verbose -hosts 0 -disable-hostname-propagation
      whoami<br>
    </blockquote>
    where 0 is an index into a lookup table that rurun knows about<br>
    and that I don't want mpirun to deal with. I expected that<br>
    -disable-hostname-propagation would defer getting hostname<br>
    information until the process was launched on the target<br>
    node and so using "0" would pose no problem.<br>
    <br>
    I looked through the code to try to figure out what is happening<br>
    but it is currently non-obvious. Can anyone give me a pointer<br>
    on where I might look so as to debug my problem?<br>
    <br>
    Thanks,<br>
    John<br>
  </body>
</html>