This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: OpenMPI Fails to Run


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]