On top of what Ralph said, I think that this output is unexpected: > Starting server daemon at host "cod5"Starting server daemon at host > "cod6"Starting server daemon at host "has4"Starting server daemon at host "co > d4" > > > > Starting server daemon at host "hpb12"Starting server daemon at host "has6" > > Server daemon successfully started with task id "1.cod4" > Server daemon successfully started with task id "1.cod5" > Server daemon successfully started with task id "1.cod6" > Server daemon successfully started with task id "1.has6" > Server daemon successfully started with task id "1.hpb12" > Server daemon successfully started with task id "1.has4"
I don't think that's coming from Open MPI. My guess is that something is apparently trying to parse (or run?) that output, and it's getting confused because that output is unexpected, and then you get these errors: > Unmatched ". > Unmatched ". > Unmatched ". And the Open MPI helper daemon doesn't actually start. Therefore you get this error: > -------------------------------------------------------------------------- > ORTE was unable to reliably start one or more daemons. > This usually is caused by: ...etc. -- Jeff Squyres jsquy...@cisco.com