Skip to content

Commit

Permalink
adding multiple debug commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 committed Jan 8, 2025
1 parent 0423225 commit dc8f043
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/regression_test-numba_cpu_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
lscpu
mpiexec -n 2 python -m mpi4py.bench helloworld
mpiexec -n 4 python -m mpi4py.bench helloworld
- name: Regression Test - Numba and MPI
run: |
cd test/regression
mpiexec -n 4 python -m mpi4py.bench helloworld
python run.py --mode=numba --mpiexec=4
3 changes: 3 additions & 0 deletions .github/workflows/regression_test-python_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Patch Numba
run : |
bash .github/workflows/patch.sh
lscpu
mpiexec -n 2 python -m mpi4py.bench helloworld
mpiexec -n 4 python -m mpi4py.bench helloworld
- name: Regression Test - MPI
run: |
cd test/regression
Expand Down

0 comments on commit dc8f043

Please sign in to comment.