Both MPI and Tensorflow need hostfile for its workers; and MPI job need more, e.g. ssh authentication. It's better to provide related plugins for different works.
The yaml file maybe similar as follow:
spec:
- plugins
ssh: ["seed"]
env: [""]
For example, if ssh is enabled, job controller should create related rsa public/private keys and mount them for ssh.
Both MPI and Tensorflow need hostfile for its workers; and MPI job need more, e.g. ssh authentication. It's better to provide related plugins for different works.
The yaml file maybe similar as follow:
For example, if
sshis enabled, job controller should create related rsa public/private keys and mount them for ssh.