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

Add hdf_archive dataset append feature #5038

Open
ye-luo opened this issue Jun 11, 2024 · 0 comments
Open

Add hdf_archive dataset append feature #5038

ye-luo opened this issue Jun 11, 2024 · 0 comments

Comments

@ye-luo
Copy link
Contributor

ye-luo commented Jun 11, 2024

Then we can get rid of direct calls

../src/QMCDrivers/WalkerLogBuffer.h:      h5d_append(f.top(), "data", file_pointer, buffer.dim(), dims, buffer.data());
../src/QMCHamiltonians/ObservableHelper.h:  /// "file pointer" for h5d_append
../src/QMCHamiltonians/ObservableHelper.cpp:    h5d_append(file.top(), "value", current, rank, mydims.data(), first_v + lower_bound);
../src/Estimators/TraceManager.h:      h5d_append(f.top(), "traces", file_pointer, buffer.dim(), dims, buffer.data());
@prckent prckent changed the title Add hdf_archieve dataset append feature Add hdf_archive dataset append feature Jun 12, 2024
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

No branches or pull requests

1 participant