DEBSOURCES
Skip Quicknav
sources / mpi4py / 2.0.0-2.1%2Bdeb9u1 / demo / mpi-ref-v1 / ex-3.12.py
12345678
execfile('ex-3.02.py') B = (3, 1) D = (4 * dtype.extent, 0) newtype = dtype.Create_hindexed(B, D) dtype.Free() newtype.Free()