Skip to content

Commit 269c5e2

Browse files
Remove mpirun_workaround.sh (#1698)
Seems to no longer be necessary in the affected CI runs
1 parent d1015ee commit 269c5e2

File tree

3 files changed

+2
-56
lines changed

3 files changed

+2
-56
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,7 @@ jobs:
328328
-DopenPMD_USE_MPI=ON \
329329
-DopenPMD_USE_HDF5=ON \
330330
-DopenPMD_USE_ADIOS2=ON \
331-
-DopenPMD_USE_INVASIVE_TESTS=ON \
332-
-DMPIEXEC_EXECUTABLE=".github/workflows/mpirun_workaround.sh"
331+
-DopenPMD_USE_INVASIVE_TESTS=ON
333332
cmake --build build --parallel 2
334333
cd build
335334
ctest --output-on-failure

.github/workflows/macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
-DopenPMD_USE_MPI=ON \
4141
-DopenPMD_USE_HDF5=ON \
4242
-DopenPMD_USE_ADIOS2=ON \
43-
-DopenPMD_USE_INVASIVE_TESTS=ON \
44-
-DMPIEXEC_EXECUTABLE=".github/workflows/mpirun_workaround.sh"
43+
-DopenPMD_USE_INVASIVE_TESTS=ON
4544
cmake --build build --parallel 3
4645
ctest --test-dir build --verbose
4746

.github/workflows/mpirun_workaround.sh

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)