-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support for Complex Types #639
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
ax3l
changed the title
[WIP] Support for Complex Numbers
[WIP] Support for Complex Types
Dec 19, 2019
ax3l
force-pushed
the
topic-complex
branch
4 times, most recently
from
December 19, 2019 02:47
b5fe56f
to
3508a77
Compare
Closed
Merged
ax3l
added a commit
that referenced
this pull request
Jul 30, 2020
Require ADIOS2 v2.6.0+ for our recently contributed support for complex attribute types. This also bumps our CMake dependency to 3.12.0+. Required for #639 Blocked by ornladios/ADIOS2#2316
ax3l
force-pushed
the
topic-complex
branch
3 times, most recently
from
July 31, 2020 10:15
c4da1e4
to
3c58b0d
Compare
ax3l
force-pushed
the
topic-complex
branch
2 times, most recently
from
September 1, 2020 18:14
69f91f9
to
6713bb3
Compare
ax3l
force-pushed
the
topic-complex
branch
10 times, most recently
from
September 2, 2020 23:20
512882d
to
b80da5d
Compare
Seems to be missing from ADIOS 1.13.1.
Limitations: - generally no long double complex type (yet)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: new
additions to the API
backend: ADIOS1
backend: ADIOS2
backend: HDF5
backend: JSON
frontend: C++17
frontend: Python3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for complex numbers as fundamental data type.
Close #203