Skip to content

Commit

Permalink
Run subset of tests in parallel (#2553)
Browse files Browse the repository at this point in the history
* Run subset of tests in parallel

* Run subset of tests
  • Loading branch information
garth-wells committed Feb 26, 2023
1 parent b2cb1fa commit e66a902
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/oneapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ jobs:
- name: Run DOLFINx Python unit tests (serial)
run: |
. /opt/intel/oneapi/setvars.sh
pip3 install sympy
pytest -n=auto --durations=50 python/test/unit/
- name: Run DOLFINx Python unit tests (MPI, np=2)
run: |
. /opt/intel/oneapi/setvars.sh
cd python/
mpiexec -n 2 pytest test/unit/
cd python/test/unit
# mpiexec -n 2 pytest .
mpiexec -n 2 pytest common geometry graph io la mesh nls

0 comments on commit e66a902

Please sign in to comment.