From 47ee4c870135e082e48c4a07f7e44a34e2f2697b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=A0=CE=B1=CE=BD=CE=B1=CE=B3=CE=B9=CF=8E=CF=84=CE=B7?= =?UTF-8?q?=CF=82=20=CE=93=CE=B5=CF=89=CF=81=CE=B3=CE=B1=CE=BA=CF=8C=CF=80?= =?UTF-8?q?=CE=BF=CF=85=CE=BB=CE=BF=CF=82?= Date: Thu, 3 Oct 2024 22:51:34 +0300 Subject: [PATCH] Homogenous vs Heterogenous computing (#78) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 036d764..c7fdafa 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ Malt.jl worker processes **do not inherit** `ENV` variables, command-line argume ### Interrupt on Windows Malt.jl supports **interrupting a worker process on Windows**, not just on UNIX. -### Heterogenous computing -Malt.jl does not have API like `@everywhere` or `Distributed.procs`: Malt is **not the right tool for heterogenous computing**. +### Homogenous computing +Malt.jl does not have API like `@everywhere` or `Distributed.procs`: Malt is **not the right tool for homogenous computing**. ### Exception handling Exceptions in Malt.jl workers are converted to plaintext before being rethrown in the host.