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

Tests for reading variables with Steps #2348

Merged
merged 10 commits into from
Jun 26, 2020
Merged

Commits on Jun 24, 2020

  1. Added tests for reading back global/local arrays with different modes…

    …: File vs Stream, All steps vs step by step, and block-by-block.
    pnorbert committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    9855a3e View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Added insitu cases for testing steps, five different schedules of thr…

    …ee write and read steps.
    pnorbert committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    13a06f8 View commit details
    Browse the repository at this point in the history
  2. fix windows complaints, synchronize processes between file create and…

    … open for read, remove insitu test for BP3 which does not support insitu
    pnorbert committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    b1922c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afbe951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3661f02 View commit details
    Browse the repository at this point in the history
  5. Fix step handling issues - so that variables in one or multiple but n…

    …ot in all steps can be read back, and that variable blocks can be read back in insitu cases. All BPStep tests passes with these fixes.
    pnorbert committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    aaf3234 View commit details
    Browse the repository at this point in the history
  6. fix size_t - int issue

    pnorbert committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    9d2a91d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b52d61 View commit details
    Browse the repository at this point in the history
  8. fix size_t - int issue again

    pnorbert committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    219cc91 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. fix BP3 GetSubFileInfo() step handling which is exclusively used by I…

    …nSituMPI. Fixes broken InSituMPI tests.
    pnorbert committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    fba2d99 View commit details
    Browse the repository at this point in the history