On Thu, Apr 23, 2009 at 9:03 PM, Jeff Squyres <jsquy...@cisco.com> wrote: > On Apr 23, 2009, at 3:51 AM, Katz, Jacob wrote: > >> Is there a way to start up an MPI app by some manual procedure, when >> rsh/ssh cannot be used to log into a machine where part of the app should >> run? >> E.g. a set of commands that can be manually executed on the machines to >> start the run-time/daemons/actual executables? > > Not easily, no (meaning: no). Is there some other parallel launching system > that should be used? It's fairly straightforward to write another plugin to > use another launcher (that's kinda the point of our plugin system).
What about using plm_rsh_agent mca parameter set to /bin/echo (or some custom scripts that intercepts all arguments needed to start orted daemon properly)? > > -- > Jeff Squyres > Cisco Systems > > _______________________________________________ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users > -- Mariusz Mamonski