delorie.com/archives/browse.cgi | search |
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: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 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-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 DOT atzeri AT gmail DOT 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 AT cygwin DOT com |
Subject: | Re: OpenMPI Fails to Run |
References: | <15AD3274F80E6543890B8A7EABB7EF2318124D AT x10-mbx8 DOT yu DOT yale DOT edu> <DUB406-EAS26638E6DBE30354E0949F29B0D70 AT phx DOT gbl> |
In-Reply-To: | <DUB406-EAS26638E6DBE30354E0949F29B0D70@phx.gbl> |
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 DOT altman AT yale DOT 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |