Hi,
I think some people have seen this problem before. I see it on Cygwin
1.5.5-1. I use an xterm and start "lamboot" in a separate window, but
have tried the regular Cygwin prompt etc. I've read the postings by
Prabhanjan Kambadur et al.
I try the following:
$ mpirun -v C hello.exe
mpirun (set_stdio): Connection aborted
And then using the -f flag:
$ mpirun -v -f C hello.exe
3512 hello.exe running on n0 (o)
And then using mpiexec:
$ mpiexec -d -v -n 1 hello.exe
mpiexec: Global argument parsing done
mpiexec: Host-Node Number hash created
mpiexec: Temporary file lam_appschema_Ko9g5G created (will be used as
app schema file for mpirun)
mpiexec: Launching MPI programs
mpirun (set_stdio): Connection aborted
mpiexec: Inside handle_waitpid_status Function: mpirun, Error Status: 28928
mpiexec: mpiexec_die called
mpiexec: deleting temprory file lam_appschema_Ko9g5G
mpirun failed with exit status 113
I have no problems running hello.exe on Linux. Is there a description of
what is happening here?
Thanks alot
chrisb
|