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

Complex long double support in hdf5 #1913

Merged
merged 6 commits into from
Jan 2, 2020
Merged

Complex long double support in hdf5 #1913

merged 6 commits into from
Jan 2, 2020

Conversation

guj
Copy link
Contributor

@guj guj commented Dec 21, 2019

No description provided.

@ax3l
Copy link
Contributor

ax3l commented Dec 26, 2019

Thank you for this PR! I added its commits to #1907 :)

@ax3l ax3l mentioned this pull request Dec 26, 2019
5 tasks
m_PropertyTxfID = H5Pcreate(H5P_DATASET_XFER);
}

HDF5Common::~HDF5Common()
{
H5Tclose(m_DefH5TypeComplexLongDouble);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@guj this seams to write some H5Tclose(): not a datatype errors to stderr in some tests.

guj added 5 commits January 2, 2020 13:29
changed complex fileds to r/i per Axel's suggestion
otherwise they are somewhat cleaned up after H5Fclose
and causes error if trying to call H5Tclose on these compound types
@guj guj merged commit fc4aea8 into ornladios:master Jan 2, 2020
@guj guj deleted the complex branch January 3, 2020 20:52
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