-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce a System class in the core (#4741)
Fixes #4615 Description of changes: - completely rewrite the `EspressoSystemInterface` class - the new `System` class uses composition for GPU particle data management, resource deallocation, and globals - GPU particle data management now uses standard `thrust` vectors and properly deallocates device memory - simplify the `espressomd.system.System` class - simplify GPU code - 9 CUDA global variables were removed (partial fix for #2628) - ~300 lines of CUDA code were removed
- Loading branch information
Showing
53 changed files
with
1,747 additions
and
1,829 deletions.
There are no files selected for viewing
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.