mpi-operator/sdk/python/v2beta1/docs/V2beta1MPIJobSpec.md

1003 B

V2beta1MPIJobSpec

Properties

Name Type Description Notes
mpi_implementation str MPIImplementation is the MPI implementation. Options are "OpenMPI" (default) and "Intel". [optional]
mpi_replica_specs dict(str, V1ReplicaSpec) MPIReplicaSpecs contains maps from `MPIReplicaType` to `ReplicaSpec` that specify the MPI replicas to run.
run_policy V1RunPolicy [optional]
slots_per_worker int Specifies the number of slots per worker used in hostfile. Defaults to 1. [optional]
ssh_auth_mount_path str SSHAuthMountPath is the directory where SSH keys are mounted. Defaults to "/root/.ssh". [optional]

[Back to Model list] [Back to API list] [Back to README]