From b276368fb9b66c59f5bac2628ed7e438092a3774 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Thu, 4 Mar 2021 12:07:13 +0100 Subject: [PATCH] Update intel-tbb.md --- docs.it4i/software/intel/intel-suite/intel-tbb.md | 4 +++- 1 file changed, 3 insertions(+), 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 09a385c50..2b121cde6 100644 --- a/docs.it4i/software/intel/intel-suite/intel-tbb.md +++ b/docs.it4i/software/intel/intel-suite/intel-tbb.md @@ -4,7 +4,9 @@ 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]. -Intel is available on the cluster. +## Installed Versions + +For the current list of installed versions, use: ```console $ ml av tbb -- GitLab