Test 64bit indices on the OSX github action.
osx-serial:
# simple serial build using apple clang
- name: OSX serial build
+ name: OSX serial
runs-on: [macos-latest]
steps:
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:
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