Skip to content

Commit

Permalink
Remove mpirun_workaround.sh (#1698)
Browse files Browse the repository at this point in the history
Seems to no longer be necessary in the affected CI runs
  • Loading branch information
franzpoeschel authored Nov 19, 2024
1 parent d1015ee commit 269c5e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 56 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,7 @@ jobs:
-DopenPMD_USE_MPI=ON \
-DopenPMD_USE_HDF5=ON \
-DopenPMD_USE_ADIOS2=ON \
-DopenPMD_USE_INVASIVE_TESTS=ON \
-DMPIEXEC_EXECUTABLE=".github/workflows/mpirun_workaround.sh"
-DopenPMD_USE_INVASIVE_TESTS=ON
cmake --build build --parallel 2
cd build
ctest --output-on-failure
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
-DopenPMD_USE_MPI=ON \
-DopenPMD_USE_HDF5=ON \
-DopenPMD_USE_ADIOS2=ON \
-DopenPMD_USE_INVASIVE_TESTS=ON \
-DMPIEXEC_EXECUTABLE=".github/workflows/mpirun_workaround.sh"
-DopenPMD_USE_INVASIVE_TESTS=ON
cmake --build build --parallel 3
ctest --test-dir build --verbose
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/mpirun_workaround.sh

This file was deleted.

0 comments on commit 269c5e2

Please sign in to comment.