# dummy variable to keep lintian from complaining
# that all supported python versions are not tested
# (this script launches test-io4dolfinx)
PYVER=`py3versions -sv`

DEB_HOST_ARCH=$( dpkg-architecture -qDEB_HOST_ARCH )

export PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
export MPIEXEC="mpirun -n 2"

if [ ${DEB_HOST_ARCH} = "i386" ]; then
  # Bug#1130766
  export EXTRA_SKIP_TEST_LIST="${EXTRA_SKIP_TEST_LIST} test_read_write_P_3D"
fi

debian/tests/test-io4dolfinx
