yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #08994
[yade/trunk] 2fa717: make ompThread an attribute of Engine, as it likel...
Branch: refs/heads/master
Home: https://github.com/yade/trunk
Commit: 2fa7177b0e9d2449d4b3a4d8b83ef904ac2b6461
https://github.com/yade/trunk/commit/2fa7177b0e9d2449d4b3a4d8b83ef904ac2b6461
Author: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
Date: 2012-10-31 (Wed, 31 Oct 2012)
Changed paths:
M core/Engine.hpp
M pkg/common/InteractionLoop.hpp
M pkg/common/ParallelEngine.hpp
Log Message:
-----------
make ompThread an attribute of Engine, as it likely to be used more and more in the future. It is then inherited by InteractionLoop and ParallelEngine
Commit: 2284cec509c434d21ba6395b4c8790c951d92ef9
https://github.com/yade/trunk/commit/2284cec509c434d21ba6395b4c8790c951d92ef9
Author: Bruno Chareyre <bruno.chareyre@xxxxxxxxxxx>
Date: 2012-10-31 (Wed, 31 Oct 2012)
Changed paths:
M lib/triangulation/FlowBoundingSphere.hpp
M lib/triangulation/FlowBoundingSphere.ipp
M pkg/dem/FlowEngine.cpp
Log Message:
-----------
Parallelize volume updates and the computation of fluid forces
Compare: https://github.com/yade/trunk/compare/da0abe1b0443...2284cec509c4