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

Fix bug in ADIOS2 dataset, add two filebased iterations #15

Merged
merged 1 commit into from
Jul 16, 2021

Conversation

franzpoeschel
Copy link
Contributor

@franzpoeschel franzpoeschel commented Jul 15, 2021

Update for the dataset added with #14

Shapes of constant records components now correct:

  uint64_t  /data/550/particles/e/charge/shape                                 attr   = 96781
  uint64_t  /data/550/particles/e/mass/shape                                   attr   = 96781
  uint64_t  /data/550/particles/i/charge/shape                                 attr   = 19838
  uint64_t  /data/550/particles/i/mass/shape                                   attr   = 19838

Also, adds two iterations in a file-based iteration encoding for advanced testing.

Related: Bug fixed in PIConGPU ComputationalRadiationPhysics/picongpu#3678

Shapes of constant records components now correct:
  uint64_t  /data/550/particles/e/charge/shape
attr   = 96781
  uint64_t  /data/550/particles/e/mass/shape
attr   = 96781
  uint64_t  /data/550/particles/i/charge/shape
attr   = 19838
  uint64_t  /data/550/particles/i/mass/shape
attr   = 19838
@franzpoeschel
Copy link
Contributor Author

Note: Due to ComputationalRadiationPhysics/picongpu#3672, the resulting datasets are likely not identical any more, meaning that tests need to be rewritten.

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

Successfully merging this pull request may close these issues.

2 participants