← Back to team overview

yade-users team mailing list archive

Re: [Question #294845]: Multicore Yade

 

Question #294845 on Yade changed:
https://answers.launchpad.net/yade/+question/294845

Bruno Chareyre proposed the following answer:
Hi Pavel,
Yade has profiling features which should be useful in your case.
Please see https://yade-dem.org/doc/prog.html#timing

Until now I would follow Anton. If you did not implement parallel versions of the following functions then of course giving more cores is not magically parallelizing them : 
   PyRunner(command='SaveData()',virtPeriod=1./1000),
   ForceResetter(),
   VppNeighbours(),
   VppPressureForce(),
   PyRunner(command='ChangeMask()',iterPeriod=1),
   PyRunner(command='ChangePos()',iterPeriod=1),
   PyRunner(command='ChangePosFoil()',iterPeriod=1),
   PyRunner(command='PreChangePos()',iterPeriod=1),
   PyRunner(command='PressureOn()',iterPeriod=1),
   PyRunner(command='PressureTimeOn()',iterPeriod=1),

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.