Skip to content

Commit

Permalink
changing the mpi run command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmorgan98 committed Jan 9, 2025
1 parent 1faeb89 commit 9cfbd2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/error_mpi4py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Run MPI
run : |
lscpu
mpiexec -n 2 python -m mpi4py.bench helloworld
mpirun -n 2 python -m mpi4py.bench helloworld
echo " "
mpiexec -n 4 python -m mpi4py.bench helloworld
mpirun -n 4 python -m mpi4py.bench helloworld
mpiexec -n 4 python test_mpi.py
mpiexec -n 2 python test_mpi.py
mpirun -n 4 python test_mpi.py
mpirun -n 2 python test_mpi.py

0 comments on commit 9cfbd2f

Please sign in to comment.