Skip to content

Commit

Permalink
run MPI tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
jowezarek committed Nov 8, 2024
1 parent b903659 commit 3d5049f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ jobs:
mkdir pytest
cp mpi_tester.py pytest
- name: Run single-process tests with Pytest
working-directory: ./pytest
run: |
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
export OMP_NUM_THREADS=2
python -m pytest -n auto --pyargs psydac -m "not parallel and not petsc"
#- name: Run single-process tests with Pytest
# working-directory: ./pytest
# run: |
# export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
# export OMP_NUM_THREADS=2
# python -m pytest -n auto --pyargs psydac -m "not parallel and not petsc"

- name: Run MPI tests with Pytest
working-directory: ./pytest
Expand Down

0 comments on commit 3d5049f

Please sign in to comment.