Skip to content

Commit a2212ba

Browse files
committed
Uncommented all the psydac tests
1 parent 7928740 commit a2212ba

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
@@ -178,33 +178,33 @@ jobs:
178178
mkdir pytest
179179
cp mpi_tester.py pytest
180180
181-
# - name: Run single-process tests with Pytest
182-
# working-directory: ./pytest
183-
# run: |
184-
# export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
185-
# export OMP_NUM_THREADS=2
186-
# python -m pytest -n auto --pyargs psydac -m "not parallel and not petsc"
187-
188-
# - name: Run MPI tests with Pytest
189-
# working-directory: ./pytest
190-
# run: |
191-
# export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
192-
# export OMP_NUM_THREADS=2
193-
# python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and not petsc"
194-
195-
# - name: Run single-process PETSc tests with Pytest
196-
# working-directory: ./pytest
197-
# run: |
198-
# export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
199-
# export OMP_NUM_THREADS=2
200-
# python -m pytest -n auto --pyargs psydac -m "not parallel and petsc"
201-
202-
# - name: Run MPI PETSc tests with Pytest
203-
# working-directory: ./pytest
204-
# run: |
205-
# export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
206-
# export OMP_NUM_THREADS=2
207-
# python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and petsc"
181+
- name: Run single-process tests with Pytest
182+
working-directory: ./pytest
183+
run: |
184+
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
185+
export OMP_NUM_THREADS=2
186+
python -m pytest -n auto --pyargs psydac -m "not parallel and not petsc"
187+
188+
- name: Run MPI tests with Pytest
189+
working-directory: ./pytest
190+
run: |
191+
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
192+
export OMP_NUM_THREADS=2
193+
python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and not petsc"
194+
195+
- name: Run single-process PETSc tests with Pytest
196+
working-directory: ./pytest
197+
run: |
198+
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
199+
export OMP_NUM_THREADS=2
200+
python -m pytest -n auto --pyargs psydac -m "not parallel and petsc"
201+
202+
- name: Run MPI PETSc tests with Pytest
203+
working-directory: ./pytest
204+
run: |
205+
export PSYDAC_MESH_DIR=$GITHUB_WORKSPACE/mesh
206+
export OMP_NUM_THREADS=2
207+
python mpi_tester.py --mpirun="mpiexec -n 4 ${MPI_OPTS}" --pyargs psydac -m "parallel and petsc"
208208
- name: Set up environment variables
209209
run: |
210210
echo "PSYDAC_DIR=$GITHUB_WORKSPACE" >> $GITHUB_ENV

0 commit comments

Comments
 (0)