Skip to content

Commit

Permalink
Use mpi-smp charm on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
knelli2 committed Jan 31, 2023
1 parent 722b62a commit 4c89031
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ jobs:
use_pch: [ON]
use_xsimd: [ON]
charm_name: ["Charm 7.0.0"]
charm_build: [/work/charm_7_0_0/multicore-linux-x86_64-gcc]
include:
# Configure ccache sizes. The cache becomes ineffective if it can't
# hold at least one full build. The sizes for the build configurations
Expand Down Expand Up @@ -380,11 +381,13 @@ jobs:
BUILD_SHARED_LIBS: OFF
use_xsimd: OFF
MEMORY_ALLOCATOR: JEMALLOC
# Test compatibility with oldest supported CMake version
# Test compatibility with oldest supported CMake version and using an
# mpi version of charm
- compiler: clang-13
use_pch: ON
build_type: Debug
CMAKE_EXECUTABLE: /opt/local/cmake/3.18.2/bin/cmake
charm_build: /work/charm_7_0_0/mpi-linux-x86_64-smp-clang

container:
image: sxscollaboration/spectre:ci
Expand Down Expand Up @@ -482,7 +485,7 @@ ${{ env.CACHE_KEY_SUFFIX }}"
-D CMAKE_Fortran_COMPILER=${FC}
-D CMAKE_CXX_FLAGS="${CXXFLAGS} ${{ matrix.EXTRA_CXX_FLAGS }}"
-D OVERRIDE_ARCH=x86-64
-D CHARM_ROOT=/work/charm_7_0_0/multicore-linux-x86_64-gcc
-D CHARM_ROOT=${{ matrix.charm_build }}
-D CMAKE_BUILD_TYPE=${{ matrix.build_type }}
-D DEBUG_SYMBOLS=OFF
-D UNIT_TESTS_IN_TEST_EXECUTABLES=OFF
Expand Down

0 comments on commit 4c89031

Please sign in to comment.