Skip to content

Commit

Permalink
Remove debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
franzpoeschel committed Dec 6, 2023
1 parent f1e5ff5 commit 0b83bc5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
# 11.0+ for arm64/aarch64 (M1/M2) builds
run: |
share/openPMD/download_samples.sh build
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"
cmake -S . -B build \
-DopenPMD_USE_PYTHON=ON \
-DopenPMD_USE_MPI=ON \
Expand All @@ -46,11 +43,6 @@ jobs:
-DopenPMD_USE_INVASIVE_TESTS=ON \
-DMPIEXEC_EXECUTABLE=".github/workflows/mpirun_workaround.sh"
cmake --build build --parallel 3
echo "HALLIHALLO"
pwd
ls
ls .github/workflows
cmake -LA -B build
ctest --test-dir build --verbose
appleclang13_py:
Expand Down

0 comments on commit 0b83bc5

Please sign in to comment.