Skip to content

Commit

Permalink
Update pkg/controller.v1/mpi/mpijob_controller.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 eac71b8 commit 81940c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller.v1/mpi/mpijob_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,7 @@ func (jc *MPIJobReconciler) newLauncher(mpiJob *kubeflowv1.MPIJob, kubectlDelive
})
}

// Add default Intel MPI bootstrap variables if none is provided by the user
// Add default Intel MPI bootstrap variables if none is provided by the user.
if !hasIntelMPIBootstrap(container.Env) {
container.Env = append(container.Env,
corev1.EnvVar{
Expand Down

0 comments on commit 81940c8

Please sign in to comment.