Skip to content

Commit

Permalink
pr feedback and more
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <[email protected]>
  • Loading branch information
hppritcha committed Jan 17, 2024
1 parent 5b0c99f commit aad002a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ompi_mpi4py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
- name: Configure Open MPI
run: ./configure
--disable-dependency-tracking
--enable-debug
--enable-mem-debug
--disable-sphinx
--disable-man-pages
--disable-mpi-fortran
Expand Down Expand Up @@ -105,3 +103,7 @@ jobs:
run: mpiexec -n 5 python test/main.py -v -f
if: ${{ true }}
timeout-minutes: 20
- name: Test mpi4py.run
run: python demo/test-run/test_run.py -v
if: ${{ true }}
timeout-minutes: 20

0 comments on commit aad002a

Please sign in to comment.