Re: [OMPI devel] Help needed to run OMPI jobs under internal resource manager

2011-03-09 Thread Christopher Samuel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/03/11 12:35, Tony Lam wrote: > This is really helpful. I'm looking into the examples, > will ask again on the list if I have more questions later. Open-MPI also supports the Task Manager (TM) API provided by Torque (and OpenPBS I suspect, from

Re: [OMPI devel] Help needed to run OMPI jobs under internal resource manager

2011-03-03 Thread Tony Lam
Hi Jeff, This is really helpful. I'm looking into the examples, will ask again on the list if I have more questions later. Tony On 02/24/11 08:01, Jeff Squyres wrote: Sure, we can do this. Open MPI's support of various run-time systems is based on a series of plugins to our run-time later

Re: [OMPI devel] Help needed to run OMPI jobs under internal resource manager

2011-02-24 Thread Jeff Squyres
Sure, we can do this. Open MPI's support of various run-time systems is based on a series of plugins to our run-time later (the Open MPI Run-Time Environment, frequently abbreviated ORTE). You can find details about creating new plugins (aka "components", in Open MPI parlance) on this wiki p

[OMPI devel] Help needed to run OMPI jobs under internal resource manager

2011-02-22 Thread Tony Lam
Hi, I'm looking into supporting running OMPI jobs on our internal compute farms, specially we'd like to schedule and launch the jobs under the control of an internal resource manager that we developed. My reading so far indicated this can be achieved with some orted/plm plug-in (preferred ove