HDFGroup / HDFGroup/hdf5blues

Incorrect LFS stripe count option syntax

Open
#1 0 comments 0 reactions 1 assignee Claimed by @gheber View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.