Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Software stack
scitas-software-stacks
Commits
8adb096f
Commit
8adb096f
authored
9 months ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
Pushing new kuma image
parent
142fcbea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
dockerfiles/rhel9-kuma/Dockerfile
+40
-0
40 additions, 0 deletions
dockerfiles/rhel9-kuma/Dockerfile
dockerfiles/rhel9/Dockerfile
+0
-29
0 additions, 29 deletions
dockerfiles/rhel9/Dockerfile
with
43 additions
and
31 deletions
.gitlab-ci.yml
+
3
−
2
View file @
8adb096f
...
@@ -19,15 +19,16 @@ variables:
...
@@ -19,15 +19,16 @@ variables:
TERM
:
ansi
TERM
:
ansi
.parallel_definition
:
.parallel_definition
:
image
:
registry.c4science.ch/scitas-stack/rhel:9.3
parallel
:
parallel
:
matrix
:
matrix
:
-
environment
:
[
jed
]
-
environment
:
[
jed
]
slurm_options
:
[
"
-c
72
-p
jed
-q
jed"
]
slurm_options
:
[
"
-c
72
-p
jed
-q
jed"
]
stack
:
[
"
pinot-noir"
]
stack
:
[
"
pinot-noir"
]
app_image
:
[
"
registry.c4science.ch/scitas-stack/rhel9-kuma:9.0"
]
-
environment
:
[
helvetios
]
-
environment
:
[
helvetios
]
slurm_options
:
[
"
-c
36"
]
slurm_options
:
[
"
-c
36"
]
stack
:
[
"
pinot-noir"
]
stack
:
[
"
pinot-noir"
]
app_image
:
[
"
registry.c4science.ch/scitas-stack/rhel9-kuma:9.0"
]
# - environment: [izar]
# - environment: [izar]
# slurm_options: ['-c 40 --gres gpu:2']
# slurm_options: ['-c 40 --gres gpu:2']
# apptainer_options: ['-nv']
# apptainer_options: ['-nv']
...
@@ -37,7 +38,7 @@ variables:
...
@@ -37,7 +38,7 @@ variables:
-
stack
-
stack
variables
:
variables
:
environment
:
${environment}
environment
:
${environment}
image
:
${app_image}
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
# ------------------------------------------------------------------------------
.parallel_job
:
.parallel_job
:
...
...
This diff is collapsed.
Click to expand it.
dockerfiles/rhel9-kuma/Dockerfile
0 → 100644
+
40
−
0
View file @
8adb096f
FROM
registry.c4science.ch/scitas-stack/rhel9-base:9.0
#dnf install epel-release
#dnf group install "Development Tools"
#dnf install curl findutils gcc-gfortran gnupg2 hostname iproute redhat-lsb-core python3 python3-pip python3-setuptools unzip python3-boto3
# spack dependencies
RUN
yum
install
-y
\
gcc-g++ gcc-gfortran
\
patchelf findutils patch
\
file gnupg2
hostname
iproute unzip
\
python3 python3-pip python3-setuptools python3-boto3
\
git subversion mercurial
\
jq
\
&&
yum
-y
clean all
&&
rm
-fr
/var/cache
# repos for kuma
ARG
SLURM_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
CUDA_REPO=SCITAS_product-cuda_repo-cuda-535_154_05-x86_64-rhel9
ARG
GPFS_REPO=SCITAS_product-gpfs_repo-gpfs-519
# stack dependencies
RUN
yum
install
-y
--enablerepo
=
$SLURM_REPO
\
slurm-devel pmix-devel
\
&&
yum
-y
clean all
&&
rm
-fr
/var/cache
RUN
yum
install
-y
--enablerepo
=
$MLNX_REPO
\
libibverbs libibverbs-utils
\
rdma-core rdma-core-devel
\
hcoll xpmem kmod-knem
\
&&
yum
-y
clean all
&&
rm
-fr
/var/cache
RUN
yum
install
-y
--enablerepo
=
$CUDA_REPO
\
nvidia-driver-devel
\
&&
yum
-y
clean all
&&
rm
-fr
/var/cache
RUN
yum
install
-y
--enablerepo
=
$GPFS_REPO
\
gpfs.base
\
&&
yum
-y
clean all
&&
rm
-fr
/var/cache
This diff is collapsed.
Click to expand it.
dockerfiles/rhel9/Dockerfile
deleted
100644 → 0
+
0
−
29
View file @
142fcbea
FROM
rhel/ubi9
ARG
SPACK_VERSION=v0.21.1
ENV
SPACK_DISABLE_LOCAL_CONFIG=true \
SPACK_USER_CACHE_PATH=/tmp/spack-cache
RUN
echo
"10.95.33.172 foreman1.hpc.epfl.ch"
>>
/etc/hosts
RUN
curl
-sS
--insecure
\
'https://foreman1.hpc.epfl.ch/register?activation_keys=ak-helvetios&organization_id=1&update_packages=false'
\
-H
"Authorization: Bearer
${
RHEL_TOKEN
}
"
\
| bash
#dnf install epel-release
#dnf group install "Development Tools"
#dnf install curl findutils gcc-gfortran gnupg2 hostname iproute redhat-lsb-core python3 python3-pip python3-setuptools unzip python3-boto3
RUN
yum
install
gcc-g++ gcc-gfortran
\
patchelf findutils patch
\
xz bzip2 file gnupg2
hostname
iproute unzip
\
python3 python3-pip python3-setuptools python3-boto3
slurm slurm-libpmi pmix \
libibverbs libibverbs-utils \
rdma-core rdma-core-devel \
git subversion mercurial \
jq \
#RUN cd /opt && git clone https://github.com/spack/spack.git -b $SPACK_VERSION
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment