← Back to team overview

yade-users team mailing list archive

Re: [Question #696198]: Using the Parallel Collider

 

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

    Status: Open => Answered

Bruno Chareyre proposed the following answer:
Hi,
1. it is in trunk
2. nothing specific

If you want to see how it works you can do this:
O.timing.enabled=True
O.run(N,True)
from yade import timing
timing.stats()

You will see how much is spent on each engine. Then if you run with different -j you will see how the different engines react to that.
Usually collider is only a few percent of the total.

Regards

Bruno

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