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