DEBSOURCES
Skip Quicknav
sources / mpi4py / 4.0.3-4 / 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()