]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add TBB to github actions. 13057/head
authorMarc Fehling <mafehling.git@gmail.com>
Wed, 17 Nov 2021 03:45:14 +0000 (20:45 -0700)
committerMarc Fehling <mafehling.git@gmail.com>
Thu, 9 Dec 2021 19:39:49 +0000 (12:39 -0700)
.github/workflows/linux.yml

index dc2282f2c17acfba9be5b56a1148fac6d34ce01c..342a36524533b856f839b00e51af970ea67eec99 100644 (file)
@@ -176,7 +176,8 @@ jobs:
         # oneapi-ci/scripts/install_linux_apt.sh
         sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic \
                                 intel-oneapi-mpi-devel \
-                                intel-oneapi-mkl-devel
+                                intel-oneapi-mkl-devel \
+                                intel-oneapi-tbb-devel
         sudo apt-get clean
     - name: info
       run: |
@@ -194,9 +195,11 @@ jobs:
               -D DEAL_II_EARLY_DEPRECATIONS=ON \
               -D DEAL_II_WITH_MPI=ON \
               -D DEAL_II_WITH_LAPACK=ON \
+              -D DEAL_II_WITH_TBB=ON \
               -D MPI_DIR=${I_MPI_ROOT} \
               -D BLAS_DIR=${MKLROOT} \
               -D LAPACK_DIR=${MKLROOT} \
+              -D TBB_DIR=${TBBROOT} \
               .
     - name: archive
       uses: actions/upload-artifact@v1

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.