Skip to content

Commit

Permalink
Rename demo
Browse files Browse the repository at this point in the history
  • Loading branch information
trossi committed Jun 27, 2024
1 parent 0e05a3e commit 9e2afc2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
20 changes: 20 additions & 0 deletions parallel-io/demo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Parallel I/O

## Striping example

Different tools to setting and displaying stripe properties
- `lfs setstripe` Set striping properties of a directory or new file
- `lfs getstripe` Return information on current striping settings
- `lfs df` Show disk usage of this file system


```
touch first_file
lfs getstripe first_file
mkdir experiments
lfs setstripe -c 4 experiments
touch experiments/new_file
lfs getstripe experiments/new_file
```

26 changes: 0 additions & 26 deletions parallel-io/docs/demo.md

This file was deleted.

0 comments on commit 9e2afc2

Please sign in to comment.