]> https://gitweb.dealii.org/ - dealii.git/commitdiff
GitHub CI: Also compile matrix_free_kokkos tests in CUDA CI 16682/head
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 20 Feb 2024 20:28:13 +0000 (15:28 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 20 Feb 2024 22:11:45 +0000 (17:11 -0500)
.github/workflows/linux.yml

index 80aed606329a7d9d32571f09882ba9a5c16ed41e..c984c63103725031ef383ea231f8494c3b57dd9e 100644 (file)
@@ -382,9 +382,11 @@ jobs:
     - name: build CUDA tests
       run: |
         cd build
-        make -j2 setup_tests_cuda
+        make -j2 setup_tests_cuda setup_tests_matrix_free_kokkos
         cd tests/cuda
         make -j2 compile_test_executables
+        cd ../matrix_free_kokkos
+        make -j2 compile_test_executables
 
   #############################
   # linux-debug-cuda-11-clang #
@@ -477,6 +479,8 @@ jobs:
     - name: build CUDA tests
       run: |
         cd build
-        make -j 2 setup_tests_cuda
+        make -j2 setup_tests_cuda setup_tests_matrix_free_kokkos
         cd tests/cuda
         make -j2 compile_test_executables
+        cd ../matrix_free_kokkos
+        make -j2 compile_test_executables

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.