summaryrefslogtreecommitdiff
path: root/examples/heterogeneous_computing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/heterogeneous_computing/README.md')
-rw-r--r--examples/heterogeneous_computing/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/heterogeneous_computing/README.md b/examples/heterogeneous_computing/README.md
new file mode 100644
index 0000000..16463e6
--- /dev/null
+++ b/examples/heterogeneous_computing/README.md
@@ -0,0 +1,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.