summaryrefslogtreecommitdiff
path: root/examples/heterogeneous_computing/README.md
blob: 16463e63f35a98b140820c2609e617504d5395d5 (plain)
1
2
3
4
5
6
7
# Heterogeneous  

This is more intended as a thinking ground for a solution to LBM integrations for distributed computing.  
In the end MPI does it correctly in a sense I would almost ask to separate in blocks.  
But I want to learn, so no MPI.  
Or rather MPI abstracted away.  
MPI also has some discovery issues in edge cases where the network is a bit more complex.