Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
HTConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EKPCondor
HTConfig
Commits
ff5c6d1d
Commit
ff5c6d1d
authored
5 months ago
by
Matthias Schnepf
Browse files
Options
Downloads
Patches
Plain Diff
Add mounts for singularity/apptainer jobs
parent
2f48b449
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
0063.node_worker_local.cfg
+8
-0
8 additions, 0 deletions
0063.node_worker_local.cfg
with
8 additions
and
0 deletions
0063.node_worker_local.cfg
+
8
−
0
View file @
ff5c6d1d
...
...
@@ -34,6 +34,14 @@ DOCKER_VOLUME_DIR_NSSWITCH = /etc/nsswitch.conf
DOCKER_VOLUME_DIR_PAM_D
=
/etc/pam.d
DOCKER_MOUNT_VOLUMES
=
$(DOCKER_MOUNT_VOLUMES), WORK, STORAGE_DIR, HOME, CEPH, NSSWITCH, PAM_D
# Maps $_CONDOR_SCRATCH_DIR on the host to /srv inside the image.
SINGULARITY_TARGET_DIR
=
/srv
# Set Scratch to default
MOUNT_UNDER_SCRATCH
=
SINGULARITY_BIND_EXPR
=
"/work:/work /home:/home /ceph:/ceph /cvmfs:/cvmfs /cvmfs/cms.cern.ch/SITECONF/T1_DE_KIT/KIT-ETP:/etc/cvmfs/SITECONF /etc/hosts /etc/localtime"
SINGULARITY_EXTRA_ARGUMENTS
=
"--userns --env SINGULARITY_BIND= --env APPTAINER_BIND= --env APPTAINER_BINDPATH= --env SITECONFIG_PATH=/cvmfs/cms.cern.ch/SITECONF/T1_DE_KIT/KIT-ETP"
### IPv6 handling (see 0011.node_master.cfg)
ENABLE_IPv6
=
TRUE
...
...
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