File: control

package info (click to toggle)
pytest-mpi 0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 308 kB
  • sloc: python: 1,763; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Test-Command: set -e
 ; export OMPI_MCA_rmaps_base_oversubscribe=1
 ; for py in $(py3versions -s 2>/dev/null)
 ; do echo "Testing with $py:"
 ; $py -m pytest -s -p pytester -k "not (test_mpi_with_mpi or test_mpi_only_mpi)"
 ; done
Depends: python3-all,
         python3-pytest-mpi,
         python3-pytest,
         python3-mpi4py,
         python3-sybil,
         mpi-default-bin