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
076953af
Commit
076953af
authored
1 year ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Layout: Collaps code blocks
parent
0f3e95a1
No related branches found
No related tags found
2 merge requests
!920
Automated merge from preview to main
,
!918
Barnard cleanup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
+31
-31
31 additions, 31 deletions
...zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
with
31 additions
and
31 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/barnard_test.md
+
31
−
31
View file @
076953af
...
...
@@ -174,53 +174,53 @@ target not the source filesystem.
??? "Migration to
`/data/horse`
"
=== "Source: old
`/scratch`
"
=== "Source: old `/scratch`"
If you transfer data from the old scratch to `/data/horse` it is sufficient to use `dtmv`
instead of `dtcp` since this data is already copied to the new filesystem and you just need to
move it to the right place.
If you transfer data from the old scratch to `/data/horse` it is sufficient to use `dtmv`
instead of `dtcp` since this data is already copied to the new filesystem and you just need to
move it to the right place.
```console
marie@barnard$ dtmove /data/horse/lustre/scratch2/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch
```
```console
marie@barnard$ dtmove /data/horse/lustre/scratch2/0/marie-numbercrunch /data/horse/ws/marie-numbercrunch
```
=== "Source: old
`/ssd`
"
=== "Source: old `/ssd`"
```console
marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/horse/ws/marie-numbercrunch
```
```console
marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/horse/ws/marie-numbercrunch
```
=== "Source: old
`/beegfs`
"
=== "Source: old `/beegfs`"
The old `beegfs` filesystem is mounted at `/data/old/beegfs` the datamover nodes. You need to
invoke a `dtcopy` command to transfer data to a workspace in `/data/horse`, e.g.,
The old `beegfs` filesystem is mounted at `/data/old/beegfs` the datamover nodes. You need to
invoke a `dtcopy` command to transfer data to a workspace in `/data/horse`, e.g.,
```console
marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/horse/ws/marie-numbercrunch
```
```console
marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/horse/ws/marie-numbercrunch
```
??? "Migration to
`/data/walrus`
"
=== "Source: old
`/scratch`
"
=== "Source: old `/scratch`"
```console
marie@barnard$ dtcopy --recursive /data/horse/lustre/scratch2/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
```
```console
marie@barnard$ dtcopy --recursive /data/horse/lustre/scratch2/0/marie-numbercrunch /data/walrus/ws/marie-numbercrunch
```
=== "Source: old
`/ssd`
"
=== "Source: old `/ssd`"
```console
marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/walrus/ws/marie-numbercrunch
```
```console
marie@barnard$ dtcopy --recursive /data/old/lustre/ssd/ /data/walrus/ws/marie-numbercrunch
```
=== "Source: old
`/beegfs`
"
=== "Source: old `/beegfs`"
The old `beegfs` filesystem is mounted at `/data/old/beegfs` the datamover nodes. You need to
invoke a `dtcopy` command to transfer data to a workspace in `/data/walrus`, e.g.,
The old `beegfs` filesystem is mounted at `/data/old/beegfs` the datamover nodes. You need to
invoke a `dtcopy` command to transfer data to a workspace in `/data/walrus`, e.g.,
```console
marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/walrus/ws/marie-numbercrunch
```
```console
marie@barnard$ dtcopy --recursive /data/old/beegfs/ /data/walrus/ws/marie-numbercrunch
```
??? "Migration from
`/lustre/ssd`
or
`/beegfs`
"
...
...
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