Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !287

Particle caching

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged James Willis requested to merge particle-caching into master Dec 05, 2016
  • Overview 75
  • Commits 54
  • Changes 19

Summary

  • Implements a vectorised version of runner_doself1_density().
  • Implements a particle cache on each thread and allocates the memory in engine_init()
  • Modified test27cells.c so that particles that have been interacted with vectors are checked manually against a serial interaction
  • Implemented another vectorised version of kernel_deval() which calculates the kernel for two particles.
  • Fixes a bug in runner_iact_vec_force and runner_iact_nonsym_vec_force when calculating the SPH term

test27cells will fail because of the thresholds set for the diff, I have attached the differences in: brute_force_h_1.2348.dat swift_dopair_h_1.2348_avx_doself1_loop.dat

@nnrw56 @pdraper

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: particle-caching