From 0040130b67ba611ae259d51d3776fd072b77bfb8 Mon Sep 17 00:00:00 2001 From: Kaan Olgu Date: Sat, 17 Jun 2023 11:38:50 +0000 Subject: [PATCH] TBB Instructions for Spack --- docs/spack_instructions.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/spack_instructions.md b/docs/spack_instructions.md index a9e10b7..2f995c9 100644 --- a/docs/spack_instructions.md +++ b/docs/spack_instructions.md @@ -208,7 +208,14 @@ | dir | Download the Raja release from github repository and extract the zip file to a directory you want and target this directory with `dir` flag | | backend | 2 different backend options:
- cuda
- omp | |offload| Choose offloading platform `offload= [cpu]/[nvidia]` | + ```shell # Example 1: For CPU offload with backend OMP $ spack install babelstream +raja offload=cpu backend=omp dir=/home/dir/raja +``` + +## TBB +```shell +# Example: + $ spack install babelstream +tbb ``` \ No newline at end of file