]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Test simplex in osx-parallel64
authorPeter Munch <peterrmuench@gmail.com>
Tue, 28 Jul 2020 09:26:53 +0000 (11:26 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Fri, 31 Jul 2020 12:51:03 +0000 (14:51 +0200)
.github/workflows/linux.yml

index ff0fd6ad70fa53a942760bc02a43f6765e6e1d46..7c61951905e47da117b3c78084894a879a348965 100644 (file)
@@ -29,3 +29,37 @@ jobs:
     - name: build
       run: |
         make -j 2
+        
+  linux-debug-parallel-simplex:
+    # simple parallel debug build using g++ with simplex configuration enabled
+
+    name: linux debug parallel simplex
+    runs-on: [ubuntu-18.04]
+
+    steps:
+    - uses: actions/checkout@v2
+    - name: modules
+      run: |
+        sudo apt-get install libopenmpi-dev numdiff
+    - name: setup
+      run: |
+        ./contrib/utilities/download_clang_format
+    - name: info
+      run: |
+        mpicc -v
+        cmake --version
+    - name: configure
+      run: |
+        cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_CXX_FLAGS='-Werror' -D CMAKE_CXX_COMPILER="mpic++"  -D DEAL_II_WITH_MPI="ON" -D DEAL_II_WITH_SIMPLEX_SUPPORT="ON" -D DEAL_II_COMPONENT_EXAMPLES="OFF" .
+    - name: archive
+      uses: actions/upload-artifact@v1
+      with:
+        name: linux-simplex-detailed.log
+        path: detailed.log
+    - name: build
+      run: |
+        make -j 2
+    - name: test
+      run: |
+        make -j 2 setup_tests
+        ctest -j 2 -R simplex/

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.