Skip to content

Commit affbc64

Browse files
committed
Remove unnecessary environment variables from OpenMPI-CUDA configuration
- Eliminated OMPI_MCA_mtl and OMPI_MCA_btl environment variables from the node and sshd containers in openmpi_cuda.yaml. - This streamlines the configuration and reduces potential conflicts in runtime settings.
1 parent e307a4b commit affbc64

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

manifests/rhoai/runtimes/openmpi_cuda.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ spec:
3434
containers:
3535
- name: node
3636
image: quay.io/ksuta/odh-mpi-cuda:0.0.14
37-
env:
38-
- name: OMPI_MCA_mtl
39-
value: ^ofi
40-
- name: OMPI_MCA_btl
41-
value: tcp,self
4237
resources:
4338
limits:
4439
nvidia.com/gpu: "1"
@@ -61,11 +56,6 @@ spec:
6156
- -De
6257
- -f
6358
- /home/mpiuser/.sshd_config
64-
env:
65-
- name: OMPI_MCA_mtl
66-
value: ^ofi
67-
- name: OMPI_MCA_btl
68-
value: tcp,self
6959
readinessProbe:
7060
initialDelaySeconds: 3
7161
tcpSocket:

0 commit comments

Comments
 (0)