Skip to content

Commit

Permalink
tmp7
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 6, 2023
1 parent b645488 commit f1e5ff5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@ jobs:
echo "TESTING MPI WRAPPER"
.github/workflows/mpirun_workaround.sh -n 2 echo "RABIMMEL"
/Users/runner/work/openPMD-api/openPMD-api/.github/workflows/mpirun_workaround.sh -n 2 echo "RABAMMEL"
sh .github/workflows/mpirun_workaround.sh -n 2 echo "RABUMM"
cmake -S . -B build \
-DopenPMD_USE_PYTHON=ON \
-DopenPMD_USE_MPI=ON \
-DopenPMD_USE_HDF5=ON \
-DopenPMD_USE_ADIOS2=ON \
-DopenPMD_USE_INVASIVE_TESTS=ON \
-DMPIEXEC_EXECUTABLE="/Users/runner/work/openPMD-api/openPMD-api/.github/workflows/mpirun_workaround.sh"
-DMPIEXEC_EXECUTABLE=".github/workflows/mpirun_workaround.sh"
cmake --build build --parallel 3
echo "HALLIHALLO"
pwd
Expand Down

0 comments on commit f1e5ff5

Please sign in to comment.