Re: [OMPI devel] Running on Kubernetes

2018-06-08 Thread Rong Ou
//pmix.org for more info > > Ralph > > > On May 24, 2018, at 9:02 PM, Rong Ou wrote: > > Hi guys, > > Thanks for all the suggestions! It's been a while but we finally got it > approved for open sourcing. I've submitted a proposal to kubeflow: > https://github.co

Re: [OMPI devel] Running on Kubernetes

2018-05-24 Thread Rong Ou
Hi guys, Thanks for all the suggestions! It's been a while but we finally got it approved for open sourcing. I've submitted a proposal to kubeflow: https://github.com/kubeflow/community/blob/master/proposals/mpi-operator-proposal.md. In this version we've managed to not use ssh, relying on `kubect

[OMPI devel] Running on Kubernetes

2018-03-16 Thread Rong Ou
Hi, I've implemented a Kubernetes operator for running OpenMPI jobs there. An operator is just a Custom Resource Definition (CRD) for a new type of mpi-aware batch job, and a custom controller that manages the states of those jobs. Unfortunately