Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 6aebace0cb967559ef14fc69ac903937 > files > 143

python-mpi4py-doc-1.3.1-4.mga4.noarch.rpm

execfile('ex-3.02.py')

count  = 3
blklen = 1
stride = -2
newtype = dtype.Create_vector(count, blklen, stride)

assert newtype.size == dtype.size * count * blklen

dtype.Free()
newtype.Free()