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

Particle data cleanup #3232

Merged
merged 5 commits into from
Oct 11, 2019
Merged

Particle data cleanup #3232

merged 5 commits into from
Oct 11, 2019

Conversation

fweik
Copy link
Contributor

@fweik fweik commented Oct 4, 2019

Description of changes:

  • Removed unused functions and macro

@fweik fweik requested a review from KaiSzuttor October 4, 2019 12:38
@codecov
Copy link

codecov bot commented Oct 4, 2019

Codecov Report

Merging #3232 into python will increase coverage by <1%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           python   #3232    +/-   ##
=======================================
+ Coverage      85%     85%   +<1%     
=======================================
  Files         528     528            
  Lines       25805   25800     -5     
=======================================
- Hits        22150   22147     -3     
+ Misses       3655    3653     -2
Impacted Files Coverage Δ
src/core/particle_data.cpp 96% <ø> (ø) ⬆️
src/core/particle_data.hpp 97% <100%> (-1%) ⬇️
src/core/electrostatics_magnetostatics/p3m.cpp 86% <0%> (-1%) ⬇️

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...ce6536f. Read the comment docs.

@jngrad
Copy link
Member

jngrad commented Oct 11, 2019

bors r=KaiSzuttor

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 ce6536f 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