-
- Downloads
1 - Clean some parts
2 - Add a task based fmm threaded algorithm. It uses the OpenMP task (but needs some test) Now there are 3 multi thread fmm algorithms Naive approach (iter + mutex) Task based approach Inspector-executor model (closest to fmb original approach) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/scalfmm/scalfmm/trunk@27 2616d619-271b-44dc-8df4-d4a8f33a7222
Showing
- Sources/Core/FFMMAlgorithmArray.hpp 4 additions, 1 deletionSources/Core/FFMMAlgorithmArray.hpp
- Sources/Core/FFMMAlgorithmTask.hpp 276 additions, 0 deletionsSources/Core/FFMMAlgorithmTask.hpp
- Sources/Core/FFMMAlgorithmThreaded.hpp 2 additions, 2 deletionsSources/Core/FFMMAlgorithmThreaded.hpp
- Sources/Fmb/FAbstractFmbKernels.hpp 18 additions, 18 deletionsSources/Fmb/FAbstractFmbKernels.hpp
- Sources/Fmb/FFmbKernelsForces.hpp 1 addition, 3 deletionsSources/Fmb/FFmbKernelsForces.hpp
- Sources/Fmb/FFmbKernelsPotential.hpp 2 additions, 3 deletionsSources/Fmb/FFmbKernelsPotential.hpp
- Sources/Fmb/FFmbKernelsPotentialForces.hpp 1 addition, 2 deletionsSources/Fmb/FFmbKernelsPotentialForces.hpp
- Tests/testFMMAlgorithm.cpp 4 additions, 1 deletionTests/testFMMAlgorithm.cpp
- Tests/testFmbAlgorithm.cpp 4 additions, 2 deletionsTests/testFmbAlgorithm.cpp
Loading
Please register or sign in to comment