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

Merge branch 'main' of gitlab.epfl.ch:SCITAS/software-stack/scitas-software-stacks

parents 218bb614 547bb666
No related branches found
No related tags found
No related merge requests found
...@@ -16,13 +16,14 @@ RUN yum install -y \ ...@@ -16,13 +16,14 @@ RUN yum install -y \
# repos for kuma # repos for kuma
ARG SLURM_REPO=SCITAS_product-slurm_repo-slurm-2311 ARG SLURM_REPO=SCITAS_product-slurm_repo-slurm-2311
ARG PMI_REPO=SCITAS_product-slurm_repo-slurm-2311
ARG MLNX_REPO=SCITAS_product-mlnx_repo-mlnx-ofed-24_01-0_3_3_1-5_14_0-70_30_1-rhel90 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 CUDA_REPO=SCITAS_product-cuda_repo-cuda-535_154_05-x86_64-rhel9
ARG GPFS_REPO=SCITAS_product-gpfs_repo-gpfs-519 ARG GPFS_REPO=SCITAS_product-gpfs_repo-gpfs-519
# stack dependencies # stack dependencies
RUN yum install -y --enablerepo=$SLURM_REPO \ RUN yum install -y --enablerepo=$SLURM_REPO \
slurm-devel pmix-devel \ slurm-devel slurm-libpmi \
&& yum -y clean all && rm -fr /var/cache && yum -y clean all && rm -fr /var/cache
RUN yum install -y --enablerepo=$MLNX_REPO \ RUN yum install -y --enablerepo=$MLNX_REPO \
......
...@@ -55,31 +55,48 @@ ...@@ -55,31 +55,48 @@
}, },
"system_packages": [ "system_packages": [
"autoconf", "autoconf",
"autoconf-archive",
"automake", "automake",
"autotools", "autotools",
"berkley-db",
"bzip2",
"ca-certificates-mozilla", "ca-certificates-mozilla",
"cmake", "cmake",
"diffutils", "diffutils",
"expat", "expat",
"findutils", "findutils",
"freetype", "freetype",
"gawk",
"gdbm",
"gettext", "gettext",
"glibc", "glibc",
"gmake", "gmake",
"gmp",
"gnuplot", "gnuplot",
"libevent", "libevent",
"libpciaccess",
"libsigsegv",
"libtool",
"libxml2",
"m4", "m4",
"macro-utils",
"mpc",
"mpfr",
"ncurses", "ncurses",
"openssl", "openssl",
"pcre", "pcre",
"pcre2",
"perl", "perl",
"pigz",
"pkgconf", "pkgconf",
"pmix", "pmix",
"rdma-core", "rdma-core",
"readline", "readline",
"slurm", "slurm",
"sqlite", "sqlite",
"tar",
"texinfo", "texinfo",
"xz",
"zlib-ng", "zlib-ng",
"zstd" "zstd"
] ]
......
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