From f76f9250a33771ae50ee13475da0ce02534f4a12 Mon Sep 17 00:00:00 2001 From: Carsten Bauer Date: Thu, 2 Nov 2023 15:58:42 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea1d16a..d7a721d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Malt.jl worker processes **do not inherit** `ENV` variables, command-line argume 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 homogenous computing**. +Malt.jl does not have API like `@everywhere` or `Distributed.procs`: Malt is **not the right tool for heterogenuous computing**. ### Exception handling Exceptions in Malt.jl workers are converted to plaintext before being rethrown in the host. From 688e516aceba16a41a4021b0f590b1f88f721bc8 Mon Sep 17 00:00:00 2001 From: Carsten Bauer Date: Thu, 2 Nov 2023 15:59:42 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a721d..cd8d70c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Malt.jl worker processes **do not inherit** `ENV` variables, command-line argume 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 heterogenuous computing**. +Malt.jl does not have API like `@everywhere` or `Distributed.procs`: Malt is **not the right tool for heterogenous computing**. ### Exception handling Exceptions in Malt.jl workers are converted to plaintext before being rethrown in the host.