[RFC] Refactor atom groups read data - #953
Open
HanatoK wants to merge 5 commits into
Open
Conversation
HanatoK
force-pushed
the
refactor_atom_groups_read_data
branch
from
August 17, 2026 16:41
e19dc7c to
ab69a1d
Compare
HanatoK
marked this pull request as ready for review
August 18, 2026 19:41
Merged
HanatoK
commented
Sep 1, 2026
| @@ -447,10 +447,6 @@ int colvarmodule::parse_global_params(std::string const &conf) | |||
| return COLVARS_INPUT_ERROR; | |||
| } else { | |||
| this->log("EXPERIMENTAL GPU parallelism will be used. GPU information:\n"); | |||
Member
Author
There was a problem hiding this comment.
TODO: see #940 (comment) to remove this line.
This commit refactors the read_data and read_data_gpu of atom groups. The atom groups may be referenced by different CVCs in the future.
HanatoK
force-pushed
the
refactor_atom_groups_read_data
branch
from
September 1, 2026 21:43
ab69a1d to
f65ae75
Compare
HanatoK
marked this pull request as draft
September 1, 2026 22:15
Member
Author
|
I will look into the test failures in https://github.com/HanatoK/colvars/actions/runs/33562573020/job/100038292990 tomorrow. |
HanatoK
marked this pull request as ready for review
September 2, 2026 20:02
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR implements the idea discussed in #938 (comment), and also refactors the update of lattice (boundary condition) so that
boundaries_is updated only once in the GPU code path. This PR also lays the foundation of reusing atom groups.This PR depends on #940. Sadly I still haven't figured out how to make a stacked PR...