I have a feeling this is a real stupid question, but after 30mins or looking I haven't seen an answer. I'm trying to run an MPI job with 3 nodes, and it completes my code but then won't actually Finish. It just stays in the Run state. It seems like the
mpiexec is prompting to hit any key to continue? If that is my issue, how do I get mpiexec to just finish instead of waiting for any input?
Dang, my fault. The code had logic to enable the "Run job until cancelled or run time expires" job feature. I didn't realize the developer had added that since it isn't useful in our case. I guess it wasn't due to any prompts from mpiexec.
Marked as answer byRock2000Tuesday, May 17, 2011 2:57 PM