Skip to content

Commit

Permalink
Update pkg/controller.v1/mpi/mpijob.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Iwai <[email protected]>
  • Loading branch information
tkatila and tenzen-y authored May 15, 2023
1 parent 81940c8 commit 19a2d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller.v1/mpi/mpijob.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func isGPULauncher(mpiJob *kubeflowv1.MPIJob) bool {
}

// hasIntelMPIBootstrap checks if the bootstrap value is set
// in the env variables
// in the env variables.
func hasIntelMPIBootstrap(envs []corev1.EnvVar) bool {
for _, env := range envs {
if strings.HasPrefix(env.Name, "I_MPI_HYDRA_BOOTSTRAP") {
Expand Down

0 comments on commit 19a2d78

Please sign in to comment.