Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems -O options must be delimited by semicolon, not comma #149

Closed
haplav opened this issue May 16, 2019 · 4 comments
Closed

It seems -O options must be delimited by semicolon, not comma #149

haplav opened this issue May 16, 2019 · 4 comments

Comments

@haplav
Copy link
Contributor

haplav commented May 16, 2019

E.g.

-O api=POSIX,collective=no,filePerProc=no;repetitions=4

leads to

Could not load backend API POSIX,collective=no,filePerProc=no

But according to USER_GUIDE, commas should be used.

@JulianKunkel
Copy link
Collaborator

JulianKunkel commented May 16, 2019 via email

@haplav
Copy link
Contributor Author

haplav commented May 16, 2019

Hm it seems that other than the first option are ignored when using semicolon anyway...

@haplav
Copy link
Contributor Author

haplav commented May 16, 2019

i.e. -O blockSize=3m;api=MPIIO does the same as just -O blockSize=3m

JulianKunkel added a commit that referenced this issue May 16, 2019
@JulianKunkel
Copy link
Collaborator

Thanks for reporting, should be gone now, the bug was introduced with the new option parsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants