> I'm trying to get lam working on winxp with cygwin. I've grabbed the
> latest CVS (not a snapshot). I compiled it (w/o romio) and installed it
> without problems. I compiled the hello example and running it singly
> (./hello) works as expected. However, I can't run it in a booted universe.
>
> $ cat machines
> fib1
> $ lamboot machines
>
> LAM 7.1a1cvs/MPI 2 C++ - Indiana University
>
> $ lamnodes
> n0 fib1.somewhere.cc:1:origin,this_node
> $ mpirun N hello
> <a long time>
> mpirun (set_stdio): Connection aborted
I am assuming that you are using the native cygwin terminal. There are
known issues with native cygwin terminal if you boot LAM universe and
"mpirun" on the same terminal.
Can you try switching over to "xterm"? This will allow you to use LAM on
cygwin as would on any other platform and is highly recommended. See more
on the XFree86 project to find out how to get xterm running on cygwin.
You can try the following too:
Start 2 seperate cygwin terminals. By this I mean - "Dont invoke the other
terminal#2 from terminal#1, but actually start cygwin from its ".exe"
twice. Boot LAM Universe from terminal#1. Always boot LAM from this
terminal. Use the other terminal(#2) to execute your MPI programs.
Anju
>
> same thing if I use mpirun N hello.exe, mpirun n0 hello, etc. I tried
> ssi rpc of tcp, usysv, sysv, and lamd with no change in results. Also,
> mpirun -v yields no additional output. I am running ipc-daemon2
> Here's my laminfo:
> LAM/MPI: 7.1a1cvs
> Prefix: /usr/local
> Architecture: i686-pc-cygwin
> Configured by: trc2876
> Configured on: Thu Dec 18 16:57:23 EST 2003
> Configure host: fib1
> C bindings: yes
> C++ bindings: yes
> Fortran bindings: yes
> C compiler: gcc
> C++ compiler: g++
> Fortran compiler: g77
> Fortran symbols: double_underscore
> C profiling: yes
> C++ profiling: yes
> Fortran profiling: yes
> C++ exceptions: no
> Thread support: yes
> ROMIO support: no
> IMPI support: no
> Debug support: no
> Purify clean: no
> SSI boot: globus (API v0.5, Module v0.5)
> SSI boot: rsh (API v1.0, Module v1.0)
> SSI coll: lam_basic (API v7.1, Module v7.1)
> SSI coll: smp (API v1.1, Module v1.1)
> SSI rpi: crtcp (API v1.0, Module v1.0)
> SSI rpi: lamd (API v7.0, Module v7.0)
> SSI rpi: sysv (API v7.0, Module v7.0)
> SSI rpi: tcp (API v7.0, Module v7.0)
> SSI rpi: usysv (API v7.0, Module v7.0)
> --
> Trevor R.H. Clarke trc2876_at_[hidden]
> Computer Science Department and
> Lab for Applied Computing
> Rochester Institute of Technology
> PGP key available at keyserver.net ID: 0C01D2A6
>
> _______________________________________________
> This list is archived at http://www.lam-mpi.org/MailArchives/lam/
>
|