From b1e7df74b552abf52e228f46bcc9624d9ade40be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= <15837247+mofeing@users.noreply.github.com> Date: Tue, 7 May 2024 19:00:55 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 5581fb5..1cbaf0f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,6 @@ Julia bindings to `extrae` Basic API. -## Parallel programming models currently instrumented - -- Threads -- Distributed - ## Example scripts In `scripts` directory you can find the `test-distributed-work.jl` script that traces a very basic execution of a Distributed program. This script squares a random 1000x1000 matrix two times in a worker, and then fetches the values.