question

Shashank S avatar image
0 Likes"
Shashank S asked Phil BoBo answered

Heavy simulation model on Distributed Systems (without Experimenter/Optimizer)?

I have a heavy simulation model. Can I use one of our local machines's available processing capacity along with another machine to run the model quickly? Is there any way we can do this ?

FlexSim 18.2.3
distributed systems
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

tannerp avatar image tannerp commented ·

Hi @Shashank S, I'm assuming you have already looked at these posts below and you want to do something similar. Is that correct?

Distributed Experiments or Optimizations

Distributed Experiments on Local Machine

0 Likes 0 ·
Shashank S avatar image Shashank S tannerp commented ·

Hi @Tanner Poulton, Thanks for your response.

Yes I have gone through these posts already, My requirement is slightly different, in these posts we are using distributed systems for carrying out experiments and optimization, correct ?

What I want is using distributed systems for running only one scenario in a model (very heavy, due to lot of objects & flow items), not experiments not optimization. So it will ease running the heavy models.

0 Likes 0 ·

1 Answer

·
Phil BoBo avatar image
4 Likes"
Phil BoBo answered

Distributing a single scenario run over multiple computers introduces a whole set of issues with trying to synchronize the timing and events of separate models. If the models aren't synchronized, then you can get into errors if the actions of one would change the events of the other, but the other has already passed the time where the change is. And trying to synchronize the timing of the runs is a difficult task.

Rather than trying to distribute your model into multiple models on multiple computers, you should instead consider what simplifying assumptions and speed improvements you can make to the model so that it runs faster on a single system.

5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.