Incorrect LFS stripe count option syntax
Open
warning
- Dominant language
- C
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The PBS scripts set the LFS stripe count as follows:
```
lfs setstripe $RUN_DIR --count $STRIPE_COUNT
```
I copied the syntax from [NERSC](http://www.nersc.gov/users/storage-and-file-systems/optimizing-io-performance-for-lustre/). @brtnfld pointed out that the `lfs` manpage actually asks for `--stripe-count` or `-c`. `--count` appears to have the desired effect (as can be verified via `lfs getstripe`) on BW, but your mileage may vary.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.