← Back to team overview

yade-users team mailing list archive

[Question #213232]: multiprocessing of many scenes

 

New question #213232 on Yade:
https://answers.launchpad.net/yade/+question/213232

Hi,

In my simulation, I have a lot of scenes (several hundreds or even thousands by using O.addScene()).
A typical operation looks like:

for i in range(200):
    O.switchToScene(i)
    run some simulation here...
    stress=utils.getStress()

Is it possible to parallel the calculation? Any method or package is OK.

Ning

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.