From 9a6a36e5a40ae1e9459102a49b98c830bd2a7adb Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Mon, 18 Dec 2017 13:17:42 -0600 Subject: [PATCH] Updated Parallelism (markdown) --- Parallelism.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Parallelism.md b/Parallelism.md index 3754b8c..f3e3e48 100644 --- a/Parallelism.md +++ b/Parallelism.md @@ -1,7 +1,4 @@ -================ -Task parallelism -================ - +# Task parallelism A task scheduler is implemented in OCaml and runs in the `qp_run` program. The IRPF90 programs communicate with this scheduler to fetch new tasks to do.