yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11246
[Bug 1368591] [NEW] ParallelCollider skips interactions
Public bug reported:
It looks like the parallel collider skips interactions. See attached
script. If you start it with -j1 or set the collider itself in a single-
mode mode, all is fine.
If the script is started in parallel, many particles are going through
the wall. Yes, there are a lot of warnings like
"InsertionSortCollider.cpp:140 insertionSortParallel: Parallel colliding
failed, starting again in single thread. Consider turning
collider.ompThreads=1 for not wasting CPU time." . But skipping
interactions from my point of view is critical for DEM software.
** Affects: yade
Importance: High
Status: New
** Attachment added: "Script"
https://bugs.launchpad.net/bugs/1368591/+attachment/4202053/+files/testParallelCol.py
--
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
https://bugs.launchpad.net/bugs/1368591
Title:
ParallelCollider skips interactions
Status in Yet Another Dynamic Engine:
New
Bug description:
It looks like the parallel collider skips interactions. See attached
script. If you start it with -j1 or set the collider itself in a
single-mode mode, all is fine.
If the script is started in parallel, many particles are going through
the wall. Yes, there are a lot of warnings like
"InsertionSortCollider.cpp:140 insertionSortParallel: Parallel
colliding failed, starting again in single thread. Consider turning
collider.ompThreads=1 for not wasting CPU time." . But skipping
interactions from my point of view is critical for DEM software.
To manage notifications about this bug go to:
https://bugs.launchpad.net/yade/+bug/1368591/+subscriptions
Follow ups
References