Skip to content

Commit 8c7c484

Browse files
committed
Added back the pytests for psydac
1 parent 61c424b commit 8c7c484

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -177,33 +177,33 @@ jobs:
177177
mkdir pytest
178178
cp mpi_tester.py pytest
179179
180-
# - name: Run single-process tests with Pytest
181-
# working-directory: ./pytest
182-
# run: |
183-
# export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
184-
# export OMP_NUM_THREADS=2
185-
# python -m pytest -n auto --pyargs psydac -m "not parallel and not petsc"
186-
187-
# - name: Run MPI tests with Pytest
188-
# working-directory: ./pytest
189-
# run: |
190-
# export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
191-
# export OMP_NUM_THREADS=2
192-
# python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and not petsc"
193-
194-
# - name: Run single-process PETSc tests with Pytest
195-
# working-directory: ./pytest
196-
# run: |
197-
# export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
198-
# export OMP_NUM_THREADS=2
199-
# python -m pytest -n auto --pyargs psydac -m "not parallel and petsc"
200-
201-
# - name: Run MPI PETSc tests with Pytest
202-
# working-directory: ./pytest
203-
# run: |
204-
# export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
205-
# export OMP_NUM_THREADS=2
206-
# python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and petsc"
180+
- name: Run single-process tests with Pytest
181+
working-directory: ./pytest
182+
run: |
183+
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
184+
export OMP_NUM_THREADS=2
185+
python -m pytest -n auto --pyargs psydac -m "not parallel and not petsc"
186+
187+
- name: Run MPI tests with Pytest
188+
working-directory: ./pytest
189+
run: |
190+
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
191+
export OMP_NUM_THREADS=2
192+
python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and not petsc"
193+
194+
- name: Run single-process PETSc tests with Pytest
195+
working-directory: ./pytest
196+
run: |
197+
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
198+
export OMP_NUM_THREADS=2
199+
python -m pytest -n auto --pyargs psydac -m "not parallel and petsc"
200+
201+
- name: Run MPI PETSc tests with Pytest
202+
working-directory: ./pytest
203+
run: |
204+
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
205+
export OMP_NUM_THREADS=2
206+
python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and petsc"
207207
208208
- name: Clone struphy from GitLab (struphy-with-psydac-devel branch)
209209
run: |

0 commit comments

Comments
 (0)