DEBSOURCES
Skip Quicknav
sources / mpi4py / 4.1.0-5 / demo / mpi-ref-v1 / ex-3.03.py
1234567
with open("ex-3.02.py") as source: exec(source.read()) assert dtype.size == MPI.DOUBLE.size + MPI.CHAR.size assert dtype.extent >= dtype.size dtype.Free()