File: control

package info (click to toggle)
scifem 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,404 kB
  • sloc: python: 4,293; cpp: 323; sh: 16; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 611 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# "serial" test uses h5py instead of adios2 for point clouds (xdmf)
Test-Command: for py in `py3versions -s`; do $py -m pytest; done
Depends: python3-scifem,
	 python3-nibabel,
	 python3-pytest,
	 python3-all-dev

# test xdmf serial point cloud with adios2 instead of h5py via mpi (as single process)
Test-Command: for py in `py3versions -s`; do ADIOS2_ALWAYS_USE_MPI=1 $py -m pytest -k test_xdmf; done
Depends: python3-scifem,
	 python3-pytest,
	 python3-all-dev

# test MPI
Tests: test-MPI
Depends: python3-scifem,
	 python3-nibabel,
	 python3-pytest,
	 python3-all-dev,
	 python3-h5py-mpi,
	 mpi-default-dev