Experiments benchmark. #24
joaquinffernandez
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Models in increasing level of difficulty to process:
First Draft
Air Conditioners Population
Modelica model:
Expected Partition:
This simple model can be splitted without any communication by distributing an equal number of elements of each node into a given partition. In fact, the distributive initial partition should be enough to partition this model. We should check that no iteration is done in this case.
Advection 1D
From this Modelica model:
We can also use this model as an example of how the SBG input is built. We have the following SBG Partitioner input JSON file:
Expected Partition:
For this simple experiment, best partition we can get is the one that given any two partitions only communicates the last element of the first partition with the first element of the second partition.
Advection 2D
Modelica Model:
Expected Partition:
Air Conditioners Population with Controller
Modelica model:
Expected Partition:
Spiking Neural Network
Modelica model:
In this model we should also increase the number of connections and test the performance, i.e. the largest number of connections that support with the current implementation.
Expected Partition:
Spiking Neural Network with Random Connections
Modelica model:
This is just a stress test to check so that we can compare our results with the ones from other partitioners. We should use this experiment to explain the limitations of our proposed algorithm.
Expected Partition:
In this case there is no optimal partition.
Beta Was this translation helpful? Give feedback.
All reactions