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
Package registry
Operate
Environments
Terraform modules
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
a96b7f32
Commit
a96b7f32
authored
1 month ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
Adding izar
parent
350d17f3
Branches
Branches containing commit
No related tags found
2 merge requests
!43
Release/pinot noir/rhel9.4
,
!22
Correcting cpu machines plus clang
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/apptainer_by_hand.sh
+8
-5
8 additions, 5 deletions
ci/apptainer_by_hand.sh
with
8 additions
and
5 deletions
ci/apptainer_by_hand.sh
+
8
−
5
View file @
a96b7f32
...
...
@@ -5,7 +5,7 @@ export environment=${1:-kuma-h100}
declare
-A
slurm_options
slurm_options[
"helvetios"
]=
"-N1 -n1 -c 36"
slurm_options[
"izar"
]=
"-c
4
0 --gpus
2 -p izar
"
slurm_options[
"izar"
]=
"-c
2
0 --gpus
1
"
slurm_options[
"jed"
]=
"-N1 -n1 -c 72 -p jed -q jed"
slurm_options[
"kuma-l40s"
]=
"-N1 -n1 -c 16 --mem 64G -q scitas -p l40s"
slurm_options[
"kuma-h100"
]=
"-N1 -n1 -c 16 --mem 64G -q scitas -p h100"
...
...
@@ -24,9 +24,12 @@ apptainer_images["jed"]="docker://registry.hpc.epfl.ch/scitas/software-stack:rhe
apptainer_images[
"kuma-l40s"
]=
"docker://registry.hpc.epfl.ch/scitas/software-stack:rhel94-kuma"
apptainer_images[
"kuma-h100"
]=
"docker://registry.hpc.epfl.ch/scitas/software-stack:rhel94-kuma"
export
CI_DATA_LT
=
"/work/scitas-ge//
$(
id
-un
)
/ci"
export
CI_DATA_ST
=
"/scratch//
$(
id
-un
)
/ci"
export
CI_DATA_LT
=
"/work/scitas-ge/
$(
id
-un
)
/ci"
if
[
$environment
=
"izar"
]
;
then
export
CI_DATA_ST
=
"/scratch/izar/
$(
id
-un
)
/ci"
else
export
CI_DATA_ST
=
"/scratch/
$(
id
-un
)
/ci"
fi
export
SQUASHFS_ID
=
local
export
CI_PIPELINE_ID
=
$(
git rev-parse
--abbrev-ref
HEAD |
sed
-e
's|[/-@]|_|g'
)
...
...
@@ -38,7 +41,7 @@ export CI_PROJECT_DIR=$PWD
export
GPG_PRIVATE_KEY
=
${
CI_PROJECT_DIR
}
/stacks/buildcache.pem
export
MOUNT_POINT
=
$(
jq
-Mrc
.stack.mount_point
${
CI_PROJECT_DIR
}
/stacks/
${
stack
}
/config.json
)
APPTAINER_IMAGE
=
${
apptainer_image
[
$environment
]
}
APPTAINER_IMAGE
=
${
apptainer_image
s
[
$environment
]
}
export
image_name
=
${
stack
}
-
${
environment
}
-
${
SQUASHFS_ID
}
-
${
CI_PIPELINE_ID
}
./ci/prepare_squashfs.sh
...
...
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