[mpich-discuss] Compiled applications working standalone, but not using mpiexec
Jayesh Krishna
jayesh at mcs.anl.gov
Mon Feb 27 10:33:20 CST 2012
Hi,
Try running your job with the "-localonly" option and see if it prints an error message.
Regards,
Jayesh
----- Original Message -----
From: "Hugh Cassidy" <hcassid2 at uwo.ca>
To: mpich-discuss at mcs.anl.gov
Sent: Sunday, February 26, 2012 4:41:48 PM
Subject: [mpich-discuss] Compiled applications working standalone, but not using mpiexec
Hello,
I have MPICH2 32 installed on Windows 7. The cpi.exe example works fine
when I run, for example, the command:
mpiexec -n 4 cpi.exe
I have been able to compile, using gfortran, the fpi.f example.
Furthermore, I can run the generate application in a standalone fashion:
fpi.exe
However, when I attempt to use mpiexec, it doesn't work:
mpiexec -n 4 fpi.exe
Doesn't seem to do anything - I'm just returned immediately to the
command prompt with no output displayed. Does anyone know why this may
be happening? I'm experiencing the same problem trying to run another
application that makes use of mpi - it runs standalone, but not using
the mpiexec command. I'm guessing this means there is some problem with
the compilation step?
Thanks!
_______________________________________________
mpich-discuss mailing list mpich-discuss at mcs.anl.gov
To manage subscription options or unsubscribe:
https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
More information about the mpich-discuss
mailing list