]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Simplex action: load metis and be verbose on failure 10789/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 2 Aug 2020 12:07:12 +0000 (14:07 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 2 Aug 2020 12:12:08 +0000 (14:12 +0200)
.github/workflows/linux.yml

index e708de6b0845acab1d72ec8b2e5fea4f454e89b6..19137e38dc441588e5e0119f711c329869441e77 100644 (file)
@@ -43,14 +43,27 @@ jobs:
         sudo apt-get install -y software-properties-common
         sudo add-apt-repository ppa:ginggs/deal.ii-9.2.0-backports
         sudo apt-get update
-        sudo apt-get install -yq --no-install-recommends numdiff  libp4est-dev trilinos-all-dev petsc-dev
+        sudo apt-get install -yq --no-install-recommends \
+            numdiff \
+            libp4est-dev \
+            trilinos-all-dev \
+            petsc-dev \
+            libmetis-dev
     - name: info
       run: |
         mpicc -v
         cmake --version
     - name: configure
       run: |
-        cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_CXX_FLAGS='-Werror' -D DEAL_II_WITH_MPI="ON" -D DEAL_II_WITH_SIMPLEX_SUPPORT="ON" -D DEAL_II_WITH_TRILINOS="ON" -D DEAL_II_WITH_PETSC="ON" -D DEAL_II_COMPONENT_EXAMPLES="OFF" .
+        cmake -D CMAKE_BUILD_TYPE=Debug \
+              -D DEAL_II_CXX_FLAGS='-Werror' \
+              -D DEAL_II_WITH_MPI="ON" \
+              -D DEAL_II_WITH_SIMPLEX_SUPPORT="ON" \
+              -D DEAL_II_WITH_TRILINOS="ON" \
+              -D DEAL_II_WITH_PETSC="ON" \
+              -D DEAL_II_WITH_METIS="ON" \
+              -D DEAL_II_COMPONENT_EXAMPLES="OFF" \
+              .
     - name: archive
       uses: actions/upload-artifact@v1
       with:
@@ -62,4 +75,4 @@ jobs:
     - name: test
       run: |
         make -j 2 setup_tests_simplex
-        ctest -j 2 
+        ctest --output-on-failure -j 2 

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.