From 003abafabcfa9db8eece68c1acdd7e68d6c33d93 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Thu, 28 May 2020 13:24:04 +0200 Subject: [PATCH] Update intel-tbb.md fixed introduction structure, related to #68 --- docs.it4i/software/intel/intel-suite/intel-tbb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/software/intel/intel-suite/intel-tbb.md b/docs.it4i/software/intel/intel-suite/intel-tbb.md index 49aca3608..efba337ef 100644 --- a/docs.it4i/software/intel/intel-suite/intel-tbb.md +++ b/docs.it4i/software/intel/intel-suite/intel-tbb.md @@ -1,6 +1,6 @@ # Intel TBB -## Intel Threading Building Blocks +## Introduction Intel Threading Building Blocks (Intel TBB) is a library that supports scalable parallel programming using standard ISO C++ code. It does not require special languages or compilers. To use the library, you specify tasks, not threads, and let the library map tasks onto threads in an efficient manner. The tasks are executed by a runtime scheduler and may be offloaded to [MIC accelerator][1]. -- GitLab