From 65a19b377bc4eb4f5aacf500b89d190e1cfb3336 Mon Sep 17 00:00:00 2001 From: Guillermo Andrade B <guillermo.andrade-barroso@inria.fr> Date: Mon, 6 Jan 2020 14:26:30 +0100 Subject: [PATCH] update link for OpenMP --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d922440..68ae7f0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ There is a tutorial showing : ### Multi-core programming with OpenMP and SSE using Python and Weave There is a tutorial showing : * how to optimize C++ code using OpenMP and SSE -[[OpenMP and SSE tutorial using Python and Weave module]] +[OpenMP and SSE tutorial using Python and Inline module](OpenMP/README.md) ## CUDA ### Blocks and Grid on scalar multiplication kernel -- GitLab