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

Benchmark: Ferrofluid benchmark (derived from LJ one) #3240

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

RudolfWeeber
Copy link
Contributor

I did not include it into the benchmark cmake target, as it is not such a common scenario outside the ICP

@codecov
Copy link

codecov bot commented Oct 8, 2019

Codecov Report

Merging #3240 into python will decrease coverage by <1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           python   #3240    +/-   ##
=======================================
- Coverage      85%     85%    -1%     
=======================================
  Files         528     530     +2     
  Lines       25805   26025   +220     
=======================================
+ Hits        22150   22158     +8     
- Misses       3655    3867   +212
Impacted Files Coverage Δ
src/core/forces_inline.hpp 84% <0%> (-1%) ⬇️
...bonded_interactions/nonbonded_interaction_data.hpp 100% <0%> (ø) ⬆️
...bonded_interactions/nonbonded_interaction_data.cpp 100% <0%> (ø) ⬆️
src/core/particle_data.hpp 97% <0%> (ø) ⬆️
src/core/object-in-fluid/affinity.cpp 0% <0%> (ø)
src/core/object-in-fluid/affinity.hpp 0% <0%> (ø)
src/core/particle_data.cpp 96% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9dc1e06...cd64644. Read the comment docs.

@jngrad
Copy link
Member

jngrad commented Oct 11, 2019

bors r=fweik

bors bot added a commit that referenced this pull request Oct 11, 2019
3212: Remove unused force reduction function r=fweik a=hirschsn

The function `reduce_forces_sum` was made obsolete by a538ebb

Fixes #

Description of changes:
 - Remove unused function


PR Checklist
------------
 - [ ] Tests?
   - [ ] Interface
   - [ ] Core 
 - [ ] Docs?


3221: Make unit tests respect Cmake MPIEXEC_*FLAGS r=jngrad a=hirschsn

There are two cmake flags called MPIEXEC_PREFLAGS and MPIEXEC_POSTFLAGS.
This commit makes the unit test include these two variables in the creation of
the cmdlines. These variables are useful for passing parameters to mpiexec, e.g. MPIEXEC_PREFLAGS="--bind-to;none".

Fixes #

Description of changes:
 - 


PR Checklist
------------
 - [ ] Tests?
   - [ ] Interface
   - [ ] Core 
 - [ ] Docs?


3232: Particle data cleanup r=KaiSzuttor a=fweik

Description of changes:
 - Removed unused functions and macro


3240: Benchmark: Ferrofluid benchmark (derived from LJ one) r=fweik a=RudolfWeeber

I did not include it into the benchmark cmake target, as it is not such a common scenario outside the ICP

Co-authored-by: Steffen Hirschmann <steffen.hirschmann@ipvs.uni-stuttgart.de>
Co-authored-by: Florian Weik <fweik@icp.uni-stuttgart.de>
Co-authored-by: Rudolf Weeber <weeber@icp.uni-stuttgart.de>
@bors
Copy link
Contributor

bors bot commented Oct 11, 2019

Build succeeded

@bors bors bot merged commit cd64644 into espressomd:python Oct 11, 2019
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.

3 participants