Hi,
When forwarding stdin to all ranks in the job (mpirun --stdin all), the
following error message is output:
--
[berlin73:02223] [[56600,0],0] ORTE_ERROR_LOG: A message is attempting
to be sent to a process whose contact information is unknown in
file ../../../../../orte/mca/rml
Mike --
I would make this a bit better of an error. I.e., use orte_show_help(), so you
can explain the issue more, and also remove all duplicates (i.e., if it fails
to register multiple times).
On Mar 6, 2012, at 8:25 AM, mi...@osl.iu.edu wrote:
> Author: miked
> Date: 2012-03-06 09:25:56 ES
I din't check thoroughly the code, but OMPI_ERR_OUT_OF_RESOURCES is not an
error. If the registration returns out of resources, the BTL will returns
OUT_OF_RESOURCE (as an example via the mca_btl_openib_prepare_src). At the
upper level, the PML (in the mca_pml_ob1_send_request_start function) in
You are quite right - good catch! Fixed in trunk with r26107 - will file
patch for 1.5.
Ralph
On Tue, Mar 6, 2012 at 4:18 AM, nadia.derbey wrote:
> Hi,
>
> When forwarding stdin to all ranks in the job (mpirun --stdin all), the
> following error message is output:
>
> --
> [berl