Skip to content

Commit

Permalink
adding mpiexec command in shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 8, 2024
1 parent 993bf35 commit c335d40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
run: |
conda activate test
mpiexec -np 2 python ./hnn_core/mpi_test.py
- name: Run mpi command
shell: bash -el {0}
run: |
mpiexec -np 2 /usr/share/miniconda/envs/test/python ./hnn_core/mpi_test.py
#- name: Lint with flake8
# shell: bash -el {0}
# run: |
Expand Down

0 comments on commit c335d40

Please sign in to comment.