yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #12095
Re: [Question #279359]: MakeCloud() single-threaded?
Question #279359 on Yade changed:
https://answers.launchpad.net/yade/+question/279359
Status: Open => Answered
Bruno Chareyre proposed the following answer:
makeCloud() is a function, not an engine, therefore it can't be used in ParallelEngine.
More generally, parallelizing an algorithm needs low level implementation (domain decomposition especially), so you don't usually get things parallelized magically by playing with high level commands.
This being said, you can of course run many makeCloud()s in parallel.
There are python libs for that. But designing the domain decomposition
and the subtasks and assigning them to different cores is entirely on
your shoulders, Yade will not help.
Bruno
--
You received this question notification because your team yade-users is
an answer contact for Yade.