]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CI: github action: test 64bit indices 9592/head
authorTimo Heister <timo.heister@gmail.com>
Mon, 2 Mar 2020 14:50:57 +0000 (09:50 -0500)
committerTimo Heister <timo.heister@gmail.com>
Mon, 2 Mar 2020 18:19:37 +0000 (13:19 -0500)
Test 64bit indices on the OSX github action.

.github/workflows/main.yml

index b3805ad8d58755175161149a267882f30c1fc8b5..5f4e79cd9d4a18fbea998ddd9063324e5b12f69c 100644 (file)
@@ -6,7 +6,7 @@ jobs:
   osx-serial:
     # simple serial build using apple clang
 
-    name: OSX serial build
+    name: OSX serial
     runs-on: [macos-latest]
 
     steps:
@@ -32,10 +32,10 @@ jobs:
         make -j 2
         make -j 2 test # quicktests
 
-  osx-parallel:
-    # MPI build using apple clang
+  osx-parallel64:
+    # MPI build using apple clang and 64 bit indices
 
-    name: OSX parallel build
+    name: OSX parallel 64bit
     runs-on: [macos-latest]
 
     steps:
@@ -56,7 +56,7 @@ jobs:
         cmake --version
     - name: configure
       run: |
-        CC=mpicc CXX=mpic++ cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_CXX_FLAGS='-Werror' -D DEAL_II_WITH_MPI=on .
+        CC=mpicc CXX=mpic++ cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_WITH_64BIT_INDICES=ON -D DEAL_II_CXX_FLAGS='-Werror' -D DEAL_II_WITH_MPI=on .
     - name: archive
       uses: actions/upload-artifact@v1
       with:

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.