Skip to content
Snippets Groups Projects
Commit 9824ad8c authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Installing pmix

parent 3234ecf3
No related branches found
No related tags found
No related merge requests found
Pipeline #197440 failed
......@@ -16,7 +16,7 @@ RUN yum install -y \
# repos for kuma
ARG SLURM_REPO=SCITAS_product-slurm_repo-slurm-2311
ARG PMI_REPO=SCITAS_product-slurm_repo-slurm-2311
ARG PMIX_REPO=SCITAS_product-scitas_repo-scitas-cluster
ARG MLNX_REPO=SCITAS_product-mlnx_repo-mlnx-ofed-24_01-0_3_3_1-5_14_0-70_30_1-rhel90
ARG CUDA_REPO=SCITAS_product-cuda_repo-cuda-535_154_05-x86_64-rhel9
ARG GPFS_REPO=SCITAS_product-gpfs_repo-gpfs-519
......@@ -26,6 +26,10 @@ RUN yum install -y --enablerepo=$SLURM_REPO \
slurm-devel slurm-libpmi \
&& yum -y clean all && rm -fr /var/cache
RUN yum install -y --enablerepo=$PMIX_REPO \
slurm-devel slurm-libpmi \
&& yum -y clean all && rm -fr /var/cache
RUN yum install -y --enablerepo=$MLNX_REPO \
libibverbs libibverbs-utils \
rdma-core rdma-core-devel \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment