delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/01/27/16:37:24

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=RPl85CjnRMkRYhNQ
qxl7inu+G3KgPidc5YspFpeR2Z09uNA2khk0x9Ps4Mv3Wrv9L7oAOsXfZtc1TCnn
2OJeIjJLgooA2eweIUqhZM6G337TmyMTym2F3KzRmvcPzZDym+pYlqWdstElqYQo
GReW7RbQwjpXSTmRzvc79neL2MA=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:subject:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=QdRbKvvvGD/79Dknv3Fyo+
/iDsA=; b=sLyHVFhW/hKyhfd+N7f5eGOvaAFzKpB9dA+INd0teG1O9J3TqMkJJa
+NzjB5m0C4srHR1EINvS0Z8fPvFtLgdGfAuKFkaewm2JCvEnZBmzxGrQO0N0/CIZ
jZXPw5SugpKU/3Vqtu07zSsRz6u3q6DMjd2S2O/SRrQ4ynxgziVpU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*i:sk:a7942e5, H*MI:sk:a7942e5, H*f:sk:a7942e5
X-HELO: mail-wr1-f48.google.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=WFWc+0oEpn4EsWptkcW2Yy4dLbrgMm5MW02XwM9nHRw=; b=ZQ1evHedaFysYv54A/BXK/uOgKFMOjmEbOz2hP7AgPAFWKiijaojMxziRCWS0HgQNL 3uuFjx7Nea93P2pZUzSgprSO+suGm92HFyurP2F6GOM2PT1Q98Y3XceMcZZoirscyUk1 qFwCVvX3Ed2FiJBr9cuHhZI5lFeZBen1SVIZBMwUAAfz5Q6Bu89dv1vcT6sI9aju6US5 Thl6LXH0TdNUncdfHDsJ4hIuhDg802XScAy/wqq9D8IJ0SLP4BLUQ/pWWtwy7ThRyw1P ut0aWGcLHDoWooGS7C/VOl5RsjGyi6RJLiB2CNw7UycZI8GV6n5tH59MHZqby/GxHh2d ArjA==
Subject: Re: openmpi warning "unable to open debugger attach fifo"
To: cygwin AT cygwin DOT com
References: <alpine DOT LFD DOT 2 DOT 21 DOT 2001271037420 DOT 2187 AT sb> <a99b400e-2b9d-ea17-dc67-017e1a36ae00 AT cornell DOT edu> <a7942e52-5e80-e3fd-ad37-c1292dab99c1 AT cornell DOT edu>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Message-ID: <9ef4f74e-3ee6-fef9-1fe7-d861cf7c6f04@gmail.com>
Date: Mon, 27 Jan 2020 22:36:29 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.4.2
MIME-Version: 1.0
In-Reply-To: <a7942e52-5e80-e3fd-ad37-c1292dab99c1@cornell.edu>
X-IsSubscribed: yes

Am 27.01.2020 um 22:28 schrieb Ken Brown:
> On 1/27/2020 1:49 PM, Ken Brown wrote:
>> On 1/27/2020 11:41 AM, Satish Balay wrote:
>>> Hi,
>>>
>>> On using openmpi from cygwin - I'm getting the following warning. Any idea how to avoid this?
>>>
>>>>>>>>>
>>> balay AT ps5 ~
>>> $ /usr/bin/mpiexec -n 1 hostname
>>> ps5
>>> [ps5:00491] [[23611,0],0] unable to open debugger attach fifo
>>
>> The attempt to open a FIFO in the source file orte/orted/orted_submit.c:2862 is
>> failing due to a Cygwin bug.  I think I see how to fix it.  Stay tuned.
> 
> Sorry, I spoke too soon and was misinterpreting some code I was reading.  I
> don't see a Cygwin bug after all.  Moreover, if I run your command under gdb, I
> don't get an error.
> 
> Ken
> 

I will look if the release candidate for 3.1.6 has still that issue.
3.1.5 had another larger warning that I silenced and that was due
to an upstream bug that has been solved.
This warning passed below my radar after I solved the bigger one.

Unfortunately OpenMPI takes age to build so do not expect any
too early..

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019