yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #12074
[Question #279270]: Problem with efficiency
New question #279270 on Yade:
https://answers.launchpad.net/yade/+question/279270
Hi everyone,
I'm trying to simulate clump interactions using version 1.20 of YADE and this process goes much more slower than in versions 1.12 and earlier. Do you know why?
my test:https://www.dropbox.com/s/zbr4adcb0ox2ir4/test3.py?dl=0
Welcome to Yade 2015-03-17.git-16ecad0
TCP python prompt on localhost:9000, auth cookie `asuyke'
XMLRPC info provider on http://localhost:21000
Running script test3.py
mass clump1= 496.138472945
WARN /usr/local/src/git/yade.git/pkg/common/InsertionSortCollider.cpp:80 insertionSortParallel: Parallel insertion: only 11 thread(s) used. The number of bodies is probably too small for allowing more threads, or the geometry is flat. The contact detection should succeed but not all available threads are used.
Name Count Time Rel. time
-------------------------------------------------------------------------------------------------------
ForceResetter 1000 2228466us 15.54%
InsertionSortCollider 4 132829us 0.93%
InteractionLoop 1000 2073839us 14.46%
PyRunner 0 0us 0.00%
NewtonIntegrator 1000 9906800us 69.08%
TOTAL 14341937us 100.00%
Welcome to Yade 2015-12-16.git-dfb3daf
TCP python prompt on localhost:9000, auth cookie `decuay'
XMLRPC info provider on http://localhost:21000
Running script test3.py
mass clump1= 496.138472945
Name Count Time Rel. time
-------------------------------------------------------------------------------------------------------
ForceResetter 1000 67124us 0.01%
InsertionSortCollider 4 1666146us 0.24%
InteractionLoop 1000 697955915us 99.50%
PyRunner 0 0us 0.00%
NewtonIntegrator 1000 1795053us 0.26%
TOTAL 701484240us 100.00%
Thanks a lot, Nastya
--
You received this question notification because your team yade-users is
an answer contact for Yade.