Skip to content

Commit

Permalink
revert me: manually run MPI test examples on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed May 1, 2023
1 parent 164e539 commit f1aa4e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ jobs:
ctest -j4 --output-on-failure -R "ComputationsBook"
# TODO: add Macaulay2/tests/engine when https://github.com/Macaulay2/M2/issues/1213 is fixed
- name: Run MPI test examples
if: matrix.build-system == 'cmake' && matrix.compiler == 'MPI'
run: |
mpirun -np 4 ./M2 --script ../../Macaulay2/packages/MPI/example-homotopies.m2
mpirun -np 4 ./M2 --script ../../Macaulay2/packages/MPI/example2.m2
mpirun -np 4 ./M2 --script ../../Macaulay2/packages/MPI/master-worker-MPI.m2
- name: Run Tests using Autotools
if: matrix.build-system == 'autotools' && runner.os == 'Linux' && matrix.compiler == 'default'
run: |
Expand Down

0 comments on commit f1aa4e4

Please sign in to comment.