Skip to content

Commit 4ae06b9

Browse files
committed
Use appleclang test for testing new layout
1 parent 9521fe1 commit 4ae06b9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
export OPENPMD_BP_BACKEND=ADIOS1
8383
ctest --test-dir build --output-on-failure
8484
85-
clang7_nopy_ompi_h5_ad1_ad2_newLayout:
85+
clang7_nopy_ompi_h5_ad1_ad2:
8686
runs-on: ubuntu-20.04
8787
if: github.event.pull_request.draft == false
8888
steps:
@@ -96,7 +96,7 @@ jobs:
9696
sudo apt-get install clang-7 gfortran libopenmpi-dev python3
9797
sudo .github/workflows/dependencies/install_spack
9898
- name: Build
99-
env: {CC: clang-7, CXX: clang++-7, CXXFLAGS: -Werror, OPENPMD2_ADIOS2_SCHEMA: 20210209}
99+
env: {CC: clang-7, CXX: clang++-7, CXXFLAGS: -Werror}
100100
run: |
101101
eval $(spack env activate --sh .github/ci/spack-envs/clang7_nopy_ompi_h5_ad1_ad2/)
102102
spack install
@@ -148,7 +148,7 @@ jobs:
148148
ctest --test-dir build --output-on-failure
149149
150150
# ADIOS2 v2.7.1
151-
clang8_py38_mpich_h5_ad1_ad2_newLayout:
151+
clang8_py38_mpich_h5_ad1_ad2:
152152
runs-on: ubuntu-20.04
153153
if: github.event.pull_request.draft == false
154154
steps:
@@ -162,7 +162,7 @@ jobs:
162162
sudo apt-get install clang-8 gfortran libmpich-dev python3
163163
sudo .github/workflows/dependencies/install_spack
164164
- name: Build
165-
env: {CC: clang-8, CXX: clang++-8, CXXFLAGS: -Werror, OPENPMD2_ADIOS2_SCHEMA: 20210209}
165+
env: {CC: clang-8, CXX: clang++-8, CXXFLAGS: -Werror}
166166
run: |
167167
cmake --version
168168
mpiexec --version

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
-DopenPMD_USE_INVASIVE_TESTS=ON
4343
cmake --build build --parallel 2
4444
ctest --test-dir build --output-on-failure
45+
rm -rf build/samples
46+
share/openPMD/download_samples.sh build
47+
OPENPMD2_ADIOS2_SCHEMA=20220726 ctest --test-dir build --output-on-failure
4548
4649
# TODO: apple_conda_ompi_all (similar to conda_ompi_all on Linux)
4750
# both OpenMPI and MPICH cause startup (MPI_Init) issues on GitHub Actions

0 commit comments

Comments
 (0)