Re: [Yade-users] [Question #279359]: MakeCloud() single-threaded?

2015-12-18 Thread Bruno Chareyre
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

Re: [Yade-users] [Question #279359]: MakeCloud() single-threaded?

2015-12-17 Thread Christian Jakob
Question #279359 on Yade changed: https://answers.launchpad.net/yade/+question/279359 Status: Open => Answered Christian Jakob proposed the following answer: Hi, makeCloud() is used for particle generation and has no influence on DEM calculation cycle. It is not parallelized atm [1].

Re: [Yade-users] [Question #279359]: MakeCloud() single-threaded?

2015-12-17 Thread Gary Pekmezi
Question #279359 on Yade changed: https://answers.launchpad.net/yade/+question/279359 Status: Answered => Open Gary Pekmezi is still having a problem: Thanks for your reply Christian. That is what I suspected. One more question along the same veinCan makeCloud be used in

[Yade-users] [Question #279359]: MakeCloud() single-threaded?

2015-12-16 Thread Gary Pekmezi
New question #279359 on Yade: https://answers.launchpad.net/yade/+question/279359 I noticed that when I run a triaxial test (either with a preprocessor or a script), TriaxialStressController() and TriaxialCompressionEngine() make use of all the cores specified via the -jN command. However,