Page 1 of 1

Super Parallella Super Epiphany

PostPosted: Wed Sep 06, 2017 3:51 pm
by claudio4parallella
I've realized and it works what a strange parallelism....
I do upload to the 16 cores with 16 different individual c programs.
To each core the Host is passing the Number of Inputs values and then the vector of Input Values (any type) and is able to read from each core the Number of Outputs and the vector value of outputs (any type). The Host is delegated also to share and to re-address Inputs/Outputs values coming and going to cores in real time.
That's why I'm thinking to a << Multiple Task & Multiple Iterative Data parallelism >> for Mathematics and Physics calculations.
One test should be some Orbital manybody problems in astronomy.
That's all for fun or for serious app ?
Let's wait and see....

My regards , even if I discovered Parallella just when it has died.....

Re: Super Parallella Super Epiphany

PostPosted: Thu Sep 07, 2017 12:36 am
by jar
N-body is a pretty common one. You can start here if you like: https://github.com/USArmyResearchLab/op ... le/c_nbody

Re: Super Parallella Super Epiphany

PostPosted: Thu Sep 07, 2017 7:07 pm
by claudio4parallella
hi mr. jar, thank you for your answer.
I have investigated over all the examples and on n-body coprthr example.
My missing was that I had only the source code and I have not been able to see the n-body and other example running.
Only few days ago I discovered

Ubuntu14.04-hdmi-z7010-2014.06.11 with esdk 5.13.9.10

that is the only ready for me, up and running in video ....

Other recent img were unusable, ubuntu2016, too, about coprthr.