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

Check input file sanity in Reader::open #25

Merged
merged 3 commits into from
Jun 30, 2017
Merged

Check input file sanity in Reader::open #25

merged 3 commits into from
Jun 30, 2017

Commits on May 18, 2017

  1. Initial implementation for master-only file write mode.

    vlsv::Writer::setWriteOnMasterOnly can be used to set or unset the
    file I/O mode. If master-only mode is set, then data is gathered to
    master process first, and written to output file using master process
    only. Otherwise data is written using collective MPI.
    sandroos committed May 18, 2017
    Configuration menu
    Copy the full SHA
    cab59f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23476fa View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Reader should exit gracefully and return value 'false' if it fails to

    open input file. Specific error message can be queried with
    vlsv::Reader::getErrorString().
    sandroos committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    1e1608b View commit details
    Browse the repository at this point in the history