Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
05b51f79
Commit
05b51f79
authored
3 years ago
by
Jan Frenzel
Committed by
Norman Koch
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
ee0997aa
No related branches found
No related tags found
3 merge requests
!392
Merge preview into contrib guide for browser users
,
!387
Merge preview into main
,
!380
Resolve "Singularity - VM-Tools auch für x86"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md
+5
-4
5 additions, 4 deletions
...zih.tu-dresden.de/docs/software/virtual_machines_tools.md
with
5 additions
and
4 deletions
doc.zih.tu-dresden.de/docs/software/virtual_machines_tools.md
+
5
−
4
View file @
05b51f79
...
@@ -82,10 +82,11 @@ As the build starts in a VM, you may not have access to all your files. It is us
...
@@ -82,10 +82,11 @@ As the build starts in a VM, you may not have access to all your files. It is us
to refer to local files from inside a definition file anyway as this reduces reproducibility.
to refer to local files from inside a definition file anyway as this reduces reproducibility.
However, common directories are available by default. For others, care must be taken. In short:
However, common directories are available by default. For others, care must be taken. In short:
*
`/home/$USER`
,
`/scratch/$USER`
are available and should be used
`/scratch/\<group>`
also works for
*
`/home/$USER`
,
`/scratch/$USER`
are available and should be used
`/scratch/<group>`
also works for
*
all groups the users is in
`/projects/\<group>`
similar, but is read-only! So don't use this to
all groups the users is in
store your generated container directly, but rather move it here afterwards
*
`/projects/<group>`
similar, but is read-only! So don't use this to store your generated
*
/tmp is the VM local temporary directory. All files put here will be lost!
container directly, but rather move it here afterwards
*
`/tmp`
is the VM local temporary directory. All files put here will be lost!
If the current directory is inside (or equal to) one of the above (except
`/tmp`
), then relative paths
If the current directory is inside (or equal to) one of the above (except
`/tmp`
), then relative paths
for container and definition work as the script changes to the VM equivalent of the current
for container and definition work as the script changes to the VM equivalent of the current
...
...
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