X-Recipient: archive-cygwin@delorie.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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=ZtERss0BHjcoUa5wNjJDGI3ftu0YOjLwr4gbL9HC47e
	unzT4HsCc8Lq031Xbrnzq1MyCXiw942Po4Vg9uejaLT970/dBxtyqSdly73TOblV
	4+RHiZWeQzkXiwH/OJ+FmSogZcQvpCW+cNeVufK6U2Tj8F2Q/QPYPIJaEPkkyMo8
	=
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:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=R4EzaOPFveQ/gJ4QJbfEHZyhOVk=; b=gLhKFPjaMEZO/Jjc6
	gvqhwqDJH+/V00R75f5LOIv8US3z8S33W+QlqZuqvWZw9nGzTENZP9FtfszWzect
	vjfXBrX2FhG7beOzMP+APhJAJ6LpOmIS6f5n+1cqS1SJdFhVEkHzcrK5XtON5op0
	QL34lUdeSPTGGOj0DGhqF8lp7U=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,URIBL_DBL_ABUSE_SPAM autolearn=no version=3.3.2
X-HELO: mail-la0-f50.google.com
X-Received: by 10.112.41.193 with SMTP id h1mr16558lbl.95.1408248362009;        Sat, 16 Aug 2014 21:06:02 -0700 (PDT)
Message-ID: <53F02A10.2060606@gmail.com>
Date: Sun, 17 Aug 2014 06:05:36 +0200
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: OpenMPI Fails to Run
References: <15AD3274F80E6543890B8A7EABB7EF2318124D@x10-mbx8.yu.yale.edu> <DUB406-EAS26638E6DBE30354E0949F29B0D70@phx.gbl>
In-Reply-To: <DUB406-EAS26638E6DBE30354E0949F29B0D70@phx.gbl>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 17/08/2014 02:22, Gery . wrote:
> I recently installed cygwin64 in my windows 8.1 (like 3 days ago) and tried a program that has also worked in Linux and cygwin32, but it didn't work properly. So, I uninstalled the 64 and installed the 32, and it worked flawlessly. I have no idea why, but you could try the 32-bit instead.

BIP!
that is not the way to solve issue!

> Gery
>
> Sent from my iRon
>
> On Aug 17, 2014, at 1:10, "Altman, Eric" <eric.altman@yale.edu> wrote:
>
> I am trying to run MPI programs under Cygwin64 version 1.15.1-4 with OpenMPI version 1.7.5-1.  The computer is an i7 running Windows 8.0.  I do not have any issues compiling programs, but I get the following errors trying to run hello_c.exe (https://github.com/hpc/cce-mpi-openmpi-1.6.4/tree/master/examples):

$ uname -r
1.7.32(0.274/5/3)

cygwin is at 1.7.32 version

the only program at 1.15.1-4 is the X server.
$ cygcheck -cd |grep "1.15"
wget                                  1.15-1
xorg-server                           1.15.1-4
xorg-server-common                    1.15.1-4
xorg-server-debuginfo                 1.15.1-4

> $ mpirun -np 4 hello_c.exe
> [fsp-eng-jfn5kn1:03900] [[63491,0],0] CONNECTION REQUEST ON UNKNOWN INTERFACE
> [fsp-eng-jfn5kn1:03900] [[63491,0],0] CONNECTION REQUEST ON UNKNOWN INTERFACE
> [fsp-eng-jfn5kn1:03900] [[63491,0],0] CONNECTION REQUEST ON UNKNOWN INTERFACE
> [fsp-eng-jfn5kn1:03900] [[63491,0],0] CONNECTION REQUEST ON UNKNOWN INTERFACE
>
> I have all the packages it said to load (rsh, ssh, all versions of compilers and header files).
> I have tried numerous things but always get this error.  I would appreciate any help in resolving it.

openmpi 1.7.x on cygwin in general is a bit sensible to strange interfaces.
on my machine I noticed that it can stuck when the wireless is ON,
but no issue on when connect is on LAN.

Can you test openmpi-1.8.2rc4-1 ? You can install it, using
setup-x86_64.exe -X -O -s http://matzeri.altervista.org

It seems a bit less sensible than 1.7.5 to such problems.

> Thanks.

Marco
cygwin package maintainer for openmpi

--
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

