forked from espressomd/espresso
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Head to BD #158
Merged
Merged
Head to BD #158
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
independent of the cell system. New function short_range_loop that ties together Espresso globals (skin...) and cell system specific distance calculation, and runs caller-supplied kernels on the pairs. Addapted icc, energy, force and pressure calculation to use these new functions. Tests for link_cell and verler_ia. Sorry for the monolithic commit.
Up to values of 1E-3, approximately.
finalize() and get_datata() This may well have been the Heisenbug causing the segfaults
…tInterface-derived classes
Remove correlators from system.auto_update_correlators after finalize() call
energy and momenum conservation for non-isotropi itensor
By not calling finalize()
Fix for MPI+P3MGPU
core: Fixed numerics error in p3m gpu error calculation.
…cpp to force early feature consistency check.
fixed lb particle coupling
Extend thermostat and rotation test
testsuite: Fixed langevin_thermostat test.
- cudaMemcpyToSymbol does not work for int - correctly specify const __restrict__
Codecov Report
@@ Coverage Diff @@
## bd #158 +/- ##
==========================================
+ Coverage 42.04% 43.55% +1.51%
==========================================
Files 356 361 +5
Lines 29758 28134 -1624
Branches 5401 5308 -93
==========================================
- Hits 12512 12255 -257
+ Misses 17220 15855 -1365
+ Partials 26 24 -2
Continue to review full report at Codecov.
|
added test for catalytic reactions, thanks to henri
maintainer: Don't pass artifacts to status jobs in gitlab ci.
Build CUDA code with Clang
…mit interaction_bonded to 2 cores becausde it does not work with 3 due to box size restrictions.
Updated features.rst.
Short range
cmake: Made EspressoConfig into a library containing config-features.…
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.
Fixes #
Description of changes:
PR Checklist