@@ -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