Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openPMD/openPMD-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 42dc8094fa01c5737e3965e97dd426642cda9629
Choose a base ref
..
head repository: openPMD/openPMD-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7eb46ec492f9cf08cd60d3f598430243f900ced6
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 .github/workflows/tooling.yml
8 changes: 4 additions & 4 deletions .github/workflows/tooling.yml
Original file line number Diff line number Diff line change
@@ -47,9 +47,9 @@ jobs:
- name: Install
run: |
sudo apt-get update
sudo apt-get install clang-10 libc++-dev libc++abi-dev python3.10 gfortran libopenmpi-dev
python3.10 -m pip install -U pip
python3.10 -m pip install -U numpy
sudo apt-get install clang-10 libc++-dev libc++abi-dev python3.9 gfortran libopenmpi-dev
python3.9 -m pip install -U pip
python3.9 -m pip install -U numpy
sudo .github/workflows/dependencies/install_spack
- name: Build
env: {CC: mpicc, CXX: mpic++, OMPI_CC: clang-10, OMPI_CXX: clang++-10, CXXFLAGS: -Werror, OPENPMD_HDF5_CHUNKS: none, OPENPMD_TEST_NFILES_MAX: 100}
@@ -66,7 +66,7 @@ jobs:
-DopenPMD_USE_HDF5=ON \
-DopenPMD_USE_ADIOS2=ON \
-DopenPMD_USE_INVASIVE_TESTS=ON \
-DPython_EXECUTABLE="$(which python3.10)" \
-DPython_EXECUTABLE="$(which python3.9)" \
-DCMAKE_VERBOSE_MAKEFILE=ON
cmake --build build --parallel 2
export ASAN_OPTIONS=detect_stack_use_after_return=1:detect_leaks=1:check_initialization_order=true:strict_init_order=true:detect_stack_use_after_scope=1:fast_unwind_on_malloc=0